r15727 - in /trunk/libcgi-ajax-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Feb 27 12:04:47 UTC 2008


Author: dmn
Date: Wed Feb 27 12:04:46 2008
New Revision: 15727

URL: http://svn.debian.org/wsvn/?sc=1&rev=15727
Log:
* debian/watch: allow "v" before the version, allow _ in version, require
  that the version starts with a digit

Modified:
    trunk/libcgi-ajax-perl/debian/changelog
    trunk/libcgi-ajax-perl/debian/watch

Modified: trunk/libcgi-ajax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/changelog?rev=15727&op=diff
==============================================================================
--- trunk/libcgi-ajax-perl/debian/changelog (original)
+++ trunk/libcgi-ajax-perl/debian/changelog Wed Feb 27 12:04:46 2008
@@ -6,6 +6,10 @@
   [ Ernesto Hernández-Novich (USB) ]
   * Upgraded to debhelper 6
   * Changed watch file to actually work
+
+  [ Damyan Ivanov ]
+  * debian/watch: allow "v" before the version, allow _ in version, require
+    that the version starts with a digit
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Wed, 20 Feb 2008 13:50:34 -0430
 

Modified: trunk/libcgi-ajax-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcgi-ajax-perl/debian/watch?rev=15727&op=diff
==============================================================================
--- trunk/libcgi-ajax-perl/debian/watch (original)
+++ trunk/libcgi-ajax-perl/debian/watch Wed Feb 27 12:04:46 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/CGI-Ajax/ .*/CGI-Ajax-([\d\.]+)\.(?:tar\.gz|tar|tgz)
+http://search.cpan.org/dist/CGI-Ajax/ .*/CGI-Ajax-v?(\d[\d\._]*)\.(?:tar\.gz|tar|tgz)




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