>From ebe4d27a246b833c2d14c6f56ccf90ace1ab1598 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
Date: Thu, 20 Aug 2026 10:30:46 +0100
Subject: [PATCH 1/5] d/control: Build-Depend on required GIR XML by their
 systematic names

As recommended by warnings shown by dh_girepository during build.
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 6e69257c..1616b667 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends:
  dh-sequence-gir,
  dh-sequence-python3,
  gettext,
+ gir1.2-gdk-3.0-dev,
+ gir1.2-gtk-3.0-dev,
 # linux-libc-dev/hurd-dev needed by sugar-fatattr
  hurd-dev [hurd-any],
  intltool,
-- 
2.55.0

