* Move /etc/gtk-3.0 to libgtk-3-common.
* Add appropriate Breaks/Replaces to handle it.
* Remove gtk-query-immodules-3.0 from libgtk-3-bin since it is
clearly not Multi-Arch compatible. It should not be needed anyway,
everything is handled by triggers from the private directory.
* Remove incorrect M-A: same statement for the debug package.
package:
- debian/control.in: Bump build dependencies to multiarch aware versions.
- debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields.
(libraries/-dbg are "same", -doc/-bin are "foreign").
- debian/rules: Use multiarch LIBDIR.
- debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to
*.in, and use @LIBDIR@ instead of hardcoded usr/lib.
- debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR@.
- debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in,
debian/rules: Also trigger on changes to the fallback non-multiarch
module directory, which is now called @OLD_MODULES_BASE_PATH@.
- Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded
pre-multiarch module directory when searching for modules. This
maintains compatibility with packages installing modules to
the old directories.
+ debian/patches/070_mandatory-relibtoolize.patch,
debian/rules:
- Switch to dh-autoreconf.
+ debian/libgtk3.0-0.symbols,
debian/libgail3.0-0.symbols:
- Remove hack to build on PowerPC64. That port is dead, and if it's
+ debian/rules,
debian/libgtk2.0-0.symbols:
- Update for new API symbols.
+ debian/patches/070_mandatory-relibtoolize.patch:
- Regenerated for the new version.
+ debian/control.in:
- Update GLib (build-) dependency to >= 2.25.8.
debian/control.in,
debian/libgtk-directfb-2.0-0.*,
debian/libgtk-directfb-2.0-dev.*,
debian/patches/090_directfb-map-virtual-modifiers.patch,
debian/patches/series:
- Drop the DirectFB enabled GTK+ packages. They were needed for the
graphical installer but it's now switching to X11 so we don't need
them anymore.
- Build depend on xsltproc, needed to generate the mime cache.
It was brought indirectly by gtk-doc-tools, but that's on
Build-Depends-Indep which isn't enough.