r23943 - /trunk/librcs-perl/debian/watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 8 15:37:18 UTC 2008


Author: gregoa
Date: Fri Aug  8 15:37:15 2008
New Revision: 23943

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

Modified:
    trunk/librcs-perl/debian/watch

Modified: trunk/librcs-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librcs-perl/debian/watch?rev=23943&op=diff
==============================================================================
--- trunk/librcs-perl/debian/watch (original)
+++ trunk/librcs-perl/debian/watch Fri Aug  8 15:37:15 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Rcs/ .*/Rcs-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Rcs/ .*/Rcs-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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