>From da73995e9cc2e540ff67f2497b447bf6ca6896f4 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
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 <sunweaver@debian.org>,
 Build-Depends: cmake,
                cmake-extras,
                debhelper-compat (= 13),
+               dh-sequence-gir,
                gobject-introspection,
                gtk-doc-tools,
                xauth,
-- 
2.53.0

