r73214 - in /trunk/libconfig-std-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 23 15:49:02 UTC 2011


Author: gregoa
Date: Sat Apr 23 15:48:54 2011
New Revision: 73214

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73214
Log:
debian/watch: add uversionmangle in case upstream changes their versioning
scheme.

Modified:
    trunk/libconfig-std-perl/debian/changelog
    trunk/libconfig-std-perl/debian/watch

Modified: trunk/libconfig-std-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/debian/changelog?rev=73214&op=diff
==============================================================================
--- trunk/libconfig-std-perl/debian/changelog (original)
+++ trunk/libconfig-std-perl/debian/changelog Sat Apr 23 15:48:54 2011
@@ -4,6 +4,8 @@
   this is 0.9 re-released as 0.900
 
   * New upstream release.
+  * debian/watch: add uversionmangle in case upstream changes their versioning
+    scheme.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 23 Apr 2011 17:42:52 +0200
 

Modified: trunk/libconfig-std-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/debian/watch?rev=73214&op=diff
==============================================================================
--- trunk/libconfig-std-perl/debian/watch (original)
+++ trunk/libconfig-std-perl/debian/watch Sat Apr 23 15:48:54 2011
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/dist/Config-Std/   .*/Config-Std-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+opts=uversionmangle=s/0\.\d{1}$/$&00/;s/0\.\d{2}$/$&0/ \
+	http://search.cpan.org/dist/Config-Std/   .*/Config-Std-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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