[pkg-java] r18583 - trunk/libfreemarker-java/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 28 15:13:17 GMT 2014
Author: ebourg-guest
Date: 2014-10-28 15:13:17 +0000 (Tue, 28 Oct 2014)
New Revision: 18583
Modified:
trunk/libfreemarker-java/debian/changelog
trunk/libfreemarker-java/debian/watch
Log:
debian/watch: Fixed the detection of the versions 1.6.x
Modified: trunk/libfreemarker-java/debian/changelog
===================================================================
--- trunk/libfreemarker-java/debian/changelog 2014-10-28 15:01:43 UTC (rev 18582)
+++ trunk/libfreemarker-java/debian/changelog 2014-10-28 15:13:17 UTC (rev 18583)
@@ -1,6 +1,7 @@
libfreemarker-java (2.3.20-4) UNRELEASED; urgency=medium
* Standards-Version updated to 3.9.6 (no changes)
+ * debian/watch: Fixed the detection of the versions 1.6.x
-- Emmanuel Bourg <ebourg at apache.org> Tue, 28 Oct 2014 16:00:52 +0100
Modified: trunk/libfreemarker-java/debian/watch
===================================================================
--- trunk/libfreemarker-java/debian/watch 2014-10-28 15:01:43 UTC (rev 18582)
+++ trunk/libfreemarker-java/debian/watch 2014-10-28 15:13:17 UTC (rev 18583)
@@ -1,3 +1,3 @@
version=3
-http://sf.net/freemarker/ freemarker-([[:digit:].]+).tar.gz \
- debian debian/orig-tar.sh
+opts=uversionmangle=s/^(\d)(\d)$/$1.$2/;s/^(\d)(\d)(\d)$/$1.$2.$3/ \
+http://sf.net/freemarker/ freemarker-([\d\.]+).tar.gz debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list