r24016 - in /trunk/libconfig-any-perl/debian: changelog watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 9 21:13:01 UTC 2008


Author: gregoa
Date: Sat Aug  9 21:12:59 2008
New Revision: 24016

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

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

Modified: trunk/libconfig-any-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-any-perl/debian/changelog?rev=24016&op=diff
==============================================================================
--- trunk/libconfig-any-perl/debian/changelog (original)
+++ trunk/libconfig-any-perl/debian/changelog Sat Aug  9 21:12:59 2008
@@ -1,5 +1,6 @@
 libconfig-any-perl (0.14-1) UNRELEASED; urgency=low
 
+  [ Ansgar Burchardt ]
   TODO: copyright/license for debian/*
 
   * New upstream release
@@ -7,6 +8,9 @@
   * Regenerate rules for debhelper 7
   * Convert debian/copyright to proposed machine-readable format
   * Bump Standards Version to 3.8.0 (No changes required)
+
+  [ gregor herrmann ]
+  * debian/watch: use extended regexp for matching upstream releases.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 07 Aug 2008 01:48:37 +0200
 

Modified: trunk/libconfig-any-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-any-perl/debian/watch?rev=24016&op=diff
==============================================================================
--- trunk/libconfig-any-perl/debian/watch (original)
+++ trunk/libconfig-any-perl/debian/watch Sat Aug  9 21:12:59 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Config-Any/ .*/Config-Any-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Config-Any/ .*/Config-Any-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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