r52400 - in /trunk/libppi-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Feb 9 17:12:49 UTC 2010


Author: gregoa
Date: Tue Feb  9 17:12:28 2010
New Revision: 52400

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

Modified:
    trunk/libppi-perl/debian/changelog
    trunk/libppi-perl/debian/watch

Modified: trunk/libppi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/changelog?rev=52400&op=diff
==============================================================================
--- trunk/libppi-perl/debian/changelog (original)
+++ trunk/libppi-perl/debian/changelog Tue Feb  9 17:12:28 2010
@@ -1,10 +1,14 @@
 libppi-perl (1.209-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * Update Module::Install copyright info
   * Standards-Version 3.8.4 (no changes)
   * Drop B-D-I on Test::ClassAPI per upstream
   * Add Class::Inspector to B-D-I
+
+  [ gregor herrmann ]
+  * debian/watch: use extended regexp for matching upstream versions.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 06 Feb 2010 20:09:49 -0500
 

Modified: trunk/libppi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/watch?rev=52400&op=diff
==============================================================================
--- trunk/libppi-perl/debian/watch (original)
+++ trunk/libppi-perl/debian/watch Tue Feb  9 17:12:28 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/PPI/ .*/PPI-([\d.]+)\.(?:tar\.gz|tar|tgz)
+http://search.cpan.org/dist/PPI/ .*/PPI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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