[pkg-java] r18341 - trunk/gluegen2/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 3 08:48:22 UTC 2014


Author: ebourg-guest
Date: 2014-09-03 08:48:22 +0000 (Wed, 03 Sep 2014)
New Revision: 18341

Modified:
   trunk/gluegen2/debian/orig-tar.sh
   trunk/gluegen2/debian/rules
Log:
debian/rules: Fixed the get-orig-source target



Modified: trunk/gluegen2/debian/orig-tar.sh
===================================================================
--- trunk/gluegen2/debian/orig-tar.sh	2014-09-03 08:28:48 UTC (rev 18340)
+++ trunk/gluegen2/debian/orig-tar.sh	2014-09-03 08:48:22 UTC (rev 18341)
@@ -5,7 +5,7 @@
 TAR=gluegen2_$VERSION.orig.tar.bz2
 
 # clean up the upstream tarball
-p7zip -d $3
+p7zip -d ../$3
 tar xvf gluegen-v$VERSION.tar
 cd $DIR*
 rm -rf .gitignore .htaccess make/lib/

Modified: trunk/gluegen2/debian/rules
===================================================================
--- trunk/gluegen2/debian/rules	2014-09-03 08:28:48 UTC (rev 18340)
+++ trunk/gluegen2/debian/rules	2014-09-03 08:48:22 UTC (rev 18341)
@@ -53,4 +53,4 @@
 	$(RM) -r gluegen/build
 
 get-orig-source::
-	-uscan --upstream-version 0
+	uscan --download-current-version --no-symlink --force-download




More information about the pkg-java-commits mailing list