[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-7120-gf01f3a3

Scott Kitterman scott at kitterman.com
Wed Dec 7 05:01:31 UTC 2011


The following commit has been merged in the debian/unstable branch:
commit f01f3a363a76ee51918aa7e3021fe83419da6d5a
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Dec 7 00:01:00 2011 -0500

    clamav (0.97.3+dfsg-2) unstable; urgency=low
    
      [ Loïc Minier ]
      * Pass --without-included-ltdl to configure instead of hardcoding
        --with-ltdl-include= and --with-ltdl-lib= pathnames, the pathnames
        wouldn't work with multiarch anymore.
      * rules: let clamav-dbg depend on libclamav6 as it seems to require it and
        this could make rules -j safe (didn't manage to reproduce the -j2 failure
        I was getting with the change).
    
      [ Stephen Gran ]
      * Add VERBOSE=1 to make check
    
      [ Scott Kitterman ]
      * Add myself to uploaders
    
     -- Scott Kitterman <scott at kitterman.com>  Tue, 06 Dec 2011 16:44:16 -0500

diff --git a/debian/changelog b/debian/changelog
index d25fbc5..b0df3a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+clamav (0.97.3+dfsg-2) unstable; urgency=low
+
+  [ Loïc Minier ]
+  * Pass --without-included-ltdl to configure instead of hardcoding
+    --with-ltdl-include= and --with-ltdl-lib= pathnames, the pathnames
+    wouldn't work with multiarch anymore.
+  * rules: let clamav-dbg depend on libclamav6 as it seems to require it and
+    this could make rules -j safe (didn't manage to reproduce the -j2 failure
+    I was getting with the change).
+
+  [ Stephen Gran ]
+  * Add VERBOSE=1 to make check
+
+  [ Scott Kitterman ]
+  * Add myself to uploaders
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 06 Dec 2011 16:44:16 -0500
+
 clamav (0.97.3+dfsg-1) unstable; urgency=medium
 
   [ Michael Tautschnig ]
diff --git a/debian/control b/debian/control
index df8fc13..e68e214 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: clamav
 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>
+Uploaders: Stephen Gran <sgran at debian.org>, Michael Meskes <meskes at debian.org>, Michael Tautschnig <mt at debian.org>, Scott Kitterman <scott at kitterman.com>
 Build-Depends: debhelper (>= 6.0.7), po-debconf, zlib1g-dev, libbz2-dev, libmilter-dev, perl, bc, check, libtommath-dev, libltdl-dev, electric-fence, libncurses5-dev, python
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-clamav/clamav.git
diff --git a/debian/rules b/debian/rules
index f10b60d..f6db191 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
+	./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  --without-included-ltdl
 
 build: build-stamp
 build-stamp: build-arch build-indep
@@ -196,7 +196,7 @@ install-arch-stamp: build-stamp
 	
 	touch install-arch-stamp
 
-clamav-dbg:
+clamav-dbg: libclamav6
 	dh_testdir
 	dh_testroot
 	dh_installdocs -p$@

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list