[pkg-java] r18459 - trunk/libibatis-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 29 10:52:58 UTC 2014


Author: ebourg-guest
Date: 2014-09-29 10:52:58 +0000 (Mon, 29 Sep 2014)
New Revision: 18459

Modified:
   trunk/libibatis-java/debian/changelog
   trunk/libibatis-java/debian/rules
   trunk/libibatis-java/debian/watch
Log:
Fixed debian/watch to watch the tagged releases in SVN



Modified: trunk/libibatis-java/debian/changelog
===================================================================
--- trunk/libibatis-java/debian/changelog	2014-09-29 10:38:05 UTC (rev 18458)
+++ trunk/libibatis-java/debian/changelog	2014-09-29 10:52:58 UTC (rev 18459)
@@ -6,6 +6,7 @@
     - Removed the suggested dependency on java-virtual-machine
     - Standards-Version updated to 3.9.6 (no changes)
   * Switch to debhelper level 9
+  * Fixed debian/watch to watch the tagged releases in SVN
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 29 Sep 2014 11:53:40 +0200
 

Modified: trunk/libibatis-java/debian/rules
===================================================================
--- trunk/libibatis-java/debian/rules	2014-09-29 10:38:05 UTC (rev 18458)
+++ trunk/libibatis-java/debian/rules	2014-09-29 10:52:58 UTC (rev 18459)
@@ -18,4 +18,4 @@
 	rm -f ibatis.jar
 
 get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --no-symlink

Modified: trunk/libibatis-java/debian/watch
===================================================================
--- trunk/libibatis-java/debian/watch	2014-09-29 10:38:05 UTC (rev 18458)
+++ trunk/libibatis-java/debian/watch	2014-09-29 10:52:58 UTC (rev 18459)
@@ -1,4 +1,3 @@
 version=3
-http://ibatis.apache.org/java.cgi .*/ibatis-(2.*).zip.? \
-  debian debian/orig-tar.sh
-
+opts=uversionmangle=s/-/./ \
+http://svn.apache.org/repos/asf/ibatis/java/ibatis-2/tags/ .*java_release_(2.*)/ debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list