This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository groovy.
commit 92f717852c8998934bab79526eb3057558b9c475 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 8 10:30:11 2017 +0200 Removed the recommended dependency on testng --- debian/changelog | 1 + debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a16acee..402cedd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ groovy (2.4.8-2) unstable; urgency=high [ Emmanuel Bourg ] * Standards-Version updated to 4.1.0 + * Removed the recommended dependency on testng -- Felix Natter <[email protected]> Thu, 07 Sep 2017 19:30:12 +0200 diff --git a/debian/control b/debian/control index 4d01a34..26bf633 100644 --- a/debian/control +++ b/debian/control @@ -54,8 +54,7 @@ Recommends: ant, ant-optional, libgpars-groovy-java (>= 1.0~), - libjcommander-java, - testng + libjcommander-java Suggests: groovy-doc Description: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

