------------------------------------------------------------
revno: 701
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk8
timestamp: Fri 2017-03-03 18:57:07 +0100
message:
  openjdk-8 (8u121-b13-4) unstable; urgency=medium
  
    * Drop Recommends on obsolete GNOME libraries so they are not in a
      default GNOME desktop installation (Simon McVittie). Closes: #850268.
      - sun.net.spi.DefaultProxySelector prefers libglib2.0-0 (>= 2.24)
        over obsolete libgconf2-4.
      - sun.nio.fs.GnomeFileTypeDetector prefers libglib2.0-0 (>= 2.24)
        over libgnomevfs-2-0.
      - sun.xawt.awt_Desktop prefers libgtk2.0-0 (>= 2.14) over
        libgnomevfs2-0.
    * See the bug report for an analysis why this can be done for releases
      back to Debian wheezy (7.0) and Ubuntu precise (12.04 LTS).
  
   -- Matthias Klose <d...@ubuntu.com>  Fri, 03 Mar 2017 18:46:54 +0100
modified:
  debian/changelog
  debian/rules


--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2017-02-08 09:08:18 +0000
+++ debian/changelog	2017-03-03 17:57:07 +0000
@@ -1,3 +1,18 @@
+openjdk-8 (8u121-b13-4) unstable; urgency=medium
+
+  * Drop Recommends on obsolete GNOME libraries so they are not in a
+    default GNOME desktop installation (Simon McVittie). Closes: #850268.
+    - sun.net.spi.DefaultProxySelector prefers libglib2.0-0 (>= 2.24)
+      over obsolete libgconf2-4.
+    - sun.nio.fs.GnomeFileTypeDetector prefers libglib2.0-0 (>= 2.24)
+      over libgnomevfs-2-0.
+    - sun.xawt.awt_Desktop prefers libgtk2.0-0 (>= 2.14) over
+      libgnomevfs2-0.
+  * See the bug report for an analysis why this can be done for releases
+    back to Debian wheezy (7.0) and Ubuntu precise (12.04 LTS).
+
+ -- Matthias Klose <d...@ubuntu.com>  Fri, 03 Mar 2017 18:46:54 +0100
+
 openjdk-8 (8u121-b13-3) unstable; urgency=medium
 
   * Really don't build the JamVM VM.

=== modified file 'debian/rules'
--- debian/rules	2017-02-08 09:08:18 +0000
+++ debian/rules	2017-03-03 17:57:07 +0000
@@ -768,18 +768,8 @@
 endif
 dlopen_hl_recommends =
 dlopen_jre_depends = \
-	libgtk2.0-0, libxrandr2, libxinerama1, libgl1-mesa-glx | libgl1
+	libglib2.0-0 (>= 2.24), libgtk2.0-0 (>= 2.14), libxrandr2, libxinerama1, libgl1-mesa-glx | libgl1
 dlopen_jre_recommends =
-# these are not yet ready for multiarch
-ifneq (,$(DEB_HOST_MULTIARCH))
-  ifneq (,$(filter $(distrel),jessie wheezy squeeze precise trusty vivid wily))
-    dlopen_jre_recommends += , libgnome2-0, libgnomevfs2-0, libgconf2-4
-  else
-    dlopen_jre_recommends += , libgnome-2-0, libgnomevfs2-0, libgconf-2-4
-  endif
-else
-  dlopen_jre_depends += , libgnome2-0, libgnomevfs2-0, libgconf2-4
-endif
 
 plugin_name = IcedTeaPlugin.so
 browser_plugin_dirs = mozilla

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to