r26262 - in /trunk/librose-db-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 26 16:39:57 UTC 2008


Author: gregoa
Date: Sun Oct 26 16:39:53 2008
New Revision: 26262

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

Modified:
    trunk/librose-db-perl/debian/changelog
    trunk/librose-db-perl/debian/watch

Modified: trunk/librose-db-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-perl/debian/changelog?rev=26262&op=diff
==============================================================================
--- trunk/librose-db-perl/debian/changelog (original)
+++ trunk/librose-db-perl/debian/changelog Sun Oct 26 16:39:53 2008
@@ -1,5 +1,6 @@
 librose-db-perl (0.747-1) unstable; urgency=low
 
+  [ Rene Mayorga ]
   * New upstream release
   * debian/control
     + Add myslef as uploader
@@ -9,6 +10,9 @@
   * debian/copyright 
     + convert to (new)format
     + refresh Upstream's copyright year
+
+  [ gregor herrmann ]
+  * debian/watch: use extended regexp for matching upstream releases.
 
  -- Rene Mayorga <rmayorga at debian.org.sv>  Sun, 26 Oct 2008 00:36:18 -0600
 

Modified: trunk/librose-db-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-perl/debian/watch?rev=26262&op=diff
==============================================================================
--- trunk/librose-db-perl/debian/watch (original)
+++ trunk/librose-db-perl/debian/watch Sun Oct 26 16:39:53 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Rose-DB/ .*/Rose-DB-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Rose-DB/ .*/Rose-DB-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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