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

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Sat Feb 14 20:01:42 UTC 2009


Author: tincho
Date: Sat Feb 14 20:01:39 2009
New Revision: 30710

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30710
Log:
debian/watch: changed the quoting to fit PET's understanding of syntax,
screw uscan! :) (see #515209.) There was also an error in the second
regex.

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=30710&op=diff
==============================================================================
--- trunk/libterm-size-perl/debian/changelog (original)
+++ trunk/libterm-size-perl/debian/changelog Sat Feb 14 20:01:39 2009
@@ -14,8 +14,9 @@
     the dot
 
   [ Martín Ferrari ]
-  * debia/watch: changed the quoting to fit PET's understanding of syntax,
-    screw uscan! :) (see #515209)
+  * debian/watch: changed the quoting to fit PET's understanding of syntax,
+    screw uscan! :) (see #515209.) There was also an error in the second
+    regex.
 
  -- 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=30710&op=diff
==============================================================================
--- trunk/libterm-size-perl/debian/watch (original)
+++ trunk/libterm-size-perl/debian/watch Sat Feb 14 20:01:39 2009
@@ -1,5 +1,5 @@
 version=3
 # force three digits after the dot
-opts="uversionmangle=s/^\d\.\d$/$&00/;s/^\d\.\d\d0$/$&0" \
+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