[SCM] Debian packaging of libhash-case-perl branch, master, updated. 215f653238f69d4f9d6a6d3b198513cb26acc4ac
Damyan Ivanov
dmn at debian.org
Wed Sep 7 13:57:15 UTC 2011
The following commit has been merged in the master branch:
commit 215f653238f69d4f9d6a6d3b198513cb26acc4ac
Author: Damyan Ivanov <dmn at debian.org>
Date: Wed Sep 7 16:57:07 2011 +0300
watch: force three-digit revision (1.01 → 1.010)
diff --git a/debian/changelog b/debian/changelog
index 76a7508..31bb168 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ libhash-case-perl (1.006-2) UNRELEASED; urgency=low
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
+ [ Damyan Ivanov ]
+ * watch: force three-digit revision (1.01 → 1.010)
+
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:43:23 +0100
libhash-case-perl (1.006-1) unstable; urgency=low
diff --git a/debian/watch b/debian/watch
index 2bbce18..9b70e32 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,6 @@
# format version number, currently 3; this line is compulsory!
version=3
-http://search.cpan.org/dist/Hash-Case/ .*/Hash-Case-([\.\d]+)\.(?:tar\.gz|tar|tgz)$
+
+# force three digit revision
+options=uversionmangle=s/(\.\d\d)$/$&0/ \
+ http://search.cpan.org/dist/Hash-Case/ .*/Hash-Case-([\.\d]+)\.(?:tar\.gz|tar|tgz)$
--
Debian packaging of libhash-case-perl
More information about the Pkg-perl-cvs-commits
mailing list