[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/lenny-volatile, updated. debian/0.95+dfsg-1-6250-ge8ff485

Michael Tautschnig mt at debian.org
Mon Apr 26 20:11:17 UTC 2010


The following commit has been merged in the debian/lenny-volatile branch:
commit 519e4818acc74b539372915331245b035aa9932d
Author: Michael Tautschnig <mt at debian.org>
Date:   Mon Apr 26 20:56:16 2010 +0200

    Fixed typo in Bytecode option handling
    
    - s/ByteCode/Bytecode/
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index dee08d4..83d4595 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+clamav (0.96+dfsg-3) unstable; urgency=low
+
+  [ Stephen Gran ]
+  * Fixed typo in clamav-milter's postinst
+  
+  [ Michael Tautschnig ]
+  * Fixed typo in clamav-freshclam's postinst (closes: #579271)
+
+ -- Stephen Gran <sgran at debian.org>  Mon, 26 Apr 2010 20:32:50 +0200
+
 clamav (0.96+dfsg-3~volatile1) lenny-volatile; urgency=low
 
   * Prepare volatile upload
diff --git a/debian/clamav-freshclam.postinst.in b/debian/clamav-freshclam.postinst.in
index 369d42d..3694095 100644
--- a/debian/clamav-freshclam.postinst.in
+++ b/debian/clamav-freshclam.postinst.in
@@ -100,7 +100,7 @@ case "$1" in
   [ -n "$DatabaseOwner" ] && [ "$DatabaseOwner" != "$dbowner" ] && dbowner="$DatabaseOwner"
   [ -n "$UpdateLogFile" ] && [ "$UpdateLogFile" != "$udlogfile" ] && udlogfile="$UpdateLogFile"
   [ -n "$MaxAttempts" ] && [ "$MaxAttempts" != "$maxatt" ] && maxatt="$MaxAttempts"
-  [ -n "$Bytecode" ] && [ "$Bytecode" != "$bytecode" ] && bytecode="$ByteCode"
+  [ -n "$Bytecode" ] && [ "$Bytecode" != "$bytecode" ] && bytecode="$Bytecode"
 
   if [ -n "$udlogfile" ]; then
     if echo "$udlogfile" | grep -q '^/dev/'; then

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list