This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository batik.
commit 57781f353dd766727d4dce1eabb5d53f9c8ff03e Author: Christopher Hoskin <[email protected]> Date: Sun Sep 3 09:18:06 2017 +0100 Exclude jar files from documentation-sources --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f33f8bf..b1c876c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ batik (1.8-5) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git * Updated signing keys from https://www.apache.org/dist/xmlgraphics/batik/KEYS + * Exclude jar files from documentation-sources -- Christopher Hoskin <[email protected]> Tue, 29 Aug 2017 19:10:54 +0100 diff --git a/debian/copyright b/debian/copyright index ee1640b..771a4c0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: batik Upstream-Contact: Apache Software Foundation Source: https://xmlgraphics.apache.org/batik -Files-Excluded: lib/*.jar +Files-Excluded: lib/*.jar documentation-sources/content/demo/*.jar Comment: The source zip file was repackaged to remove pre-compiled binary JAR files, using the script found in debian/new-upstream in debian sources. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/batik.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

