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

Michael Tautschnig mt at debian.org
Fri Mar 13 09:58:01 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a688ff5d5e0d5f2ffa34e4db5b8265b8bf473baf
Author: Michael Tautschnig <mt at debian.org>
Date:   Fri Mar 13 10:32:28 2009 +0100

    Build using Debian's libtommath
    
    - Added --with-system-tommath and Build-Depends: libtommath-dev, dropped
      libgmp3-dev
    - closes: #512776

diff --git a/debian/changelog b/debian/changelog
index bd0ead0..ef36a70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
 clamav (0.95rc1+dfsg-1) NOTUPLOADED; urgency=low
 
   [ Michael Tautschnig ]
-  * New upstream version
+  * New upstream version (closes: #512776)
   * 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
+    instead of the bundled one.
   * Closes many bugs ... (to be filled in)
 
  -- Michael Tautschnig <mt at debian.org>  Sun, 08 Mar 2009 22:12:57 +0100
diff --git a/debian/control b/debian/control
index 2add0b0..4532d05 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: ClamAV Team <pkg-clamav-devel at lists.alioth.debian.org>
 Uploaders: Stephen Gran <sgran at debian.org>, Michael Meskes <meskes at debian.org>, Michael Tautschnig <mt at debian.org>
-Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>=5.0), po-debconf, zlib1g-dev (>=1:1.1.4), libbz2-dev, libmilter-dev, libgmp3-dev, libwrap0-dev, perl, bc, check
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>=5.0), po-debconf, zlib1g-dev (>=1:1.1.4), libbz2-dev, libmilter-dev, libwrap0-dev, perl, bc, check, libtommath-dev
 Standards-Version: 3.8.1
 
 Package: clamav-base
diff --git a/debian/rules b/debian/rules
index d9b9ccc..b83fb2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,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
+	./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
 
 build: build-stamp
 build-stamp: build-arch build-indep

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list