r40571 - in /trunk/liblog-agent-rotate-perl/debian: changelog watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Jul 23 12:25:45 UTC 2009


Author: ansgar-guest
Date: Thu Jul 23 12:25:37 2009
New Revision: 40571

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

Modified:
    trunk/liblog-agent-rotate-perl/debian/changelog
    trunk/liblog-agent-rotate-perl/debian/watch

Modified: trunk/liblog-agent-rotate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-agent-rotate-perl/debian/changelog?rev=40571&op=diff
==============================================================================
--- trunk/liblog-agent-rotate-perl/debian/changelog (original)
+++ trunk/liblog-agent-rotate-perl/debian/changelog Thu Jul 23 12:25:37 2009
@@ -12,6 +12,7 @@
   [ Ansgar Burchardt ]
   * Convert debian/copyright to proposed machine-readable format.
   * debian/watch: Add URL for unauthorized release currently in Debian.
+  * debian/watch: use extended regexp for matching upstream versions.
   * Refresh rules for debhelper 7.
   * Move debhelper to Build-Depends.
   * Bump Standards-Version to 3.8.2.

Modified: trunk/liblog-agent-rotate-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-agent-rotate-perl/debian/watch?rev=40571&op=diff
==============================================================================
--- trunk/liblog-agent-rotate-perl/debian/watch (original)
+++ trunk/liblog-agent-rotate-perl/debian/watch Thu Jul 23 12:25:37 2009
@@ -1,5 +1,5 @@
 version=3
-http://search.cpan.org/dist/Log-Agent-Rotate/ .*/Log-Agent-Rotate-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Log-Agent-Rotate/ .*/Log-Agent-Rotate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
 
 # unauthorized, but currently in Debian
-http://search.cpan.org/~mrogaski/ .*/Log-Agent-Rotate-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/~mrogaski/ .*/Log-Agent-Rotate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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