r19301 - in /trunk/libmath-nocarry-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 30 21:21:33 UTC 2008


Author: gregoa
Date: Wed Apr 30 21:21:33 2008
New Revision: 19301

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

Modified:
    trunk/libmath-nocarry-perl/debian/changelog
    trunk/libmath-nocarry-perl/debian/watch

Modified: trunk/libmath-nocarry-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-nocarry-perl/debian/changelog?rev=19301&op=diff
==============================================================================
--- trunk/libmath-nocarry-perl/debian/changelog (original)
+++ trunk/libmath-nocarry-perl/debian/changelog Wed Apr 30 21:21:33 2008
@@ -5,8 +5,9 @@
   * debian/rules: touch Makefile in clean target after unpatching
     Makefile.PL to prevent it from being re-built; allows building twice
     in a row.
+  * debian/watch: extended regexp for matching upstream releases.
 
- -- gregor herrmann <gregoa at debian.org>  Mon, 28 Apr 2008 19:10:56 +0200
+ -- gregor herrmann <gregoa at debian.org>  Wed, 30 Apr 2008 23:21:29 +0200
 
 libmath-nocarry-perl (1.11-1) unstable; urgency=low
 

Modified: trunk/libmath-nocarry-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-nocarry-perl/debian/watch?rev=19301&op=diff
==============================================================================
--- trunk/libmath-nocarry-perl/debian/watch (original)
+++ trunk/libmath-nocarry-perl/debian/watch Wed Apr 30 21:21:33 2008
@@ -1,3 +1,3 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-http://search.cpan.org/dist/Math-NoCarry/ .*/Math-NoCarry-v?([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Math-NoCarry/ .*/Math-NoCarry-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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