* Update doc-base files accordingly.
* gruik2devhelp.awk: new script to generate the devhelp files
automatically for the FAQ and tutorial, based on the HTML doc.
* Build-depend on gawk, run the script appropriately.
* Do not install gtk libs in libgail-dev.
* Rework docs installation.
* Add doc links where needed.
* Install .devhelp files at the correct places. Closes: #504807.
* Bump dependencies for the development package.
* Fix dependencies of gail packages.
* Don’t install libgail in the udeb.
* Stop shipping /usr/lib/pkgconfig/libgtk-directfb-2.0-0/, nobody uses
it.
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.