This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository xsom.
commit e612a0e9cdbba3031d9c1cce6c3a6cfa54e60d65 Author: Timo Aaltonen <[email protected]> Date: Mon May 19 13:45:27 2014 +0300 drop lib/ from the tarball --- debian/orig-tar.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 06cba41..41e96c8 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -14,6 +14,7 @@ XZ_OPT=--best tar -c -J -f $TAR \ --exclude '.settings' \ --exclude '.project' \ --exclude '.classpath' \ + --exclude 'lib' \ $DIR rm -rf $DIR ../$TAG -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xsom.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

