[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.95+dfsg-1-6360-g27ed33f
Michael Tautschnig
mt at debian.org
Mon Apr 26 20:11:05 UTC 2010
The following commit has been merged in the debian/etch-volatile branch:
commit e0df2f05c78913682fdd227b85e7f3330f273259
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 b5498dc..3ba4e8a 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-1volatile1) etch-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