This is an automated email from the git hooks/post-receive script. gturri-guest pushed a commit to tag temp in repository axmlrpc.
commit c7a636496079dd810ddf59fd4f37a57fbdb97059 Author: Guillaume Turri <[email protected]> Date: Tue Apr 12 10:56:22 2016 +0200 Fix excluded files from upstream tarball upstream don't use gradle directly anymore. But instead an android-no-reg directory has been added. This directory is used in order to run non regression tests wrt Android compatibility. Since this directory contains some binary files, and since we don't need it, we exclude it --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 54aef46..46e6553 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: aXMLRPC Source: https://github.com/timroes/aXMLRPC -Files-Excluded: gradlew* gradle/wrapper/* +Files-Excluded: android-no-reg/* Files: * Copyright: 2011-2012, Tim Roes <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axmlrpc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

