This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jayway-jsonpath.
commit e9d590031a086e71b72da5bd9c80ab66ede05730 Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 30 19:21:14 2016 +0200 Remove the Gradle wrapper from the upstream tarball --- debian/changelog | 1 + debian/copyright | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index ee960ce..1b53f0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jayway-jsonpath (0.9.1-2) UNRELEASED; urgency=medium * Fixed the Vcs-* fields * Standards-Version updated to 3.9.8 + * Remove the Gradle wrapper from the upstream tarball -- Emmanuel Bourg <[email protected]> Sat, 30 Jul 2016 18:43:42 +0200 diff --git a/debian/copyright b/debian/copyright index 9d7191b..0b11b91 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Jayway JsonPath Source: https://github.com/jayway/JsonPath +Files-Excluded: gradlew* + gradle/wrapper Files: * Copyright: 2011-2015, Kalle Stenflo <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jayway-jsonpath.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

