r26212 - in /trunk/libpoe-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 23 19:46:13 UTC 2008


Author: dmn
Date: Thu Oct 23 19:46:08 2008
New Revision: 26212

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26212
Log:
add mangling of upstream version to debian/watch to cope with shorened
"after dot" upstream versions

Modified:
    trunk/libpoe-perl/debian/changelog
    trunk/libpoe-perl/debian/watch

Modified: trunk/libpoe-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/changelog?rev=26212&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/changelog (original)
+++ trunk/libpoe-perl/debian/changelog Thu Oct 23 19:46:08 2008
@@ -1,7 +1,12 @@
 libpoe-perl (2:1.0003-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
+
+  [ Damyan Ivanov ]
+  * add mangling of upstream version to debian/watch to cope with shorened
+    "after dot" upstream versions
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:07 -0300
 

Modified: trunk/libpoe-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/watch?rev=26212&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/watch (original)
+++ trunk/libpoe-perl/debian/watch Thu Oct 23 19:46:08 2008
@@ -1,3 +1,6 @@
 version=3
+# upstream changed from 1.000x versions to 1.00x
+# we also prepare to handle 1.0x and 1.x
+opts="uversionmangle=s/\.(\d\d\d)$/.${1}0/;s/\.(\d\d)$/.${1}00/;s/\.(\d)$/.${1}000/" \
 http://search.cpan.org/dist/POE/ \
 	.*/POE-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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