This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle.
commit 1128ec857a0ffa38c53a7d0ae3ddbee653dc3835 Author: Kai-Chung Yan <[email protected]> Date: Wed Sep 30 04:58:27 2015 +0800 d/copyright: Simplify file exclusion pattern with *.min.js --- debian/changelog | 1 + debian/copyright | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5ce316..9156e52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ gradle (2.7-1) UNRELEASED; urgency=low * New upstream release + * d/copyright: Simplify file exclusion pattern with *.min.js -- Kai-Chung Yan <[email protected]> Wed, 30 Sep 2015 04:37:18 +0800 diff --git a/debian/copyright b/debian/copyright index b8a5210..aac8016 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,8 +8,7 @@ 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 + *.min.js subprojects/docs/src/samples/native-binaries/google-test/libs/googleTest/1.7.0/include/gtest/* Comment: The authors of Gradle are: - Hans Dockter (Founder and Project Lead) -- 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

