[libjogl2-java] 01/02: update get-orig-source target

Tony Mancill tmancill at moszumanska.debian.org
Thu Sep 4 04:57:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository libjogl2-java.

commit 111e436eafc01ac05c49921e32d4e184a46f40f1
Author: tony mancill <tmancill at debian.org>
Date:   Wed Sep 3 21:56:57 2014 -0700

    update get-orig-source target
---
 debian/orig-tar.sh | 8 ++++----
 debian/rules       | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 0018982..54f41c3 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -2,16 +2,16 @@
 
 VERSION=$2
 DIR=jogl-v$VERSION
-TAR=libjogl2-java_$VERSION.orig.tar.bz2
+TAR=libjogl2-java_$VERSION.orig.tar.xz
 
 # clean up the upstream tarball
-p7zip -d $3
+p7zip -d ../$3
 tar xvf jogl-v$VERSION.tar
 cd $DIR*
 rm -rf .gitignore .htaccess make/lib/ www/
 cd ..
-tar jcvf ../$TAR $DIR
-rm -rf $DIR jogl-v$VERSION.tar
+tar Jcvf ../$TAR $DIR
+rm -rvf $DIR jogl-v$VERSION.tar
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then
diff --git a/debian/rules b/debian/rules
index 1bc9f40..2202105 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,4 +30,4 @@ clean::
 	$(RM) -r gluegen/build
 
 get-orig-source::
-	-uscan --upstream-version 0
+	-uscan --verbose --upstream-version 0 --no-symlink

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjogl2-java.git



More information about the pkg-java-commits mailing list