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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Nov 15 06:13:04 UTC 2007


Author: dmn
Date: Thu Nov 15 06:13:04 2007
New Revision: 9298

URL: http://svn.debian.org/wsvn/?sc=1&rev=9298
Log:
* Add version mangling to debian/watch to cope with ancient upstream release
  of 0.091

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=9298&op=diff
==============================================================================
--- trunk/libnet-lite-ftp-perl/debian/changelog (original)
+++ trunk/libnet-lite-ftp-perl/debian/changelog Thu Nov 15 06:13:04 2007
@@ -1,9 +1,14 @@
 libnet-lite-ftp-perl (0.54-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza). Removed: XS-Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:03 +0200
+  [ Damyan Ivanov ]
+  * Add version mangling to debian/watch to cope with ancient upstream release
+    of 0.091
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 15 Nov 2007 08:12:21 +0200
 
 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=9298&op=diff
==============================================================================
--- trunk/libnet-lite-ftp-perl/debian/watch (original)
+++ trunk/libnet-lite-ftp-perl/debian/watch Thu Nov 15 06:13:04 2007
@@ -1,3 +1,7 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-http://search.cpan.org/dist/Net-Lite-FTP/ .*/Net-Lite-FTP-([[:digit:]].*)\.tar\.gz
+# 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
+




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