r75905 - in /trunk/libtest-mockobject-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 17 20:01:26 UTC 2011


Author: gregoa
Date: Fri Jun 17 20:01:23 2011
New Revision: 75905

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

Modified:
    trunk/libtest-mockobject-perl/debian/changelog
    trunk/libtest-mockobject-perl/debian/watch

Modified: trunk/libtest-mockobject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/debian/changelog?rev=75905&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/changelog (original)
+++ trunk/libtest-mockobject-perl/debian/changelog Fri Jun 17 20:01:23 2011
@@ -31,6 +31,9 @@
     - Add myself to debian/*
     - Switch to DEP5 machine readable format
   * Add myselt to Uploaders
+
+  [ gregor herrmann ]
+  * debian/watch: extend regexp for matching upstream versions.
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Fri, 17 Jun 2011 18:01:38 +0200
 

Modified: trunk/libtest-mockobject-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/debian/watch?rev=75905&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/watch (original)
+++ trunk/libtest-mockobject-perl/debian/watch Fri Jun 17 20:01:23 2011
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Test-MockObject/ .*/Test-MockObject-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Test-MockObject/ .*/Test-MockObject-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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