r26549 - in /trunk/libtime-local-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 2 14:51:29 UTC 2008


Author: gregoa
Date: Sun Nov  2 14:51:26 2008
New Revision: 26549

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26549
Log:
debian/watch: add uversionmangle to cope with 2- and 4-digit minor
versions.

Modified:
    trunk/libtime-local-perl/debian/changelog
    trunk/libtime-local-perl/debian/watch

Modified: trunk/libtime-local-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-local-perl/debian/changelog?rev=26549&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/changelog (original)
+++ trunk/libtime-local-perl/debian/changelog Sun Nov  2 14:51:26 2008
@@ -7,6 +7,10 @@
   * New upstream release
   * Updated formatting of debian/copyright.
   * debian/control: Bumped Standards-Version to 3.8.0 (no changes needed)
+
+  [ gregor herrmann ]
+  * debian/watch: add uversionmangle to cope with 2- and 4-digit minor
+    versions.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 02 Nov 2008 03:46:03 -0430
 

Modified: trunk/libtime-local-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-local-perl/debian/watch?rev=26549&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/watch (original)
+++ trunk/libtime-local-perl/debian/watch Sun Nov  2 14:51:26 2008
@@ -1,3 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-http://search.cpan.org/dist/Time-Local/ .*/Time-Local-([\.\d]+)\.(?:tar\.gz|tar|tgz)$
+opts="uversionmangle=s/(\.\d\d)$/${1}00/" \
+	http://search.cpan.org/dist/Time-Local/ .*/Time-Local-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




More information about the Pkg-perl-cvs-commits mailing list