r31026 - in /trunk/libjson-xs-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 22 16:37:16 UTC 2009


Author: gregoa
Date: Sun Feb 22 16:37:13 2009
New Revision: 31026

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31026
Log:
debian/watch: add a second rule to uversionmangle since upstream has 3-
and 4-digit minor versions.

Modified:
    trunk/libjson-xs-perl/debian/changelog
    trunk/libjson-xs-perl/debian/watch

Modified: trunk/libjson-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/changelog?rev=31026&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/changelog (original)
+++ trunk/libjson-xs-perl/debian/changelog Sun Feb 22 16:37:13 2009
@@ -1,7 +1,12 @@
 libjson-xs-perl (2.232-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
   * Add myself to Uploaders.
+
+  [ gregor herrmann ]
+  * debian/watch: add a second rule to uversionmangle since upstream has 3-
+    and 4-digit minor versions.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 22 Feb 2009 15:18:15 +0100
 

Modified: trunk/libjson-xs-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/watch?rev=31026&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/watch (original)
+++ trunk/libjson-xs-perl/debian/watch Sun Feb 22 16:37:13 2009
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/\.(\d\d)$/.${1}0/ \
+opts=uversionmangle=s/\.(\d\d)$/.${1}0/;s/\.(\d\d\d)(\d)$/.${1}.${2}/ \
 	http://search.cpan.org/dist/JSON-XS/  .+/JSON-XS-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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