[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. 47440bb585a3b94f1d42bb53eb01e5805c2f36e5

Michael Tautschnig mt at debian.org
Wed Nov 12 00:36:43 UTC 2008


The following commit has been merged in the debian/etch-volatile branch:
commit 47440bb585a3b94f1d42bb53eb01e5805c2f36e5
Author: Michael Tautschnig <mt at debian.org>
Date:   Wed Nov 12 01:32:53 2008 +0100

    Handle new option DetectionStatsCountry
    
    - Hopefully that kind of "handling" is enough
    - As I intend to do the upload, I've put myself in the changelog entry, hope
      that's ok
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index c2e92d1..f82e7a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,9 @@ clamav (0.94.dfsg.1-1~volatile1) etch-volatile; urgency=low
     (closes: #501627)
   * Changed versioned dependency of clamav-daemon to clamav-base to equals
     (closes: #500416)
+  * Handle new option DetectionStatsCountry in freshclam.conf
 
- -- Stephen Gran <sgran at debian.org>  Tue, 11 Nov 2008 21:17:20 +0000
+ -- Michael Tautschnig <mt at debian.org>  Wed, 12 Nov 2008 01:32:05 +0100
 
 clamav (0.94.dfsg-1~volatile1) etch-volatile; urgency=low
 
diff --git a/debian/clamav-freshclam.postinst.in b/debian/clamav-freshclam.postinst.in
index 2a5c95e..076be5f 100644
--- a/debian/clamav-freshclam.postinst.in
+++ b/debian/clamav-freshclam.postinst.in
@@ -213,6 +213,7 @@ EOF
   [ -n "$OnErrorExecute" ] && echo "OnErrorExecute $OnErrorExecute" >> $DEBCONFILE
   [ -n "$LocalIPAddress" ] && echo "LocalIPAddress $LocalIPAddress" >> $DEBCONFILE
   [ -n "$SubmitDetectionStats" ] && echo "SubmitDetectionStats $SubmitDetectionStats" >> $DEBCONFILE
+  [ -n "$DetectionStatsCountry" ] && echo "DetectionStatsCountry $DetectionStatsCountry" >> $DEBCONFILE
   
   ucf_cleanup "$FRESHCLAMCONFFILE"
   ucf_upgrade_check "$FRESHCLAMCONFFILE" "$DEBCONFILE" /var/lib/ucf/cache/:etc:clamav:freshclam.conf

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list