This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository svnkit.
commit 89b10b2b9d4acfd3dcfd24d3b7ced24269655eba Author: Markus Koschany <[email protected]> Date: Sat Oct 8 23:36:21 2016 +0200 Remove prebuilt jar files from upstream tarball --- debian/copyright | 2 ++ debian/rules | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index fb75706..992252c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,8 @@ 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 Files: * Copyright: 2004-2011, TMate Software Ltd. <[email protected]> diff --git a/debian/rules b/debian/rules index 0d6f404..572ea0c 100755 --- a/debian/rules +++ b/debian/rules @@ -40,4 +40,6 @@ get-orig-source: --no-symlink \ --destdir $(CURDIR) \ --watchfile debian/watch \ - --force-download + --force-download \ + --repack \ + --compression xz -- 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

