r8498 - in /trunk/libdbi-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Oct 23 08:36:07 UTC 2007


Author: dmn
Date: Tue Oct 23 08:36:07 2007
New Revision: 8498

URL: http://svn.debian.org/wsvn/?sc=1&rev=8498
Log:
* debian/watch: add upstream version mangling to allow future versions of
  x.yy become x.yy0 forcing three digit minor

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

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/changelog?rev=8498&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Tue Oct 23 08:36:07 2007
@@ -17,8 +17,10 @@
     description-synopsis-starts-with-a-capital-letter
   * Drop unneeded "chmod -x DBI/Roadmap,pm"
   * Homepage: http://dbi.perl.org/
-
- -- Damyan Ivanov <dmn at debian.org>  Tue, 23 Oct 2007 11:29:46 +0300
+  * debian/watch: add upstream version mangling to allow future versions of
+    x.yy become x.yy0 forcing three digit minor
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 23 Oct 2007 11:35:01 +0300
 
 libdbi-perl (1.59-1) unstable; urgency=low
 

Modified: trunk/libdbi-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/watch?rev=8498&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/watch (original)
+++ trunk/libdbi-perl/debian/watch Tue Oct 23 08:36:07 2007
@@ -3,4 +3,8 @@
 # to check for upstream updates and more.
 # Site		Directory		Pattern			Version	Script
 version=3
-http://www.cpan.org/modules/by-module/DBI/DBI-([-0-9\.]*).tar.gz
+opts="uversionmangle=s/(?<=\.\d\d)$/0/" http://www.cpan.org/modules/by-module/DBI/DBI-([-0-9\.]*).tar.gz
+
+# uversionmangle is used to allow upstream version of x.yy to be converted to x.yy0 as
+# we already have 1.601 and we want to keep increasing the version
+# x.yyy will be kept intact




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