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

Michael Tautschnig tautschnig at joey.forsyte
Fri Mar 27 06:51:12 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d26970dd63b4a4a728fc63fce4249420d77723b1
Author: Michael Tautschnig <tautschnig at joey.forsyte>
Date:   Fri Mar 27 07:51:03 2009 +0100

    Fixed watchfile to rank rc lower than releases
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 9322cd7..e936e5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ clamav (0.95+dfsg-2) unstable; urgency=low
   [ Michael Tautschnig ]
   * Improved debconf questions
   * Added Homepage: control field
+  * Another watch file fix to rank upstreams rc lower than releases.
 
   [ Stephen Gran ]
   * Lots of option handling fixups for clamav-milter
diff --git a/debian/watch b/debian/watch
index 4729a86..ed9ac3d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts=dversionmangle=s/\+dfsg// \
+opts=uversionmangle=s/(\d+)(rc)/$1~$2/,dversionmangle=s/\+dfsg// \
 http://sf.net/clamav/clamav-(.*).tar.gz debian uupdate
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list