[SCM] Debian packaging of libhtml-packer-perl branch, master, updated. 4c2f5e3765e5040c64a78d1677215d529bc9a891
gregor herrmann
gregoa at debian.org
Mon Jan 2 16:58:07 UTC 2012
The following commit has been merged in the master branch:
commit 1fcfc3275dfca62e79798999453c0962dd347e93
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jan 2 17:57:12 2012 +0100
debian/watch: add uversionmangle to cope with short upstream minor versions.
diff --git a/debian/watch b/debian/watch
index 9c39823..f409b94 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=3
-http://search.cpan.org/dist/HTML-Packer/ .*/HTML-Packer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+opts=uversionmangle=s/\.\d{5}$/$&0/;s/\.\d{4}$/$&00/;s/\.\d{3}$/$&000/;s/\.\d{2}$/$&0000/;s/\.\d{1}$/$&00000/ \
+ http://search.cpan.org/dist/HTML-Packer/ .*/HTML-Packer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Debian packaging of libhtml-packer-perl
More information about the Pkg-perl-cvs-commits
mailing list