r55754 - in /trunk/libdbi-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 8 21:10:35 UTC 2010


Author: gregoa
Date: Thu Apr  8 21:10:25 2010
New Revision: 55754

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55754
Log:
debian/watch: allow development versions again.

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

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/changelog?rev=55754&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Thu Apr  8 21:10:25 2010
@@ -10,6 +10,7 @@
   * debian/control: remove "Suggests: dbishell", dbishell is only in etch (in
     Debian) and hardy (in Ubuntu); thanks to Martin von Gagern for noticing
     (LP: #497971).
+  * debian/watch: allow development versions again.
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:34 -0700
 

Modified: trunk/libdbi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/watch?rev=55754&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/watch (original)
+++ trunk/libdbi-perl/debian/watch Thu Apr  8 21:10:25 2010
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle=s/(?<=\.\d\d)$/0/" \
-http://search.cpan.org/dist/DBI/   .*/DBI-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+opts="uversionmangle=s/(?<=\.\d\d)$/0/;s/_/./" \
+http://search.cpan.org/dist/DBI/   .*/DBI-v?(\d[\d._]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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