This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository jajuk.
commit 97fd12bd507e3efd337913470764b54754772000 Author: Felix Natter <[email protected]> Date: Sun Mar 20 04:11:30 2016 +0100 use Files-Excluded: instead of orig-tar.* --- debian/orig-tar.exclude | 4 ---- debian/orig-tar.sh | 21 --------------------- 2 files changed, 25 deletions(-) diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude deleted file mode 100644 index 8b0a334..0000000 --- a/debian/orig-tar.exclude +++ /dev/null @@ -1,4 +0,0 @@ -lib/* -src/packaging/OSX/JavaApplicationStub -src/site/resources/specs.pdf -*org/jajuk/ui/actions/WindowsHotKeyManager.java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 86a1388..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -# $2 = version -# $3 = file -TAR=../jajuk_$2.orig.tar.xz -DIR=jajuk-$2.orig - -# clean up the upstream tarball -unzip $3 -mv jajuk-src-* $DIR -XZ_OPT=--best tar -c -J -f $TAR -X debian/orig-tar.exclude $DIR -rm -rf $DIR - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir - echo "moved $TAR to $origDir" -fi - -exit 0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jajuk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

