[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#841774: mesa: Please make libgbm1 dependency !hurd-any



Source: mesa
Version: 12.0.3-2
Severity: important
Tags: patch

Hello,

libegl1-mesa has become uninstallable on hurd-any because it now depends
on libgbm1 even on hurd-any, where that package doesn't exist. The
attached patch should fix the issue.

Samuel

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- debian/control.original	2016-10-23 14:07:55.972688302 +0200
+++ debian/control	2016-10-23 14:07:57.212682105 +0200
@@ -120,7 +120,7 @@
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- libgbm1 (= ${binary:Version}),
+ libgbm1 (= ${binary:Version}) [!hurd-any],
  libudev1 [linux-any],
 Provides: libegl1-x11
 Conflicts: libegl1-x11

Reply to: