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

Michael Tautschnig mt at debian.org
Fri Jun 10 14:11:46 UTC 2011


The following commit has been merged in the debian/unstable branch:
commit e608d2500a55186982c2dee4de89f55e8cb19102
Author: Michael Tautschnig <mt at debian.org>
Date:   Fri Jun 10 16:10:41 2011 +0200

    Last fixes before release
    
    - Bumped standards version
    - Updated lintian override
    - New config option for clamd

diff --git a/debian/changelog b/debian/changelog
index e2649ff..03d756d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ clamav (0.97.1+dfsg-1) unstable; urgency=low
 
   [ Michael Tautschnig ]
   * New upstream release
+    - New option ClamukoExcludeUID for clamd
   * Added debconf question for clamav-milter/LogClean (closes: #617890).
   * Clarified text about clamav-milter's temporary directory in debconf
     question (closes: #617889).
@@ -10,11 +11,12 @@ clamav (0.97.1+dfsg-1) unstable; urgency=low
   * Remove references to other libraries from dependency_libs field
     (closes: #621206). Thanks Luk Claes for the patch.
   * Added doc-base file to clamav-docs (closes: #629357). Thanks John Vogel.
+  * Bumped Standards-Version to 3.9.2, no changes needed.
 
   [ Stephen Gran ]
   * Update README.Debian to reflect reality for the milter (closes: #597048)
 
- -- Michael Tautschnig <mt at debian.org>  Fri, 10 Jun 2011 12:03:43 +0100
+ -- Michael Tautschnig <mt at debian.org>  Fri, 10 Jun 2011 16:09:55 +0200
 
 clamav (0.97+dfsg-2) unstable; urgency=low
 
diff --git a/debian/clamav-base.postinst.in b/debian/clamav-base.postinst.in
index ce08a44..23e038e 100644
--- a/debian/clamav-base.postinst.in
+++ b/debian/clamav-base.postinst.in
@@ -360,6 +360,7 @@ EOF
     [ -n "$ClamukoExcludePath" ] && echo "ClamukoExcludePath $ClamukoExcludePath" >> $DEBCONFFILE
     [ -n "$ClamukoMaxFileSize" ] && echo "ClamukoMaxFileSize $ClamukoMaxFileSize" >> $DEBCONFFILE
     [ -n "$ClamukoScannerCount" ] && echo "ClamukoScannerCount $ClamukoScannerCount" >> $DEBCONFFILE
+    [ -n "$ClamukoExcludeUID" ] && echo "ClamukoExcludeUID $ClamukoExcludeUID" >> $DEBCONFFILE
     
     ucf_cleanup "$CLAMAVCONF"
     ucf_upgrade_check "$CLAMAVCONF" "$DEBCONFFILE" /var/lib/ucf/cache/:etc:clamav:clamd.conf
diff --git a/debian/control b/debian/control
index 31e1bb2..df8fc13 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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: 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.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-clamav/clamav.git
 Vcs-Browser: http://git.debian.org/?p=pkg-clamav/clamav.git;a=summary
 Homepage: http://www.clamav.net/
diff --git a/debian/libclamav6.lintian-overrides b/debian/libclamav6.lintian-overrides
index bd5d119..8419af9 100644
--- a/debian/libclamav6.lintian-overrides
+++ b/debian/libclamav6.lintian-overrides
@@ -1 +1 @@
-libclamav6 binary: embedded-zlib ./usr/lib/libclamav.so.6.1.9
+libclamav6 binary: embedded-zlib ./usr/lib/libclamav.so.6.1.10

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list