>From 634c288c5175b76dd20c7da7cfc826066c66fa68 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
Date: Thu, 20 Aug 2026 10:33:55 +0100
Subject: [PATCH 4/5] d/control: Add ${gir:Provides} to -dev package

This gives it a Provides for the systematic names representing the GIR
XML, gir1.2-sugarext-1.0-dev and gir1.2-sugargestures-1.0-dev.
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index c3468f1b..6f7fdeec 100644
--- a/debian/control
+++ b/debian/control
@@ -89,6 +89,8 @@ Depends:
  ${devlibs:Depends},
  ${gir:Depends},
  ${misc:Depends},
+Provides:
+ ${gir:Provides},
 Description: Sugar Learning Platform - toolkit development files
  Sugar Learning Platform promotes collaborative learning
  through Sugar Activities that encourage critical thinking,
-- 
2.55.0

