r40568 - in /trunk/liblog-agent-perl/debian: changelog watch

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


Author: ansgar-guest
Date: Thu Jul 23 12:23:53 2009
New Revision: 40568

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

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

Modified: trunk/liblog-agent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-agent-perl/debian/changelog?rev=40568&op=diff
==============================================================================
--- trunk/liblog-agent-perl/debian/changelog (original)
+++ trunk/liblog-agent-perl/debian/changelog Thu Jul 23 12:23:53 2009
@@ -17,6 +17,7 @@
   * Fix POD errors in Log::Agent::Driver::Default, Log::Agent::Driver::Fork
     + new patch: pod-errors.patch
     + Add quilt framework and README.source
+  * debian/watch: use extended regexp for matching upstream versions.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 23 Jul 2009 13:44:30 +0200
 

Modified: trunk/liblog-agent-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-agent-perl/debian/watch?rev=40568&op=diff
==============================================================================
--- trunk/liblog-agent-perl/debian/watch (original)
+++ trunk/liblog-agent-perl/debian/watch Thu Jul 23 12:23:53 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Log-Agent/ .*/Log-Agent-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Log-Agent/ .*/Log-Agent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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