[pkg-java] r16363 - trunk/xslthl/debian
Mathieu Malaterre
malat at alioth.debian.org
Sun Nov 25 16:38:38 UTC 2012
Author: malat
Date: 2012-11-25 16:38:38 +0000 (Sun, 25 Nov 2012)
New Revision: 16363
Modified:
trunk/xslthl/debian/orig-tar.sh
trunk/xslthl/debian/watch
Log:
Adapt to new layout -sigh-
Modified: trunk/xslthl/debian/orig-tar.sh
===================================================================
--- trunk/xslthl/debian/orig-tar.sh 2012-11-21 10:34:15 UTC (rev 16362)
+++ trunk/xslthl/debian/orig-tar.sh 2012-11-25 16:38:38 UTC (rev 16363)
@@ -5,7 +5,8 @@
VERSION=$2
TAR=../xslthl_$VERSION.orig.tar.gz
DIR=xslthl-$VERSION
-TAG=$(echo "v$VERSION" | sed -re's,\.,_,g')
+#TAG=$(echo "xslthl-$VERSION" | sed -re's,\.,_,g')
+TAG=$DIR
svn export http://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/${TAG} $DIR
tar -c -z -f $TAR --exclude '*.jar' $DIR
Modified: trunk/xslthl/debian/watch
===================================================================
--- trunk/xslthl/debian/watch 2012-11-21 10:34:15 UTC (rev 16362)
+++ trunk/xslthl/debian/watch 2012-11-25 16:38:38 UTC (rev 16363)
@@ -1,5 +1,4 @@
version=3
-
opts=uversionmangle=s/_/./g \
- http://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/ v([\d_]*)/ \
+ http://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/ xslthl-([\d.]*)/ \
debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list