r6031 - /trunk/libdatetime-format-mail-perl/debian/watch

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 04:30:46 UTC 2007


Author: joeyh
Date: Mon Jul 30 04:30:46 2007
New Revision: 6031

URL: http://svn.debian.org/wsvn/?sc=1&rev=6031
Log:
also deal with the 0.30 -> 0.300 mangling

Modified:
    trunk/libdatetime-format-mail-perl/debian/watch

Modified: trunk/libdatetime-format-mail-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-mail-perl/debian/watch?rev=6031&op=diff
==============================================================================
--- trunk/libdatetime-format-mail-perl/debian/watch (original)
+++ trunk/libdatetime-format-mail-perl/debian/watch Mon Jul 30 04:30:46 2007
@@ -1,4 +1,7 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-opts=dversionmangle=s/\+dfsg$// \
+# Currently mangling the upstream version number by adding +dfsg to it.
+# Also, 0.30 upstream will be 0.300 in Debian to keep version numbers in
+# order.
+opts=dversionmangle=s/\+dfsg$//,uversionmangle=s/^(\d\.\d\d)$/${1}00/ \
 http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Mail-([\d\.]+)\.tar\.gz




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