r25795 - in /trunk/libmodule-build-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Oct 6 04:57:06 UTC 2008


Author: dmn
Date: Mon Oct  6 04:56:22 2008
New Revision: 25795

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25795
Log:
debian/watch: more upstream version mangling added to cope with x.yy-style
version numbers

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/watch

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=25795&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Mon Oct  6 04:56:22 2008
@@ -1,7 +1,12 @@
 libmodule-build-perl (0.2808.01-3) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
+
+  [ Damyan Ivanov ]
+  * debian/watch: more upstream version mangling added to cope with x.yy-style
+    version numbers
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:53 -0300
 

Modified: trunk/libmodule-build-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/watch?rev=25795&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/watch (original)
+++ trunk/libmodule-build-perl/debian/watch Mon Oct  6 04:56:22 2008
@@ -1,8 +1,8 @@
 version=3
-opts="uversionmangle=s/_/./g" \
+opts="uversionmangle=s/_/./g; s/(\.\d\d)$/${1}00/" \
 	http://search.cpan.org/dist/Module-Build/ \
 	.*/Module-Build-v?(\d[\d._]*)\.tar\.gz
 
-opts="uversionmangle=s/_/./g" \
+opts="uversionmangle=s/_/./g; s/(\.\d\d)$/${1}00/" \
 	http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ \
 	Module-Build-v?(\d[\d._]*)\.tar\.gz




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