r16056 - in /trunk/libnet-lite-ftp-perl/debian: changelog watch

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


Author: gregoa-guest
Date: Sat Mar  1 20:17:06 2008
New Revision: 16056

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

Modified:
    trunk/libnet-lite-ftp-perl/debian/changelog
    trunk/libnet-lite-ftp-perl/debian/watch

Modified: trunk/libnet-lite-ftp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-lite-ftp-perl/debian/changelog?rev=16056&op=diff
==============================================================================
--- trunk/libnet-lite-ftp-perl/debian/changelog (original)
+++ trunk/libnet-lite-ftp-perl/debian/changelog Sat Mar  1 20:17:06 2008
@@ -6,12 +6,13 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467868).
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.
+  * debian/watch: extend regexp for matching upstream releases.
 
   [ Damyan Ivanov ]
   * Add version mangling to debian/watch to cope with ancient upstream release
     of 0.091
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Mar 2008 21:15:40 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Mar 2008 21:15:51 +0100
 
 libnet-lite-ftp-perl (0.54-1) unstable; urgency=low
 

Modified: trunk/libnet-lite-ftp-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libnet-lite-ftp-perl/debian/watch?rev=16056&op=diff
==============================================================================
--- trunk/libnet-lite-ftp-perl/debian/watch (original)
+++ trunk/libnet-lite-ftp-perl/debian/watch Sat Mar  1 20:17:06 2008
@@ -3,5 +3,5 @@
 # mangle to cope with ancient 0.091 release, whuck should be less than
 # the current 0.54
 # result: 0.54 --> 0.540
-opts=versionmangle=s/(?<=\.\d\d)$/0/ http://search.cpan.org/dist/Net-Lite-FTP/ .*/Net-Lite-FTP-([[:digit:]].*)\.tar\.gz
-
+opts=versionmangle=s/(?<=\.\d\d)$/0/ \
+http://search.cpan.org/dist/Net-Lite-FTP/ .*/Net-Lite-FTP-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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