This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository svnkit.
commit aa959b391afbd3c064860aab96a915b93c33c3f6 Author: Markus Koschany <[email protected]> Date: Sun Oct 9 16:51:52 2016 +0200 Use orig-tar.sh script again. --- debian/copyright | 3 --- debian/orig-tar.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/copyright b/debian/copyright index 43199a3..fb75706 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,9 +2,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SVNKit Upstream-Contact: TMate Software Ltd. <[email protected]> Source: http://svnkit.com/download.php -Files-Excluded: - *.jar - svnkit-test/nailgun/* Files: * Copyright: 2004-2011, TMate Software Ltd. <[email protected]> diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 137fa8c..b7685f0 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -22,6 +22,7 @@ XZ_OPT=--best tar -C orig -c -v -J -f $TAR \ --exclude contrib/sqljet \ --exclude contrib/trilead \ --exclude gradle-wrapper.jar \ + --exclude svnkit-test/nailgun \ --exclude 'nailgun-*.jar' \ --exclude '*.exe' \ --numeric-owner --group 0 --owner 0 $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/svnkit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

