Bug#860836: appstream-glib: run dh --with gir for ${gir:Depends}

2017-07-29 Thread Matthias Klumpp
2017-07-29 18:18 GMT+02:00 Iain Lane :
> tags 860836 + confirmed pending
> thanks
>
> Hi Dan,
>
> On Thu, Apr 20, 2017 at 02:29:11PM -0500, Dan Nicholson wrote:
>> 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.
>
> Thanks for your report. I've committed your patch in git now - it'll be
> in unstable soon (which I'm hassling Matthias to do - hint, hint).

As soon as GLib and GObject-Introspection are updated ;-)



Bug#860836: appstream-glib: run dh --with gir for ${gir:Depends}

2017-07-29 Thread Iain Lane
tags 860836 + confirmed pending
thanks

Hi Dan,

On Thu, Apr 20, 2017 at 02:29:11PM -0500, Dan Nicholson wrote:
> 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.

Thanks for your report. I've committed your patch in git now - it'll be
in unstable soon (which I'm hassling Matthias to do - hint, hint).

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]


signature.asc
Description: PGP signature


Bug#860836: appstream-glib: run dh --with gir for ${gir:Depends}

2017-04-20 Thread Dan Nicholson
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.0 -0600
+++ appstream-glib-0.6.8/debian/changelog	2017-04-20 14:26:29.0 -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   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.0 -0600
+++ appstream-glib-0.6.8/debian/rules	2017-04-20 14:25:32.0 -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)