+ debian/patches/070_mandatory-relibtoolize.patch:
- Regenerated for the new version.
+ debian/patches/092_fix_printtest_include.patch,
debian/patches/093_git_change_fix_focus_issue.patch:
- Dropped, merged upstream.
* debian/patches/093_git_change_fix_focus_issue.patch:
- upstream git change to fix a timestamp issue leading to get nautilus.
dialog opening sometime unfocussed for example (lp: #333366)
* Port optimised flavor work by Loic Minier from pango1.0:
- Rework flavor-specific vars.
+ Introduce $(flavor) which is set to $* to clarify implicit rules
+ Rename common_configure_flags to configure_flags
+ Introduce the flavor_get macro to use a flavor specific override or
fallback to the common defaults for make vars.
+ Use $(call flavor_get, ) to retrieve configure_flags, CFLAGS, and
LDFLAGS allowing to override these per flavor.
- Add support for an optimised pass, implemented as a flavor
+ Define a default OPTLIBDIR and replace it in the sed foo for %.in
files; this is like LIBDIR, but with some hwcaps extension, e.g.
usr/lib/vfp.
+ Add vars to build an optimised vfp flavour for armel with
additional CFLAGS
+ Add the "opt" special flavor to flavors to run the testuites on,
CHECK_FLAVORS
+ Also sed and append %.opt after %.in when generating $ files from
%.in; the %.opt file is optional and only included if the opt flavor
is included.
+ Add a debian/libgtk2.0-0.install.opt which lists files from the
optimised flavor to install in libgtk2.0-0.
+ Add a debian/libgail18.install.opt which lists files from the
optimised flavor to install in libgail18.
* Clean up dh_gtkmodules output:
- Demote warnings when skipping non-existent GtkPixbuf loaders and Gtk IM
modules dirs to verbose_print(); use -v to see them.
- Always print the number of GdkPixbuf loaders and Gtk IM modules found in
each package.
- Demote warnings when skipping non-existent GtkPixbuf loaders and Gtk IM
modules dirs to verbose_print(); use -v to see them.
- Always print the number of GdkPixbuf loaders and Gtk IM modules found in
each package.