>From e7c1f9e6510a57947b400ab710b5996ad27e1b30 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
Date: Thu, 20 Aug 2026 10:32:13 +0100
Subject: [PATCH 2/5] d/control: Automate typelib Provides via ${gir:Provides}

This avoids needing to hard-code the name of the provided typelib,
which is a potential source of mistakes.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1616b667..dbf5c180 100644
--- a/debian/control
+++ b/debian/control
@@ -171,7 +171,7 @@ Depends:
  ${gir:Depends},
  ${misc:Depends},
 Provides:
- gir1.2-sugargestures-1.0 (= ${binary:Version}),
+ ${gir:Provides},
 Description: Sugar Learning Platform - toolkit GObject introspection
  Sugar Learning Platform promotes collaborative learning
  through Sugar Activities that encourage critical thinking,
-- 
2.55.0

