r29053 - in /trunk/libinline-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 18:40:51 UTC 2009


Author: gregoa
Date: Thu Jan  1 18:40:48 2009
New Revision: 29053

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

Modified:
    trunk/libinline-perl/debian/changelog
    trunk/libinline-perl/debian/watch

Modified: trunk/libinline-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/changelog?rev=29053&op=diff
==============================================================================
--- trunk/libinline-perl/debian/changelog (original)
+++ trunk/libinline-perl/debian/changelog Thu Jan  1 18:40:48 2009
@@ -19,6 +19,7 @@
 
   * New upstream release.
   * Refresh patches.
+  * debian/watch: extended regexp for matching upstream releases.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:50 +0200
 

Modified: trunk/libinline-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/watch?rev=29053&op=diff
==============================================================================
--- trunk/libinline-perl/debian/watch (original)
+++ trunk/libinline-perl/debian/watch Thu Jan  1 18:40:48 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Inline/ .*/Inline-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Inline/ .*/Inline-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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