lbgtk-4-dev: Add Provides for included GIR XML files
authorSimon McVittie <smcv@debian.org>
Thu, 2 Nov 2023 14:34:52 +0000 (14:34 +0000)
committerSimon McVittie <smcv@debian.org>
Thu, 2 Nov 2023 14:34:52 +0000 (14:34 +0000)
Representing these by systematic names gir1.2-*-dev, and perhaps
eventually separating them into their own binary package, will help to
enable cross-compilation with GObject-Introspection removed by a build
profile.

Helps: #1030223

debian/control

index 915aae2061a795b5024d7c98dcfb07852dde2887..231af37255d6fea85ba1345e0cf82b4802130ca0 100644 (file)
@@ -191,6 +191,11 @@ Depends: gir1.2-gtk-4.0 (= ${binary:Version}),
          libgtk-4-1 (= ${binary:Version})
 Suggests: libgtk-4-doc,
           gtk-4-examples
+Provides: gir1.2-gdk-4.0-dev (= ${binary:Version}),
+          gir1.2-gdkwayland-4.0-dev (= ${binary:Version}) [linux-any],
+          gir1.2-gdkx11-4.0-dev (= ${binary:Version}),
+          gir1.2-gsk-4.0-dev (= ${binary:Version}),
+          gir1.2-gtk-4.0-dev (= ${binary:Version})
 Description: development files for the GTK library
  GTK is a multi-platform toolkit for creating graphical user
  interfaces. Offering a complete set of widgets, GTK is suitable