r38821 - in /trunk/libjifty-plugin-comment-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 27 15:28:14 UTC 2009


Author: gregoa
Date: Sat Jun 27 15:28:08 2009
New Revision: 38821

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38821
Log:
debian/watch: restrict uversionmangle to 0.* versions.

Modified:
    trunk/libjifty-plugin-comment-perl/debian/changelog
    trunk/libjifty-plugin-comment-perl/debian/watch

Modified: trunk/libjifty-plugin-comment-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-comment-perl/debian/changelog?rev=38821&op=diff
==============================================================================
--- trunk/libjifty-plugin-comment-perl/debian/changelog (original)
+++ trunk/libjifty-plugin-comment-perl/debian/changelog Sat Jun 27 15:28:08 2009
@@ -1,9 +1,13 @@
 libjifty-plugin-comment-perl (1.00-1) unstable; urgency=low
 
+  [ AGOSTINI Yves ]
   * New upstream release
   * remove patch now testapp run with Jifty 0.90519
   * add missing dep on libcgi-pm-perl, libregexp-common-perl,
   libregexp-common-email-address-perl, libmime-base64-urlsafe-perl
+
+  [ gregor herrmann ]
+  * debian/watch: restrict uversionmangle to 0.* versions.
 
  -- AGOSTINI Yves <agostini at univ-metz.fr>  Sat, 27 Jun 2009 08:03:22 +0200
 

Modified: trunk/libjifty-plugin-comment-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-comment-perl/debian/watch?rev=38821&op=diff
==============================================================================
--- trunk/libjifty-plugin-comment-perl/debian/watch (original)
+++ trunk/libjifty-plugin-comment-perl/debian/watch Sat Jun 27 15:28:08 2009
@@ -1,3 +1,3 @@
 version=3
-options="uversionmangle=s/\.(.(.(.(.)?)?)?)$/$&.('0'x(5-length($1)))/e" \
+options="uversionmangle=s/0\.(.(.(.(.)?)?)?)$/$&.('0'x(5-length($1)))/e" \
 http://search.cpan.org/dist/Jifty-Plugin-Comment/   .*/Jifty-Plugin-Comment-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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