[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.2-1-429-gd399515

Michael Tautschnig mt at debian.org
Wed Mar 18 19:11:36 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d399515a8e22966593fdc00bccbe74f443721c06
Author: Michael Tautschnig <mt at debian.org>
Date:   Wed Mar 18 20:06:21 2009 +0100

    Removed configure options that aren't supported anymore
    
    - Removed: --with-sendmail, --with-tcpwrappers, --with-dns
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index f192cf5..82a65f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ clamav (0.95rc2+dfsg-1) experimental; urgency=low
     - VERSION reports wrong database version (closes: #323803)
     - memory footprint skyrockets (closes: #420391)
     - Virus not detected in RAR-archive inside email (closes: #484642)
+  * Removed configure options that aren't supported anymore (--with-sendmail,
+    --with-tcpwrappers, --with-dns)
   * Bumped Standards-Version to 3.8.1 (added mkdir calls to ensure
     /var/run/clamav exists)
   * Configure with --with-system-tommath to use Debian's libtommath-dev
diff --git a/debian/rules b/debian/rules
index 2defb5c..0c1b834 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,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 --with-sendmail=/usr/sbin/sendmail --enable-milter --disable-clamuko --with-tcpwrappers --with-gnu-ld --with-dns --enable-dns-fix ${DEBUG_OPTS} --disable-unrar --libdir=\$${prefix}/lib --with-system-tommath  --with-ltdl-include=/usr/include --with-ltdl-lib=/usr/lib
+	./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