r32781 - /trunk/libwww-search-perl/debian/watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 8 15:17:09 UTC 2009


Author: gregoa
Date: Wed Apr  8 15:17:04 2009
New Revision: 32781

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32781
Log:
fix watch file

Modified:
    trunk/libwww-search-perl/debian/watch

Modified: trunk/libwww-search-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-search-perl/debian/watch?rev=32781&op=diff
==============================================================================
--- trunk/libwww-search-perl/debian/watch (original)
+++ trunk/libwww-search-perl/debian/watch Wed Apr  8 15:17:04 2009
@@ -1,2 +1,5 @@
 version=3
-http://search.cpan.org/dist//  .+/-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+# this catches only the "primary" module of this package
+# deal with 3/4-digit upstream versions
+opts=uversionmangle=s/(\.\d\d)(\d)$/${1}.${2}0/;s/(\.\d\d)(\d\d)$/${1}.${2}/ \
+	http://search.cpan.org/dist/WWW-Search/  .+/WWW-Search-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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