[SCM] Packaging of Locale::PO branch, master, updated. debian/0.21-1-4-gb5ad9fe
Damyan Ivanov
dmn at debian.org
Mon Aug 15 15:07:37 UTC 2011
The following commit has been merged in the master branch:
commit b5ad9fe646fe289e5164d31f4e134814a60ec319
Author: Damyan Ivanov <dmn at debian.org>
Date: Mon Aug 15 18:07:26 2011 +0300
fix watchfile to use dist-based URL
diff --git a/debian/changelog b/debian/changelog
index dd9019e..36ed525 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
liblocale-po-perl (0.21-2) UNRELEASED; urgency=low
+ [ Carl Fürstenberg ]
* Update buildsystem to plain debhelper
* Adding patch for intented PO files
+ [ Damyan Ivanov ]
+ * fix watchfile to use dist-based URL
+
-- Carl Fürstenberg <azatoth at gmail.com> Sat, 13 Aug 2011 20:01:50 +0200
liblocale-po-perl (0.21-1) unstable; urgency=low
diff --git a/debian/watch b/debian/watch
index 1eea9ef..5fceaf3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
# format version number, currently 3; this line is compulsory!
version=3
-http://www.cpan.org/modules/by-module/Locale/Locale-PO-(.*)\.tar\.gz
+http://search.cpan.org/dist/Locale-PO/ .*/Locale-PO-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
--
Packaging of Locale::PO
More information about the Pkg-perl-cvs-commits
mailing list