libcairo-directfb2-dev.
* Disable 006_proper-directfb-modules.patch, it is made unnecessary by
these changes.
* 070_mandatory-relibtoolize.patch: updated accordingly.
* rules: remove -l flag to dh_shlibdeps.
+ debian/patches/070_mandatory-relibtoolize.patch:
- Regenerated for the new version.
+ debian/patches/092_openoffice-menus.patch:
- Dropped, merged upstream.
* debian/control.in:
+ Updated Standards-Version to 3.8.0, no additional changes needed.
/usr/lib32/gtk-2.0/<gtk-binary-version>/loader-files.d and
/immodule-files.d over the /usr/lib/.../*.d pathnames added in
020_immodules-files-d and 021_loader-files-d when available; this is
useful for ia32-libs support; other modules might need additional support
depending on how they are loaded, for example GTK_MODULES will probably
still be looked up below libdir, as well as engines, printbackends,
filesystems, and generic modules. See also Ubuntu #205223 and #190227 for
examples.
defined in gdk-pixbuf/Makefile.am, similarly to PIXBUF_LIBDIR, and based
on the newly defined loaderfilesdir, similar to loaderdir; update
070_mandatory-relibtoolize.
patch 021_loader-files-d; this fixes config of gdk loaders and hence the
current ia32-libs implementation; the change in 2.12.0-3 was incorrect in
that it flipped the order for im modules and pixbuf loaders, but only im
modules had to be flipped; the reason im modules had to be flipped is that
the first list of modules wins for im modules as there is some duplicate
checking, while in the case of gdk pixbufs, the last file wins. What
remains to be done here is:
- biarch support, similar to pango, by loading /usr/lib32 and /usr/lib64
stuff before /usr/lib; allows dropping the config file hack in
ia32-libs.
- loading of modules from multiarch locations (not multiarch); allows
dropping the config file hack in ia32-libs.
- Use a real directory for all packages using a symlink previously:
libgtk2.0-bin, libgtk-directfb-2.0-dev, libgtk2.0-dev, libgtk2.0-0-dbg,
libgtk-directfb-2.0-0, libgtk2.0-0; add a preinst snippet removing the
path on upgrade if it's a symlink and points to the proper directory;
add a prerm snippet removing the path on upgrade (for downgrades) if
it's a directory (and not a symlink).
- Create symlinks for changelog.gz, NEWS.gz, NEWS.pre-1-0.gz, and
README.gz in the /usr/share/doc dirs of these packages as well as for
gtk2-engines-pixbuf; add a libgtk2.0-common unversionned dependency for
all these packages.
- Split dh_installdocs and dh_installchangelogs calls on multiple packages
and use one call per package as the intent was to install in all the
specified packages; also call dh_installdocs and dh_installchangelogs
without any extra file for all packages to install copyright and Debian
changelog.
- Factor the list of dh_installdocs files in DH_INSTALLDOCS_FILES in
rules.