[Pkg-clamav-commits] [SCM] packaging for clamav-unoffical-sigs branch, master, updated. debian/3.3-1-1-ge6af82e

Paul Wise pabs at debian.org
Thu May 21 07:51:33 UTC 2009


The following commit has been merged in the master branch:
commit e6af82e28e10fd6194d97119060869d1d81ffe1d
Author: Paul Wise <pabs at debian.org>
Date:   Thu May 21 15:51:15 2009 +0800

    Fix path to the script in the cron.d file

diff --git a/debian/changelog b/debian/changelog
index 689edef..1e65a7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clamav-unofficial-sigs (3.3-2) unstable; urgency=low
+
+  * Brown paper bag upload
+  * Fix path to the script in the cron.d file
+
+ -- Paul Wise <pabs at debian.org>  Thu, 21 May 2009 15:50:43 +0800
+
 clamav-unofficial-sigs (3.3-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index fb4e0ca..4351b9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ build-stamp:
 	cp clamav-unofficial-sigs.logrotate debian/logrotate
 	sed -e 's/bin/sbin/;s/\.sh//;s/ *-c *[^ ]*//' \
 	    -e 's_^\([^/#]*\)\(/[^ ]*\)_\1[ -x \2 ] \&\& \2_' \
-	    -e 's_/local__' \
+	    -e 's_/local__g' \
 	    < clamav-unofficial-sigs.cron > debian/cron.d
 	touch $@
 

-- 
packaging for clamav-unoffical-sigs



More information about the Pkg-clamav-commits mailing list