gir1.2-gtk-2.0: Add Provides for gir1.2-gdk-2.0, gir1.2-gdkx11-2.0 to reflect all typelibs shipped by this package

This commit is contained in:
Simon McVittie
2017-11-13 00:32:37 +00:00
parent 197b57dbe9
commit d61d986804
3 changed files with 9 additions and 0 deletions

5
debian/changelog vendored
View File

@ -1,10 +1,15 @@
gtk+2.0 (2.24.31-3) UNRELEASED; urgency=medium
[ Jeremy Bicha ]
* Add recommends as part of effort to not install gtk+2.0 by default:
- gnome-themes-standard
- ibus-gtk
- libcaribou-gtk-module
[ Simon McVittie ]
* gir1.2-gtk-2.0: Add Provides for gir1.2-gdk-2.0, gir1.2-gdkx11-2.0
to reflect all typelibs shipped by this package
-- Jeremy Bicha <jbicha@debian.org> Fri, 03 Nov 2017 16:22:42 -0400
gtk+2.0 (2.24.31-2) unstable; urgency=medium

2
debian/control vendored
View File

@ -236,6 +236,8 @@ Depends: libgtk2.0-common,
${misc:Depends},
${shlibs:Depends},
${gir:Depends}
Provides: gir1.2-gdk-2.0 (= ${binary:Version}),
gir1.2-gdkx11-2.0 (= ${binary:Version})
Description: GTK+ graphical user interface library -- gir bindings
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable

2
debian/control.in vendored
View File

@ -236,6 +236,8 @@ Depends: @COMMON_PKG@,
${misc:Depends},
${shlibs:Depends},
${gir:Depends}
Provides: gir1.2-gdk-2.0 (= ${binary:Version}),
gir1.2-gdkx11-2.0 (= ${binary:Version})
Description: GTK+ graphical user interface library -- gir bindings
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable