[SCM] Debian packaging of libweb-simple-perl branch, master, updated. upstream/0.008-16-g0554c8a
Damyan Ivanov
dmn at debian.org
Wed Sep 7 14:02:46 UTC 2011
The following commit has been merged in the master branch:
commit 0554c8a3a8b6afa4ff907dc8b4acc2a83ff34573
Author: Damyan Ivanov <dmn at debian.org>
Date: Wed Sep 7 17:02:36 2011 +0300
watch: strip "+dfsg" before comparing versions
diff --git a/debian/changelog b/debian/changelog
index 1b39edb..2589f49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,9 @@ libweb-simple-perl (0.008+dfsg-1) UNRELEASED; urgency=low
* Added libdata-dumper-concise-perl (>= 2.020), libmoo-perl (>= 0.009005),
libwarnings-illegalproto-perl (>= 0.001) as B-D
+ [ Damyan Ivanov ]
+ * watch: strip "+dfsg" before comparing versions
+
-- Fabrizio Regalli <fabreg at fabreg.it> Thu, 11 Aug 2011 20:19:50 +0200
libweb-simple-perl (0.002+dfsg-1) unstable; urgency=low
diff --git a/debian/watch b/debian/watch
index 178429f..6f34f29 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
version=3
-http://search.cpan.org/dist/Web-Simple/ .*/Web-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+
+options=dversionmangle=s/\+dfsg.*// \
+ http://search.cpan.org/dist/Web-Simple/ .*/Web-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Debian packaging of libweb-simple-perl
More information about the Pkg-perl-cvs-commits
mailing list