r13107 - in /trunk/libdevice-serialport-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 21 11:13:49 UTC 2008


Author: dmn
Date: Mon Jan 21 11:13:49 2008
New Revision: 13107

URL: http://svn.debian.org/wsvn/?sc=1&rev=13107
Log:
* debian/watch: insert dots in very long minor upstream versions

Modified:
    trunk/libdevice-serialport-perl/debian/changelog
    trunk/libdevice-serialport-perl/debian/watch

Modified: trunk/libdevice-serialport-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevice-serialport-perl/debian/changelog?rev=13107&op=diff
==============================================================================
--- trunk/libdevice-serialport-perl/debian/changelog (original)
+++ trunk/libdevice-serialport-perl/debian/changelog Mon Jan 21 11:13:49 2008
@@ -1,7 +1,7 @@
 libdevice-serialport-perl (1.04-2) UNRELEASED; urgency=low
 
   [ Damyan Ivanov ]
-  * debian/watch: force six-digit minor version
+  * debian/watch: insert dots in very long minor upstream versions
   * debian/rules: drop unneeded dh_link call
 
   [ gregor herrmann ]

Modified: trunk/libdevice-serialport-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdevice-serialport-perl/debian/watch?rev=13107&op=diff
==============================================================================
--- trunk/libdevice-serialport-perl/debian/watch (original)
+++ trunk/libdevice-serialport-perl/debian/watch Mon Jan 21 11:13:49 2008
@@ -1,3 +1,3 @@
 version=3
 # always force 6-digit minor version
-opts="versionmangle=s/\.(?=\d\d$)/.0/;s/(?<=\.\d\d\d)$/000/;s/(?<=^\d)$/.000000/" http://search.cpan.org/dist/Device-SerialPort/ .*/Device-SerialPort-([.\d]*)\.tar\.gz
+opts="uversionmangle=s/\.(\d\d\d)(\d\d\d)$)/.$1.$2/" http://search.cpan.org/dist/Device-SerialPort/ .*/Device-SerialPort-([.\d]*)\.tar\.gz




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