This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle.
commit 00c3959e02cea9992ebda1cb79ffd0b5c1caff38 Author: Kai-Chung Yan <[email protected]> Date: Thu Jul 2 23:09:06 2015 +0800 Exclude more generated sourceless files --- debian/changelog | 3 ++- debian/copyright | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d0db850..802244e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ gradle (2.4-1) UNRELEASED; urgency=low * New upstream release (Closes: #754725) - * d/control: Maven is not needed at runtime + * d/control: Remove maven from Depends + * d/control: Remove bintray-client-java from (Build-)Depends * d/watch: Watch services.gradle.org * d/copyright: Add Files-Excluded for uscan * d/rules: Simplify get-orig-source target diff --git a/debian/copyright b/debian/copyright index 4d43248..e9bbb12 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,6 +8,8 @@ Files-Excluded: *.zip *.tar */libcunit.a *.lib + subprojects/docs/src/samples/play/advanced/public/javascripts/jquery-2.1.3.min.js + subprojects/platform-play/src/integTest/resources/coffee-script.min.js Comment: The authors of Gradle are: - Hans Dockter (Founder and Project Lead) - Steve Appling -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

