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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 21:22:36 UTC 2007


Author: dmn
Date: Wed Nov  7 21:22:35 2007
New Revision: 8999

URL: http://svn.debian.org/wsvn/?sc=1&rev=8999
Log:
* [debian/watch] force six-digit minor version

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=8999&op=diff
==============================================================================
--- trunk/libdevice-serialport-perl/debian/changelog (original)
+++ trunk/libdevice-serialport-perl/debian/changelog Wed Nov  7 21:22:35 2007
@@ -1,3 +1,9 @@
+libdevice-serialport-perl (1.04-2) UNRELEASED; urgency=low
+
+  * [debian/watch] force six-digit minor version
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 07 Nov 2007 23:21:40 +0200
+
 libdevice-serialport-perl (1.04-1) unstable; urgency=low
 
   [ Kees Cook ]

Modified: trunk/libdevice-serialport-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdevice-serialport-perl/debian/watch?rev=8999&op=diff
==============================================================================
--- trunk/libdevice-serialport-perl/debian/watch (original)
+++ trunk/libdevice-serialport-perl/debian/watch Wed Nov  7 21:22:35 2007
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/dist/Device-SerialPort/ .*/Device-SerialPort-([.\d]*)\.tar\.gz
+# 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




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