This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository groovy2.
commit c0420e0224315851b5b741b2bf466c2b6212900c Author: Markus Koschany <[email protected]> Date: Wed Nov 18 14:45:59 2015 +0100 Transition to bnd 2.1.0 and update 02_fix_gradle_build.diff --- debian/control | 2 +- debian/patches/02_fix_gradle_build.diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 6c8e771..82515eb 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: ant, unzip, libjcommander-java, testng, - bnd, + bnd (>= 2.1.0), checkstyle Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/groovy2.git diff --git a/debian/patches/02_fix_gradle_build.diff b/debian/patches/02_fix_gradle_build.diff index 75887fd..2eecc74 100644 --- a/debian/patches/02_fix_gradle_build.diff +++ b/debian/patches/02_fix_gradle_build.diff @@ -153,7 +153,7 @@ Index: groovy2-2.4.3/build.gradle tools "org.ow2.asm:asm-all:$asmVersion" tools "com.thoughtworks.qdox:qdox:$qdoxVersion" - tools "biz.aQute:bnd:$bndVersion" -+ tools "biz.aQute:bnd:$bndVersion" ++ tools "biz.aQute.bnd:bnd:$bndVersion" examplesCompile project(':groovy-test') examplesCompile project(':groovy-swing') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

