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

Bug#689082: libxcomposite-dev is not Multi-Arch compatible



Package: libxcomposite-dev
Version: 1:0.4.4-1
Followup-For: Bug #689082

Dear Maintainer,

I have teste the  proposed patch above. It works.

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.

diff -ur debian.old/control debian/control
--- debian.old/control  2015-02-07 14:50:11.741708901 +0100
+++ debian/control      2015-02-07 14:49:13.678006557 +0100
@@ -23,9 +23,9 @@
 Package: libxcomposite1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 Composite extension library
  libXcomposite provides an X Window System client interface to the Composite
  extension to the X protocol.
@@ -41,10 +41,10 @@
 
 Package: libxcomposite1-dbg
 Architecture: any
+Multi-Arch: same
 Section: debug
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxcomposite1 (= ${binary:Version})
-Multi-Arch: same
 Description: X11 Composite extension library (debug package)
  libXcomposite provides an X Window System client interface to the Composite
  extension to the X protocol.
@@ -63,6 +63,7 @@
 
 Package: libxcomposite-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxcomposite1 (= ${binary:Version}), libx11-dev, libxfixes-dev, x11proto-composite-dev (>= 1:0.4), x11proto-core-dev, libxext-dev
 Description: X11 Composite extension library (development headers)


But either way this really works. Could the patch be applied and the package updated?


-- 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 libxcomposite-dev depends on:
ii  libx11-dev              2:1.6.2-3
ii  libxcomposite1          1:0.4.4-1
ii  libxext-dev             2:1.3.3-1
ii  libxfixes-dev           1:5.0.1-2+b2
ii  x11proto-composite-dev  1:0.4.2-2
ii  x11proto-core-dev       7.0.26-1

libxcomposite-dev recommends no packages.

libxcomposite-dev suggests no packages.

-- no debconf information


Reply to: