← Back to team overview

openjdk team mailing list archive

Bug#930611: openjdk-11-jre: depends on dummy package libgl1-mesa-glx

 

Package: openjdk-11-jre
Version: 11.0.4+4+really11.0.3+7-2
Tags: patch

libgl1-mesa-glx is a dummy package which itself depends on libgl1,
therefore a dependency on libgl1-mesa-glx | libgl1 makes no sense.

Here is a (very small) patch to fix that.

It would be very nice if this fix made it to Buster.

Regards,

-- 
Raphaël Halimi

Index: openjdk-11-11.0.4+4+really11.0.3+7/debian/rules
===================================================================
--- openjdk-11-11.0.4+4+really11.0.3+7.orig/debian/rules
+++ openjdk-11-11.0.4+4+really11.0.3+7/debian/rules
@@ -602,7 +602,7 @@ ifneq ($(with_nss),no)
 endif
 dlopen_hl_recommends =
 dlopen_jre_depends = \
-	libglib2.0-0 (>= 2.24), libgtk2.0-0 | libgtk-3-0, libxrandr2, libxinerama1, libgl1-mesa-glx | libgl1
+	libglib2.0-0 (>= 2.24), libgtk2.0-0 | libgtk-3-0, libxrandr2, libxinerama1, libgl1
 dlopen_jre_recommends =
 
 # .desktop files need to be multiarch installable

Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups