r27550 - in /trunk/libterm-size-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Dec 1 09:05:55 UTC 2008


Author: dmn
Date: Mon Dec  1 09:05:52 2008
New Revision: 27550

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27550
Log:
watch: mangle upstream versions to always force three digits after
the dot

Modified:
    trunk/libterm-size-perl/debian/changelog
    trunk/libterm-size-perl/debian/watch

Modified: trunk/libterm-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-size-perl/debian/changelog?rev=27550&op=diff
==============================================================================
--- trunk/libterm-size-perl/debian/changelog (original)
+++ trunk/libterm-size-perl/debian/changelog Mon Dec  1 09:05:52 2008
@@ -6,6 +6,8 @@
 
   [ Damyan Ivanov ]
   * New upstream release
+  * watch: mangle upstream versions to always force three digits after
+    the dot
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 01 Dec 2008 10:47:56 +0200
 

Modified: trunk/libterm-size-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-size-perl/debian/watch?rev=27550&op=diff
==============================================================================
--- trunk/libterm-size-perl/debian/watch (original)
+++ trunk/libterm-size-perl/debian/watch Mon Dec  1 09:05:52 2008
@@ -1,2 +1,4 @@
 version=3
+# force three digits after the dot
+opts=uversionmangle="s/^\d\.\d$/$&00/;s/^\d\.\d\d0$/$&0" \
 http://search.cpan.org/dist/Term-Size/ .*/Term-Size-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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