This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository groovy2.
commit 189c554e32da899d83b0de12d02679fddf1d88b5 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 11 12:41:04 2015 +0200 Depend on java6-runtime-headless instead of java6-runtime --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 58d0f3b..2e474f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +groovy2 (2.2.2+dfsg-5) UNRELEASED; urgency=medium + + * Team upload. + * Depend on java6-runtime-headless instead of java6-runtime + + -- Emmanuel Bourg <[email protected]> Thu, 11 Jun 2015 12:40:46 +0200 + groovy2 (2.2.2+dfsg-4) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 5c8f634..038887c 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Homepage: http://www.groovy-lang.org Package: groovy2 Architecture: all Depends: antlr, - default-jre-headless | java6-runtime, + default-jre-headless | java6-runtime-headless, ivy, junit4, libasm4-java, -- 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

