>From a6e024f4a0c8c79af887b44b79ca3cb38374ce06 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
Date: Thu, 20 Aug 2026 10:33:09 +0100
Subject: [PATCH 3/5] d/control: Use ${gir:Depends} in -dev package

This automatically depends on the corresponding typelib, and also
adds dependencies on required GIR XML files by their systematic names.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index dbf5c180..c3468f1b 100644
--- a/debian/control
+++ b/debian/control
@@ -85,9 +85,9 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends:
- gir1.2-sugarext-1.0 (= ${binary:Version}),
  libsugarext0 (= ${binary:Version}),
  ${devlibs:Depends},
+ ${gir:Depends},
  ${misc:Depends},
 Description: Sugar Learning Platform - toolkit development files
  Sugar Learning Platform promotes collaborative learning
-- 
2.55.0

