Source: appstream-glib Version: 0.6.8-1 Severity: normal Tags: patch Currently the gir1.2-appstreamglib-1.0 package has no dependencies. This is because the ${gir:Depends} value used in the control file never gets set since dh_girepository never runs. Pass --with gir to dh to make that happen.
-- Dan Nicholson | +1.206.437.0833 | Endless
diff -Nru appstream-glib-0.6.8/debian/changelog appstream-glib-0.6.8/debian/changelog --- appstream-glib-0.6.8/debian/changelog 2017-02-05 09:09:19.000000000 -0600 +++ appstream-glib-0.6.8/debian/changelog 2017-04-20 14:26:29.000000000 -0500 @@ -1,3 +1,9 @@ +appstream-glib (0.6.8-2) UNRELEASED; urgency=medium + + * debian/rules: Pass --with gir to calculate ${gir:Depends}. + + -- Dan Nicholson <nichol...@endlessm.com> Thu, 20 Apr 2017 14:00:22 -0500 + appstream-glib (0.6.8-1) unstable; urgency=medium * New upstream version 0.6.8 diff -Nru appstream-glib-0.6.8/debian/rules appstream-glib-0.6.8/debian/rules --- appstream-glib-0.6.8/debian/rules 2017-01-19 13:44:28.000000000 -0600 +++ appstream-glib-0.6.8/debian/rules 2017-04-20 14:25:32.000000000 -0500 @@ -13,7 +13,7 @@ INSTALLDIR = $(CURDIR)/debian/tmp %: - dh $@ --with autoreconf + dh $@ --with autoreconf,gir override_dh_auto_configure: dh_auto_configure -- $(AS_CONFIGURE_ARGS)