[pkg-java] r8333 - trunk/jarjar/debian

Daniel Leidert dleidert-guest at alioth.debian.org
Wed Jun 10 16:01:02 UTC 2009


Author: dleidert-guest
Date: 2009-06-10 16:01:02 +0000 (Wed, 10 Jun 2009)
New Revision: 8333

Modified:
   trunk/jarjar/debian/watch
Log:
* debian/watch: Adjusted. Handle `rc' in uversionmangle and make dversionmangle
  fit for `+dfsg'.



Modified: trunk/jarjar/debian/watch
===================================================================
--- trunk/jarjar/debian/watch	2009-06-10 15:55:30 UTC (rev 8332)
+++ trunk/jarjar/debian/watch	2009-06-10 16:01:02 UTC (rev 8333)
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\~*([\w\d\.]*)\.dfsg$/$1/ \
+opts=dversionmangle=s/[+.]dfsg//,uversionmangle=s/(rc\d+)/~$1/ \
   http://code.google.com/p/jarjar/downloads/list http://jarjar.googlecode.com/files/jarjar-src-(.*)\.zip




More information about the pkg-java-commits mailing list