diff -Nru gnome-recipes-2.0.2/debian/changelog gnome-recipes-2.0.2/debian/changelog --- gnome-recipes-2.0.2/debian/changelog 2018-09-05 17:12:43.000000000 +0000 +++ gnome-recipes-2.0.2/debian/changelog 2018-10-08 23:01:51.000000000 +0000 @@ -1,3 +1,12 @@ +gnome-recipes (2.0.2-4) unstable; urgency=medium + + * Drop dependency on xdg-desktop-portal-gtk + * Use dh_missing --fail-missing instead of dh_install --fail-missing + * Opt out of Ubuntu language pack handling since there were issues + generating the translation template file. + + -- Jeremy Bicha Mon, 08 Oct 2018 19:01:51 -0400 + gnome-recipes (2.0.2-3) unstable; urgency=medium * Update Vcs fields for migration to https://salsa.debian.org/ diff -Nru gnome-recipes-2.0.2/debian/control gnome-recipes-2.0.2/debian/control --- gnome-recipes-2.0.2/debian/control 2018-09-05 17:12:43.000000000 +0000 +++ gnome-recipes-2.0.2/debian/control 2018-10-08 23:01:51.000000000 +0000 @@ -23,7 +23,6 @@ meson (>= 0.36.0), pkg-config (>= 0.22) Standards-Version: 4.2.1 -X-Ubuntu-Use-Langpack: yes Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-recipes Vcs-Git: https://salsa.debian.org/gnome-team/gnome-recipes.git Homepage: https://wiki.gnome.org/Apps/Recipes @@ -33,8 +32,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, default-dbus-session-bus | dbus-session-bus, - gnome-recipes-data (>= ${source:Version}), - xdg-desktop-portal-gtk + gnome-recipes-data (>= ${source:Version}) Description: Recipe application for GNOME GNOME Recipes is an easy-to-use application that will help you to discover what to cook for today, tomorrow, the rest of the week, and your special diff -Nru gnome-recipes-2.0.2/debian/control.in gnome-recipes-2.0.2/debian/control.in --- gnome-recipes-2.0.2/debian/control.in 2018-09-05 17:12:43.000000000 +0000 +++ gnome-recipes-2.0.2/debian/control.in 2018-10-08 23:01:51.000000000 +0000 @@ -19,7 +19,6 @@ meson (>= 0.36.0), pkg-config (>= 0.22) Standards-Version: 4.2.1 -X-Ubuntu-Use-Langpack: yes Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-recipes Vcs-Git: https://salsa.debian.org/gnome-team/gnome-recipes.git Homepage: https://wiki.gnome.org/Apps/Recipes @@ -29,8 +28,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, default-dbus-session-bus | dbus-session-bus, - gnome-recipes-data (>= ${source:Version}), - xdg-desktop-portal-gtk + gnome-recipes-data (>= ${source:Version}) Description: Recipe application for GNOME GNOME Recipes is an easy-to-use application that will help you to discover what to cook for today, tomorrow, the rest of the week, and your special diff -Nru gnome-recipes-2.0.2/debian/rules gnome-recipes-2.0.2/debian/rules --- gnome-recipes-2.0.2/debian/rules 2018-09-05 17:12:43.000000000 +0000 +++ gnome-recipes-2.0.2/debian/rules 2018-10-08 23:01:51.000000000 +0000 @@ -4,13 +4,13 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with gnome --buildsystem=meson + dh $@ --with gnome override_dh_auto_configure: dh_auto_configure -- -Dautoar=yes -Dcanberra=yes -Dgspell=yes -override_dh_install: - dh_install --fail-missing +override_dh_missing: + dh_missing --fail-missing override_dh_installdocs: dh_installdocs