This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit 38a8fea725100ab6cb3524e47d0e46ba34164ae9 Author: Kai-Chung Yan <[email protected]> Date: Fri Jun 19 23:34:53 2015 +0800 Remove buildSrc test dependencies --- debian/patches/disable_buildSrc_tests.diff | 11 ++++++++++- debian/patches/disable_release_notes.diff | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/patches/disable_buildSrc_tests.diff b/debian/patches/disable_buildSrc_tests.diff index 5cfc2c6..a360f05 100644 --- a/debian/patches/disable_buildSrc_tests.diff +++ b/debian/patches/disable_buildSrc_tests.diff @@ -4,7 +4,16 @@ Author: Kai-Chung Yan <[email protected]> Last-Update: 2015-06-03 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle -@@ -44,3 +44,15 @@ +@@ -30,8 +30,6 @@ + compile 'com.google.guava:guava:[14.0.1, )@jar' + compile 'commons-lang:commons-lang:2.6@jar' + compile localGroovy() +- testCompile 'junit:junit:4.11@jar' +- testCompile 'org.spockframework:spock-core:0.7-groovy-1.8@jar', 'cglib:cglib-nodep:2.2', 'org.objenesis:objenesis:1.2' + + compile "org.pegdown:pegdown:1.1.0" + compile "org.jsoup:jsoup:1.6.3" +@@ -44,3 +42,15 @@ apply from: '../gradle/compile.gradle' //apply from: '../gradle/codeQuality.gradle' apply from: '../gradle/classycle.gradle' diff --git a/debian/patches/disable_release_notes.diff b/debian/patches/disable_release_notes.diff index 27da78f..5505e45 100644 --- a/debian/patches/disable_release_notes.diff +++ b/debian/patches/disable_release_notes.diff @@ -4,7 +4,7 @@ Author: Kai-Chung Yan Last-Update: 2015-06-12 --- a/subprojects/docs/docs.gradle +++ b/subprojects/docs/docs.gradle -@@ -83,7 +83,7 @@ +@@ -82,7 +82,7 @@ builtBy 'distDocs' } outputs.docs = files(docsDir) { @@ -13,7 +13,7 @@ Last-Update: 2015-06-12 } tasks.withType(Docbook2Xhtml) { -@@ -370,48 +370,10 @@ +@@ -369,48 +369,10 @@ group = 'documentation' } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

