* Add debian/patches/make-reftests-work-without-installed-tests.patch
and debian/patches/make-reftests-rpath-fix.patch
- https://bugzilla.gnome.org/show_bug.cgi?id=735401
* New upstream development release (3.13.8)
* Update build-dependencies according to configure.ac changes:
- Bump libgdk-pixbuf2.0-dev to (>= 2.30.0)
- Bump libwayland-dev to (>= 1.5.91)
* debian/patches/032_mips_treeview_row_separator_height.patch:
- massage the patch into applying again.
* Update debian/libgtk-3-0.symbols
- 4 dropped gdk_wayland_*_libgtk_only symbols, should be unused.
- 3 new wayland related symbols
* Update build-dependencies according to configure.ac
- bump libglib2.0-dev to (>= 2.41.2)
* Update libgtk-3.0-dev dependency on libglib2.0-dev to (>= 2.41.2)
* Massage debian/patches/018_gdkenumtypes.c_location.patch to apply again
* Drop backported/merged patches now in released version:
- debian/patches/072_Avoid-pkg-config-atleast-version.patch
* Have quilt refresh remaining patches.
* Bump gobject-introspection build-dependency to (>= 1.41.3)
- this one supports new "nullable" annotation.
* Build-depend on adwaita-icon-theme instead of gnome-icon-theme-symbolic
* Update debian/libgtk-3-0.symbols with many additions
* Add --enable-installed-tests configure flag for both deb and udeb
- this works around a problem with libreftest.la not being built
otherwise leading to "make check" failing.
- Note: atleast the udeb part should be disabled once upstream is fixed!
- some files in zlib.js upstream had missing source code themselves
(closure-compiler.jar) or are not needed here, and have been removed
to save space; see debian/missing-sources/README for details
gnome-icon-theme which in turns pulls libgtk-3-bin, which isn't
installable at the moment.
* debian/rules:
+ Temporarily make the test suite non-fatal as gnome-icon-theme-symbolic
is needed for some tests.
+ Loosen the dependencies on libgtk-3-common from = ${source:Version}
to >= ${source:Version} to make libgtk-3-bin and libgtk-3-0 installable
when a new source version is uploaded.
* Bump build-dependencies according to configure.ac:
- glib 2.39.5 and gtk-doc 1.20
* Use quilt to refresh all patches.
* Update debian/libgtk-3-0.symbols
+ Add new symbols. A couple of wayland-related symbols,
gdk_wayland_display_get_wl_shell{,_surface} are gone in favor of
gdk_wayland_display_get_xdg_shell. The wayland backend is not fully
stable yet and nothing in the archive should be depending on them,
so this should be fine.