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

Bug#689089: libglu1-mesa-dev is not Multi-Arch compatible



Package: libglu1-mesa-dev
Version: 9.0.0-2
Followup-For: Bug #689089

Dear Maintainer,

I have rechecked this multiarch issue and it is still present. I have also rebuilt the package with multiarch support and see absolutely no issue with it. It's really as simple as adding a single 'Multi-Arch: same' line.

Personally I would however reorder a couple more lines as I think it makes sense to have the Architecture and Multi-Arch lines together, and have the Pre-Depends line right before the Depends one. So here is a proposed patch:

diff -ur glu-9.0.0.orig/debian/control glu-9.0.0/debian/control
--- glu-9.0.0.orig/debian/control	2015-02-10 17:49:48.093474576 +0100
+++ glu-9.0.0/debian/control	2015-02-10 17:44:22.555025019 +0100
@@ -15,14 +15,14 @@
 Package: libglu1-mesa
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
 Provides: libglu1
 Conflicts: mesag3 (<< 5.0.0-1), xlibmesa3, libglu1
 Replaces: libglu1
-Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
 Description: Mesa OpenGL utility library (GLU)
  GLU offers simple interfaces for building mipmaps; checking for the
  presence of extensions in the OpenGL (or other libraries which follow
@@ -40,6 +40,7 @@
 Package: libglu1-mesa-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends:
  libglu1-mesa (= ${binary:Version}),
  libgl1-mesa-dev | libgl-dev,


Is there anything preventing this from being fixed?

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 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)

Versions of packages libglu1-mesa-dev depends on:
ii  libgl1-mesa-dev [libgl-dev]  10.3.2-1
ii  libglu1-mesa                 9.0.0-2

libglu1-mesa-dev recommends no packages.

libglu1-mesa-dev suggests no packages.

-- no debconf information


Reply to: