Package: gtk2-engines-murrine Version: 0.98.1.1-3 Followup-For: Bug #651223 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
Hi Corsac, Here's a slightly modified patch for this issue, which adds a versioned runtime dependency on the version of libgtk2.0-0 that includes multiarch support. Still no urgency in Debian, but I'm pushing this patch to Ubuntu as part of the obsoletion of ia32-libs there. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/compat' --- debian/compat 2009-04-04 15:36:12 +0000 +++ debian/compat 2011-12-17 22:05:47 +0000 @@ -1 +1 @@ -7 +9 === modified file 'debian/control' --- debian/control 2011-09-05 10:26:52 +0000 +++ debian/control 2011-12-17 22:14:03 +0000 @@ -2,12 +2,13 @@ Section: x11 Priority: optional Maintainer: Yves-Alexis Perez <cor...@debian.org> -Build-Depends: debhelper (>= 7.0.50), libgtk2.0-dev (>= 2.10.1), intltool, dh-autoreconf, hardening-includes +Build-Depends: debhelper (>= 8.1.3~), libgtk2.0-dev (>= 2.10.1), intltool, dh-autoreconf, hardening-includes Standards-Version: 3.9.2 Package: gtk2-engines-murrine Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends}, libgtk2.0-0 (>= 2.24.5-4) Recommends: murrine-themes (>= 0.98) Description: cairo-based gtk+-2.0 theme engine "Murrine" is an Italian word meaning the glass artworks done by Venicians === modified file 'debian/rules' --- debian/rules 2011-02-20 16:11:14 +0000 +++ debian/rules 2011-12-17 22:05:47 +0000 @@ -12,9 +12,9 @@ dh_auto_configure -- --prefix=/usr --enable-animation override_dh_shlibdeps: - rm -f debian/gtk2-engines-murrine/usr/lib/gtk-2.0/2.10.0/engines/libmurrine.la + rm -f debian/gtk2-engines-murrine/usr/lib/*/gtk-2.0/2.10.0/engines/libmurrine.la dh_gtkmodules dh_shlibdeps %: - dh --with autoreconf $@ + dh $@ --with autoreconf