CVS User Account cvsuser
Tue May 31 16:27:18 PDT 2005
Log Message:
-----------
Darcy's addition of the "--with-docs" option must be added to the
./configure line in the Debian 'rules' script.

Modified Files:
--------------
    slony1-engine/debian:
        rules (r1.3 -> r1.4)

-------------- next part --------------
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldebian/rules -Ldebian/rules -u -w -r1.3 -r1.4
--- debian/rules
+++ debian/rules
@@ -27,7 +27,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)  --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc/slony1  --with-perltools=\$${prefix}/bin --with-docdir=\$${prefix}/share/doc/slony1-1
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)  --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc/slony1  --with-perltools=\$${prefix}/bin --with-docs --with-docdir=\$${prefix}/share/doc/slony1-1
 
 build: build-stamp
 


More information about the Slony1-commit mailing list