This is an automated email from the git hooks/post-receive script. eugene pushed a commit to branch master in repository saxonhe.
commit 10f70f1b3dbb66b6c61bd4e17566745ce0cae141 Author: Eugene Zhukov <[email protected]> Date: Mon Feb 6 17:35:02 2017 +0200 Include upstream resources --- debian/orig-tar.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 7686898..b484d50 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -5,6 +5,11 @@ TAR=../saxonhe_$VERSION+dfsg.orig.tar.xz DIR=saxonhe-$VERSION TAG="$VERSION" -svn -q export https://www.saxonica.co.uk/repos/archive/opensource/tags/${TAG}/hej/net $DIR -XZ_OPT=--best tar cJf $TAR --exclude 'sf/saxon/dotnet' --exclude 'sf/saxon/option' $DIR +svn -q export https://www.saxonica.co.uk/repos/archive/opensource/tags/${TAG}/hej $DIR +XZ_OPT=--best tar cJf $TAR \ + --exclude 'javax' \ + --exclude 'data/lib' \ + --exclude 'data/w3c' \ + --exclude 'net/sf/saxon/dotnet' \ + --exclude 'net/sf/saxon/option' $DIR rm -rf $DIR ../$TAG -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/saxonhe.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

