r46578 - in /trunk/libpod-simple-perl/debian: changelog watch
    gregoa at users.alioth.debian.org 
    gregoa at users.alioth.debian.org
       
    Sat Oct 31 13:47:48 UTC 2009
    
    
  
Author: gregoa
Date: Sat Oct 31 13:47:42 2009
New Revision: 46578
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46578
Log:
debian/watch: use extended regexp for matching upstream versions.
Modified:
    trunk/libpod-simple-perl/debian/changelog
    trunk/libpod-simple-perl/debian/watch
Modified: trunk/libpod-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/changelog?rev=46578&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/changelog (original)
+++ trunk/libpod-simple-perl/debian/changelog Sat Oct 31 13:47:42 2009
@@ -15,6 +15,7 @@
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
+  * debian/watch: use extended regexp for matching upstream versions.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 26 Oct 2009 19:03:16 -0400
 
Modified: trunk/libpod-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-simple-perl/debian/watch?rev=46578&op=diff
==============================================================================
--- trunk/libpod-simple-perl/debian/watch (original)
+++ trunk/libpod-simple-perl/debian/watch Sat Oct 31 13:47:42 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Pod-Simple/ .*/Pod-Simple-v?([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Pod-Simple/ .*/Pod-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
    
    
More information about the Pkg-perl-cvs-commits
mailing list