r16732 - in /trunk/libcompress-zlib-perl/debian: changelog watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Mar 7 15:21:28 UTC 2008


Author: gregoa-guest
Date: Fri Mar  7 15:21:28 2008
New Revision: 16732

URL: http://svn.debian.org/wsvn/?sc=1&rev=16732
Log:
debian/watch: use improved regexp for matching upstream releases.

Modified:
    trunk/libcompress-zlib-perl/debian/changelog
    trunk/libcompress-zlib-perl/debian/watch

Modified: trunk/libcompress-zlib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/debian/changelog?rev=16732&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/debian/changelog (original)
+++ trunk/libcompress-zlib-perl/debian/changelog Fri Mar  7 15:21:28 2008
@@ -1,8 +1,9 @@
 libcompress-zlib-perl (2.008-2) UNRELEASED; urgency=low
 
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467703).
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Jan 2008 21:17:05 +0100
+  * debian/watch: use improved regexp for matching upstream releases.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 07 Mar 2008 16:20:45 +0100
 
 libcompress-zlib-perl (2.008-1) unstable; urgency=low
 

Modified: trunk/libcompress-zlib-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/debian/watch?rev=16732&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/debian/watch (original)
+++ trunk/libcompress-zlib-perl/debian/watch Fri Mar  7 15:21:28 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Compress-Zlib/ .*/Compress-Zlib-([\d\.]*)\.tar\.gz
+http://search.cpan.org/dist/Compress-Zlib/ .*/Compress-Zlib-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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