[dbus-java] 05/06: Depend on java6-runtime-headless instead of openjdk-{6, 7}-jre (Closes: #503815)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Feb 13 22:38:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository dbus-java.

commit 286b5c0eb9e8ed708e999895f6fc1eebbbcaf89b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Feb 13 23:31:18 2015 +0100

    Depend on java6-runtime-headless instead of openjdk-{6,7}-jre (Closes: #503815)
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 48ec50f..b36c7b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ dbus-java (2.8-6) UNRELEASED; urgency=medium
 
   * Team upload.
   * debian/control:
+    - Depend on default-jre-headless | java6-runtime-headless
+      instead of openjdk-{6,7}-jre (Closes: #503815)
     - Fixed a typo in the name of the maintainer
     - Standards-Version updated to 3.9.6 (no changes)
     - Removed the duplicate Section field for libdbus-java
diff --git a/debian/control b/debian/control
index 0b44639..81d0e52 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Description: simple interprocess messaging system (Java implementation)
 Package: dbus-java-bin
 Architecture: all
 Section: utils
-Depends: ${java:Depends}, ${misc:Depends}, libdbus-java (=${binary:Version})
+Depends: ${misc:Depends}, default-jre-headless (>= 2:1.6) | java6-runtime-headless, libdbus-java (=${binary:Version})
 Conflicts: libdbus-java (<< 2.0)
 Replaces: libdbus-java (<< 2.0)
 Description: simple interprocess messaging system (Java Binaries)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dbus-java.git



More information about the pkg-java-commits mailing list