r41615 - in /trunk/libbit-vector-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Aug 10 20:17:44 UTC 2009


Author: gregoa
Date: Mon Aug 10 20:17:38 2009
New Revision: 41615

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

Modified:
    trunk/libbit-vector-perl/debian/changelog
    trunk/libbit-vector-perl/debian/watch

Modified: trunk/libbit-vector-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbit-vector-perl/debian/changelog?rev=41615&op=diff
==============================================================================
--- trunk/libbit-vector-perl/debian/changelog (original)
+++ trunk/libbit-vector-perl/debian/changelog Mon Aug 10 20:17:38 2009
@@ -14,6 +14,9 @@
   * Cleaned up copyright, brought it to the new machine-readable format
   * Cleaned up the description a bit
   * Added myself to Uploaders and Copyright
+
+  [ gregor herrmann ]
+  * debian/watch: use extended regexp for matching upstream versions.
 
  -- Jonathan Yu <frequency at cpan.org>  Tue, 28 Jul 2009 12:45:59 -0400
 

Modified: trunk/libbit-vector-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbit-vector-perl/debian/watch?rev=41615&op=diff
==============================================================================
--- trunk/libbit-vector-perl/debian/watch (original)
+++ trunk/libbit-vector-perl/debian/watch Mon Aug 10 20:17:38 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Bit-Vector/ .*/Bit-Vector-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Bit-Vector/ .*/Bit-Vector-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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