This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to annotated tag debian/1.50.0-8 in repository bnd.
commit 5242cc6f6c2f38753703d291c615c74bbd8546e5 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 29 12:30:39 2014 +0000 Removed the dependency on openjdk-6-jdk --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ea5eb46..99d75ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ bnd (1.50.0-8) UNRELEASED; urgency=medium * Added a patch to fix the compilation errors with Java 8 * debian/control: + - Removed the dependency on openjdk-6-jdk - Standards-Version updated to 3.9.5 (no changes) * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index c635e35..eee92ac 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Homepage: http://www.aQute.biz/Bnd Package: bnd Architecture: all -Depends: default-jre-headless | java5-runtime-headless | openjdk-6-jdk, +Depends: default-jre-headless | java5-runtime-headless, java-wrappers, libosgi-compendium-java (>= 4.3.0), libosgi-core-java (>= 4.3.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

