Package: libepoxy0 Version: 1.2-1 Tags: patch User: [email protected] Usertags: rebootstrap
libepoxy0 is a dependency of libgtk-3-0. Since it currently lacks Multi-Arch: same, it prevents gtk3 from being installed for multiple architectures. Since libepoxy already uses debhelper compatibility level 9, it also uses multi-arch paths already. Thus all that is missing is adding the header. Please consider adding it. Helmut
diff -Nru libepoxy-1.2/debian/changelog libepoxy-1.2/debian/changelog --- libepoxy-1.2/debian/changelog 2014-05-14 02:57:55.000000000 +0200 +++ libepoxy-1.2/debian/changelog 2015-07-17 19:36:16.000000000 +0200 @@ -1,3 +1,11 @@ +libepoxy (1.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark libepoxy0 as Multi-Arch: same. It already uses multi-arch paths. + (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 17 Jul 2015 19:35:37 +0200 + libepoxy (1.2-1) unstable; urgency=low * Upgrade to upstream v1.2 release. diff -Nru libepoxy-1.2/debian/control libepoxy-1.2/debian/control --- libepoxy-1.2/debian/control 2014-05-14 02:57:55.000000000 +0200 +++ libepoxy-1.2/debian/control 2015-07-17 19:35:16.000000000 +0200 @@ -31,6 +31,7 @@ Package: libepoxy0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same Description: OpenGL function pointer management library It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little

