[From nobody Sun May 24 18:51:07 2026
Received: (at submit) by bugs.debian.org; 31 Mar 2026 12:17:08 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-117.7 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,MD5_SHA1_SUM,
 SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST
 autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 13; hammy, 150; neutral, 88; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;smcv@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:41362)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;smcv@debian.org&gt;) id 1w7Y1s-001nnT-1J
 for submit@bugs.debian.org; Tue, 31 Mar 2026 12:17:08 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Type:MIME-Version:Message-ID:
 Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=65eS+o97kZNhTdS8sRZSqjA4ieFq5l2BVuWX0aZB0qk=; b=sXVcwxB5pFaTMejmUipsStQ2FC
 IEXaoYPMe3oymG/SYHSuTwxyMjsmrhu7IMJ45rLvhgTTnNDkfjhsVHsveA5x601+xupiwnzB5Gbyw
 ys3hU+pMe59fGW7FZCEQkHCs/qE3t3PMHUKB0A77q28KX0FjDS96v1IFAgaeiAzBD9cUhEEnRBMn6
 m4vQXfjr65/cgWegl3qZbC6BfF2aV+3GlFe/JoNJY4fvW5VvhlUavxM9MJxJj1BSDLTpNUgVBw8dU
 pkDTw+wWIveOisn+qF/O8soxJ6eX93VKSx9e9BXRBGP1YHZblTQf5moBhMRRYLLxCPt73g7hsalZl
 M8V1K7pw==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;smcv@debian.org&gt;) id 1w7Y1s-002Cxq-0o
 for submit@bugs.debian.org; Tue, 31 Mar 2026 12:17:07 +0000
Date: Tue, 31 Mar 2026 13:17:04 +0100
From: Simon McVittie &lt;smcv@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: gir1.2-ayatanaido3-0.4: missing dependency on gir1.2-gtk-3.0
Message-ID: &lt;acu7QE2guwNzHREu@definition.pseudorandom.co.uk&gt;
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=&quot;NCnjUu6OgurWcHWn&quot;
Content-Disposition: inline
X-Mutt-Fcc: =.lists.debian/
X-Reportbug-Version: 13.2.0
X-Debian-User: smcv
Delivered-To: submit@bugs.debian.org


--NCnjUu6OgurWcHWn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: gir1.2-ayatanaido3-0.4
Version: 0.10.4-1
Severity: important
Tags: patch

To reproduce:

$ podman run --rm -it debian:sid-slim
# apt update &amp;&amp; apt full-upgrade
# apt install --no-install-recommends gir1.2-ayatanaido3-0.4 python3-gi
# python3
&gt;&gt;&gt; from gi.repository import AyatanaIdo3

(Or use your favourite minimal environment, if not podman; and use your
favourite language with GObject-Introspection bindings, if not Python)

Expected result:
Imports successfully

Actual result:
ImportError: Typelib file for namespace 'Gtk', version '3.0' not found

This appears to be because src:ayatana-ido doesn't run dh_girepository, 
so the ${gir:Depends} substvar isn't populated.

I'll send a merge request soon with this and other GObject-Introspection 
improvements.

Thanks,
    smcv

--NCnjUu6OgurWcHWn
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename=&quot;0001-d-control-Build-depend-on-dh-sequence-gir.patch&quot;

&gt;From da73995e9cc2e540ff67f2497b447bf6ca6896f4 Mon Sep 17 00:00:00 2001
From: Simon McVittie &lt;smcv@debian.org&gt;
Date: Tue, 31 Mar 2026 12:51:53 +0100
Subject: [PATCH] d/control: Build-depend on dh-sequence-gir

Without this (or its imperative equivalent, `dh --with gir` or
`dh_girepository`), ${gir:Depends} and similar substvars won't be
populated.

Closes: #-1
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 86362ce..2e4b684 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Mike Gabriel &lt;sunweaver@debian.org&gt;,
 Build-Depends: cmake,
                cmake-extras,
                debhelper-compat (= 13),
+               dh-sequence-gir,
                gobject-introspection,
                gtk-doc-tools,
                xauth,
-- 
2.53.0


--NCnjUu6OgurWcHWn--
]