diff -Nru gegl-0.4.18+om/debian/changelog gegl-0.4.18+om/debian/changelog --- gegl-0.4.18+om/debian/changelog 2019-11-09 02:21:24.000000000 +0000 +++ gegl-0.4.18+om/debian/changelog 2019-11-16 15:34:24.000000000 +0000 @@ -1,9 +1,9 @@ -gegl (1:0.4.18+om-0ubu18.04.17~ppa) bionic; urgency=high +gegl (1:0.4.18+om-0ubu18.04.18~ppa) bionic; urgency=high * Upstream release * https://gitlab.gnome.org/GNOME/gegl/tree/GEGL_0_4_18 - -- Thorsten Stettin Sat, 09 Nov 2019 03:21:24 +0100 + -- Thorsten Stettin Sat, 16 Nov 2019 16:34:24 +0100 gegl (1:0.4.16+om-0ubu18.04.9~ppa) bionic; urgency=high diff -Nru gegl-0.4.18+om/debian/patches/introspection_workshop.patch gegl-0.4.18+om/debian/patches/introspection_workshop.patch --- gegl-0.4.18+om/debian/patches/introspection_workshop.patch 1970-01-01 00:00:00.000000000 +0000 +++ gegl-0.4.18+om/debian/patches/introspection_workshop.patch 2019-11-16 15:34:24.000000000 +0000 @@ -0,0 +1,37 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + gegl (1:0.4.18+om-0ubu20.04.18~ppa) focal; urgency=high + . + * Upstream release + * https://gitlab.gnome.org/GNOME/gegl/tree/GEGL_0_4_18 +Author: Thorsten Stettin + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: 2019-11-16 + +--- gegl-0.4.18+om.orig/meson_options.txt ++++ gegl-0.4.18+om/meson_options.txt +@@ -1,6 +1,6 @@ + option('docs', type: 'boolean', value: 'false') +-option('workshop', type: 'boolean', value: 'false') +-option('introspection', type: 'boolean', value: 'true') ++option('workshop', type: 'boolean', value: 'true') ++option('introspection', type: 'boolean', value: 'false') + + option('exiv2', type: 'feature', value: 'auto') + option('gdk-pixbuf', type: 'feature', value: 'auto') diff -Nru gegl-0.4.18+om/debian/patches/series gegl-0.4.18+om/debian/patches/series --- gegl-0.4.18+om/debian/patches/series 2019-11-05 11:40:33.000000000 +0000 +++ gegl-0.4.18+om/debian/patches/series 2019-11-16 15:34:24.000000000 +0000 @@ -1,4 +1,5 @@ #failed_hashes.patch #gettext.patch #docs.patch -introspection.patch + +introspection_workshop.patch