This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mina2.
commit ca141ce7731eeb975902630e3b87ea1ef5a999ee Author: Emmanuel Bourg <[email protected]> Date: Tue May 12 12:56:28 2015 +0200 Merged debian/orig-tar.exclude and debian/orig-tar.sh --- debian/orig-tar.exclude | 5 ----- debian/orig-tar.sh | 8 +++++++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude deleted file mode 100644 index 9b50bfc..0000000 --- a/debian/orig-tar.exclude +++ /dev/null @@ -1,5 +0,0 @@ -*.jar -*.vsd -docs/* -LICENSE.*.txt -src/mina-core/bin/* diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index d4d2fd4..ba38626 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -14,7 +14,13 @@ TAR=../mina2_$2+dfsg.orig.tar.xz # clean up the upstream tarball tar zxf $3 mv apache-mina-* $DIR -XZ_OPT=--best tar cJvf $TAR -X debian/orig-tar.exclude $DIR +XZ_OPT=--best tar cJvf $TAR \ + --exclude '*.jar' \ + --exclude '*.vsd' \ + --exclude 'docs/*' \ + --exclude 'LICENSE.*.txt' \ + --exclude 'src/mina-core/bin/*' \ + $DIR rm -rf $DIR rm $3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mina2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

