r16049 - in /trunk/libconfig-file-perl/debian: changelog watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Mar 1 20:00:23 UTC 2008


Author: gregoa-guest
Date: Sat Mar  1 20:00:22 2008
New Revision: 16049

URL: http://svn.debian.org/wsvn/?sc=1&rev=16049
Log:
debian/watch: improve regexp for matching upstream versions.

Modified:
    trunk/libconfig-file-perl/debian/changelog
    trunk/libconfig-file-perl/debian/watch

Modified: trunk/libconfig-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/changelog?rev=16049&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/changelog (original)
+++ trunk/libconfig-file-perl/debian/changelog Sat Mar  1 20:00:22 2008
@@ -4,11 +4,12 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467721).
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.
+  * debian/watch: improve regexp for matching upstream versions.
 
   [ David Paleino ]
   * debian/control: removed myself from Uploaders
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Mar 2008 20:59:05 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Mar 2008 20:59:24 +0100
 
 libconfig-file-perl (1.41-1) unstable; urgency=low
 

Modified: trunk/libconfig-file-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/watch?rev=16049&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/watch (original)
+++ trunk/libconfig-file-perl/debian/watch Sat Mar  1 20:00:22 2008
@@ -1,3 +1,3 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-http://search.cpan.org/dist/Config-File/ .*/Config-File-([\.\d]+)\.(?:tar\.gz|tar|tgz)$
+http://search.cpan.org/dist/Config-File/ .*/Config-File-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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