[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/lenny-volatile, updated. debian/0.95+dfsg-1-6689-g1d89fa4

Michael Tautschnig mt at debian.org
Fri Dec 3 18:04:51 UTC 2010


The following commit has been merged in the debian/lenny-volatile branch:
commit a55d28c10bc971e9c9c8d61d3808c8c9b5aa9ea2
Author: Michael Tautschnig <mt at debian.org>
Date:   Fri Dec 3 19:01:57 2010 +0100

    Make volatile debian/rules the same as unstable's
    
    - For some reason, we (still?) had --config-cache in there, which we don't use
      in unstable branch. Removed for having the smallest possible diff.
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/rules b/debian/rules
index 83852fa..417f151 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ config.status: configure
 	  fi;\
 	done;
 	# Add here commands to configure the package.
-	./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-clamav --with-dbdir=/var/lib/clamav/ --sysconfdir=/etc/clamav --enable-milter --disable-clamuko --with-gnu-ld --enable-dns-fix ${DEBUG_OPTS} --disable-unrar --libdir=\$${prefix}/lib --with-system-tommath  --with-ltdl-include=/usr/include --with-ltdl-lib=/usr/lib --config-cache
+	./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-clamav --with-dbdir=/var/lib/clamav/ --sysconfdir=/etc/clamav --enable-milter --disable-clamuko --with-gnu-ld --enable-dns-fix ${DEBUG_OPTS} --disable-unrar --libdir=\$${prefix}/lib --with-system-tommath  --with-ltdl-include=/usr/include --with-ltdl-lib=/usr/lib
 
 build: build-stamp
 build-stamp: build-arch build-indep

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list