This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bnd.
commit 22cb4169b8af60e36aad1bf90b06f4e4f4cc8290 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 16 23:18:54 2015 +0100 Require Java 6 or higher --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a4cc338..bbfc869 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ bnd (2.4.0-1) UNRELEASED; urgency=medium - Updated the Maven poms - Build with Gradle instead of Ant - Refreshed debian/copyright + - Require Java 6 or higher -- Emmanuel Bourg <[email protected]> Wed, 16 Dec 2015 12:54:06 +0100 diff --git a/debian/control b/debian/control index e3b8919..4090f52 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Homepage: http://www.aQute.biz/Bnd Package: bnd Architecture: all Depends: - default-jre-headless | java5-runtime-headless, + default-jre-headless | java6-runtime-headless, java-wrappers, libosgi-compendium-java (>= 5.0.0), libosgi-core-java (>= 6.0.0), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

