r6727 - in /trunk/libdbd-csv-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Aug 16 09:06:59 UTC 2007


Author: dmn
Date: Thu Aug 16 09:06:59 2007
New Revision: 6727

URL: http://svn.debian.org/wsvn/?sc=1&rev=6727
Log:
* Fixed watch file to match the change in upstream versioning without
  sacrificing uscan comfort

Modified:
    trunk/libdbd-csv-perl/debian/changelog
    trunk/libdbd-csv-perl/debian/watch

Modified: trunk/libdbd-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbd-csv-perl/debian/changelog?rev=6727&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/changelog (original)
+++ trunk/libdbd-csv-perl/debian/changelog Thu Aug 16 09:06:59 2007
@@ -1,3 +1,10 @@
+libdbd-csv-perl (0.2200-4) UNRELEASED; urgency=low
+
+  * Fixed watch file to match the change in upstream versioning without
+    sacrificing uscan comfort
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 16 Aug 2007 12:06:39 +0300
+
 libdbd-csv-perl (0.2200-3) unstable; urgency=low
 
   * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.

Modified: trunk/libdbd-csv-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdbd-csv-perl/debian/watch?rev=6727&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/watch (original)
+++ trunk/libdbd-csv-perl/debian/watch Thu Aug 16 09:06:59 2007
@@ -1,2 +1,10 @@
-version=2
-http://www.cpan.org/modules/by-module/DBD/DBD-CSV-([\d\.]+)\.tar\.gz
+version=3
+
+# this is so weird, because upstream has releases
+#   0.2001, 0.2002, 0.21 and 0.22
+# with uversinnmanlge we make 0.2001 to be 0.20.01
+# with dversionmangle we make 0.2200 to be 0.22
+# this should catch new upstream as 0.2201 (converted to 0.22.01, still later
+# than 0.22) as well as 0.23
+opts=uversionmangle=s/(?<=^0\.\d\d)(?=\d\d$)/./,dversionmangle=s/00$// \
+    http://www.cpan.org/modules/by-module/DBD/DBD-CSV-([\d\.]+)\.tar\.gz




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