This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-package.
commit 9244f22aeae296bf16af9756facec14e54a77b46 Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 12 12:28:34 2014 +0100 Removed the suggested dependency on openjdk-6-jre --- debian/changelog | 5 +++-- debian/control | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 15d179b..ab7108d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -java-package (0.54) UNRELEASED; urgency=medium +java-package (0.54) unstable; urgency=medium * Team upload. * Added support for ARM VFP/hard-float JDK releases. Thanks to Christopher Huhn <[email protected]> (Closes: #724455) * Standards-Version updated to 3.9.5 (no changes) + * Removed the suggested dependency on openjdk-6-jre - -- Emmanuel Bourg <[email protected]> Wed, 12 Feb 2014 12:14:36 +0100 + -- Emmanuel Bourg <[email protected]> Wed, 12 Feb 2014 12:33:50 +0100 java-package (0.53) unstable; urgency=low diff --git a/debian/control b/debian/control index a9bb728..61c0aef 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: java-package Architecture: all Depends: ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2 Recommends: dpkg-dev, gcc -Suggests: openjdk-6-jre, openjdk-7-jre +Suggests: openjdk-7-jre Description: Utility for creating Java Debian packages This package provides the capability to build a Debian package from a Java binary distribution by running make-jpkg <java binary archive file>. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

