[pkg-java] r18946 - trunk/xslthl/debian
Eugene Zhukov
eugene at moszumanska.debian.org
Fri Jan 8 22:00:52 UTC 2016
Author: eugene
Date: 2016-01-08 22:00:52 +0000 (Fri, 08 Jan 2016)
New Revision: 18946
Modified:
trunk/xslthl/debian/changelog
trunk/xslthl/debian/orig-tar.sh
trunk/xslthl/debian/rules
trunk/xslthl/debian/watch
Log:
New upstream release
Modified: trunk/xslthl/debian/changelog
===================================================================
--- trunk/xslthl/debian/changelog 2016-01-05 16:23:35 UTC (rev 18945)
+++ trunk/xslthl/debian/changelog 2016-01-08 22:00:52 UTC (rev 18946)
@@ -1,3 +1,10 @@
+xslthl (2.1.3-1) unstable; urgency=medium
+
+ * New upstream release (Closes: #809821)
+ * Changed version prefix in d/watch and d/orig-tar.sh
+
+ -- Eugene Zhukov <eugene at debian.org> Fri, 08 Jan 2016 20:56:37 +0200
+
xslthl (2.1.0-4) unstable; urgency=low
* Refreshed patches
Modified: trunk/xslthl/debian/orig-tar.sh
===================================================================
--- trunk/xslthl/debian/orig-tar.sh 2016-01-05 16:23:35 UTC (rev 18945)
+++ trunk/xslthl/debian/orig-tar.sh 2016-01-08 22:00:52 UTC (rev 18946)
@@ -2,8 +2,8 @@
VERSION=$2
TAR=../xslthl_$VERSION.orig.tar.gz
-DIR=xslthl-$VERSION
-TAG=$(echo "xslthl-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+DIR=v$VERSION
+TAG=$(echo "v$VERSION" | sed -re's/\./_/g')
svn export https://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/${TAG}/ $DIR
GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' --exclude 'examples' $DIR
Modified: trunk/xslthl/debian/rules
===================================================================
--- trunk/xslthl/debian/rules 2016-01-05 16:23:35 UTC (rev 18945)
+++ trunk/xslthl/debian/rules 2016-01-08 22:00:52 UTC (rev 18946)
@@ -6,4 +6,4 @@
JAVA_HOME := /usr/lib/jvm/default-java
get-orig-source:
- uscan --force-download
+ uscan --download-current-version --no-symlink
Modified: trunk/xslthl/debian/watch
===================================================================
--- trunk/xslthl/debian/watch 2016-01-05 16:23:35 UTC (rev 18945)
+++ trunk/xslthl/debian/watch 2016-01-08 22:00:52 UTC (rev 18946)
@@ -1,4 +1,4 @@
version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
- https://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/ \
- xslthl-(\d.*)/ debian debian/orig-tar.sh
+opts=uversionmangle=s/_/./g \
+http://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/ v([\d_]*)/ \
+debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list