r14082 - in /trunk/libxml-mini-perl/debian: changelog watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 3 16:29:27 UTC 2008


Author: gregoa-guest
Date: Sun Feb  3 16:29:26 2008
New Revision: 14082

URL: http://svn.debian.org/wsvn/?sc=1&rev=14082
Log:
debian/watch: use dist-based URL; work around missing . in current
  upstream version number.

Modified:
    trunk/libxml-mini-perl/debian/changelog
    trunk/libxml-mini-perl/debian/watch

Modified: trunk/libxml-mini-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-mini-perl/debian/changelog?rev=14082&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/changelog (original)
+++ trunk/libxml-mini-perl/debian/changelog Sun Feb  3 16:29:26 2008
@@ -7,8 +7,10 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza). Removed: XS-Vcs-Svn fields.
   * Add Homepage field to debian/control, too.
+  * debian/watch: use dist-based URL; work around missing . in current
+    upstream version number.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 12 Oct 2007 00:34:42 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 03 Feb 2008 17:27:10 +0100
 
 libxml-mini-perl (1.2.8-3) unstable; urgency=low
 

Modified: trunk/libxml-mini-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-mini-perl/debian/watch?rev=14082&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/watch (original)
+++ trunk/libxml-mini-perl/debian/watch Sun Feb  3 16:29:26 2008
@@ -1,3 +1,3 @@
-version=2
-http://www.cpan.org/modules/by-module/XML/XML-Mini-([\d\.]+)\.tar\.gz
-
+version=3
+opts="uversionmangle=s/\.(\d)(\d)$/.$1.$2/" \
+http://search.cpan.org/dist/XML-Mini/   .*/XML-Mini-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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