r40477 - in /trunk/libhtml-simpleparse-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 22 10:59:26 UTC 2009


Author: gregoa
Date: Wed Jul 22 10:59:20 2009
New Revision: 40477

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40477
Log:
debian/watch: use extended regexp for matching upstream versions.

Modified:
    trunk/libhtml-simpleparse-perl/debian/changelog
    trunk/libhtml-simpleparse-perl/debian/watch

Modified: trunk/libhtml-simpleparse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-simpleparse-perl/debian/changelog?rev=40477&op=diff
==============================================================================
--- trunk/libhtml-simpleparse-perl/debian/changelog (original)
+++ trunk/libhtml-simpleparse-perl/debian/changelog Wed Jul 22 10:59:20 2009
@@ -17,6 +17,9 @@
   * No longer install README (excerpt of POD documentation).
   * Bump Standards-Version to 3.8.2.
   * Convert debian/copyright to proposed machine-readable format.
+
+  [ gregor herrmann ]
+  * debian/watch: use extended regexp for matching upstream versions.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 22 Jul 2009 04:11:45 +0200
 

Modified: trunk/libhtml-simpleparse-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-simpleparse-perl/debian/watch?rev=40477&op=diff
==============================================================================
--- trunk/libhtml-simpleparse-perl/debian/watch (original)
+++ trunk/libhtml-simpleparse-perl/debian/watch Wed Jul 22 10:59:20 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/HTML-SimpleParse/ .*/HTML-SimpleParse-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/HTML-SimpleParse/ .*/HTML-SimpleParse-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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