[saxonhe] 01/03: Include upstream resources
Eugene Zhukov
eugene at moszumanska.debian.org
Mon Feb 6 19:45:18 UTC 2017
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 <eugene at debian.org>
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
More information about the pkg-java-commits
mailing list