* Update build-dependencies according to configure.ac changes:
- bump libglib2.0-dev to >= 2.49.4
- bump wayland-protocols to >= 1.6
* Fix debian/patches/no-accessibility-dump.patch to apply again.
* Drop d/p/Don-t-apply-GDK_HINT_RESIZE_INC-to-GDK_WINDOW_STATE_.patch
- now included in upstream release.
* Update debian/libgtk-3-0.symbols with several additions and one missing:
- gdk_wayland_display_get_xdg_shell unused outside of gtk+.
* Explicitly build-depend on docbook-xsl, libxml2-utils and xsltproc
to be able to generate man pages from their source code. Move docbook-xml
to Build-Depends since the man pages are in an Architecture: any package.
* Drop Build-Depends-Indep on docbook-utils, the old SGML toolchain,
which is currently uninstallable (#834616) and does not appear to be
needed for anything
package called gtk-update-icon-cache to break a dependency cycle with
adwaita-icon-theme when building the package. (Closes: #747392)
As the gtk-update-icon-cache binary doesn't actually have any libgtk-3-0
dependency, there is no longer a reason to ship a gtk2 and gtk3 variant.
So from now on we will only ship one implementation built from src:gtk+3.0
and drop the Debian specific -3.0 suffix. To simplify the transition make
libgtk-3-bin depend on gtk-update-icon-cache. Once all theme packages have
been updated, this dependency can be dropped.
* Make testsuite fatal again.
* Add debian/patches/git_a11y_GTK_CSD_distcheck.patch
- cherry-pick commit from upstream to use client-side decorations
for a11y tests when running under distcheck.
* Drop debian/patches/reftest-known-fail.patch
* Stop tagging reftests as known fail since they should be fixed now:
- style-properties-nth-child.ui
- label-text-shadow-changes-modify-clip.ui
* Add debian/patches/no-accessibility-dump.patch
- skip this test until someone figures out how to reliably run it
always with CSD enabled, to match testsuite expected data.
* Update (build-)dependencies according to configure.ac changes:
- bump pango to >= 1.37.3
* Bump glib build-dep to >= 2.45.8
- g_param_spec_get_name_quark is needed.
* Ship new gtk-builder-tool in libgtk-3-bin package.
* Update debian/libgtk-3-0.symbols with many new additions.
+ Drop versioned dependency on pkg-config. The version is satisfied
in oldstable and that helps other packages that provide pkg-config.
Closes: #734481.