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

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Sat Feb 14 19:56:01 UTC 2009


Author: tincho
Date: Sat Feb 14 19:55:58 2009
New Revision: 30709

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30709
Log:
debia/watch: changed the quoting to fit PET's understanding of syntax,
screw uscan! :) (see #515209)

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=30709&op=diff
==============================================================================
--- trunk/libterm-size-perl/debian/changelog (original)
+++ trunk/libterm-size-perl/debian/changelog Sat Feb 14 19:55:58 2009
@@ -12,6 +12,10 @@
   * New upstream release
   * watch: mangle upstream versions to always force three digits after
     the dot
+
+  [ Martín Ferrari ]
+  * debia/watch: changed the quoting to fit PET's understanding of syntax,
+    screw uscan! :) (see #515209)
 
  -- 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=30709&op=diff
==============================================================================
--- trunk/libterm-size-perl/debian/watch (original)
+++ trunk/libterm-size-perl/debian/watch Sat Feb 14 19:55:58 2009
@@ -1,4 +1,5 @@
 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)
+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