Let libgtk2.0-0 suggest gvfs, as it's needed for some APIs like

gtk_show_uri.
This commit is contained in:
Emilio Pozuelo Monfort
2009-03-04 10:57:21 +00:00
parent 8624a9e4fc
commit fe67450f90
3 changed files with 11 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
gtk+2.0 (2.15.5-3) UNRELEASED; urgency=low
* Let libgtk2.0-0 suggest gvfs, as it's needed for some APIs like
gtk_show_uri.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Wed, 04 Mar 2009 11:56:57 +0100
gtk+2.0 (2.15.5-2) experimental; urgency=low
[ Emilio Pozuelo Monfort ]

3
debian/control vendored
View File

@ -100,7 +100,8 @@ Conflicts: libgtk2.0-0png3,
Replaces: libgtk2.0-0png3
Recommends: hicolor-icon-theme,
libgtk2.0-bin
Suggests: librsvg2-common
Suggests: librsvg2-common,
gvfs
Description: The GTK+ graphical user interface library
The GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, the GTK+ is suitable

3
debian/control.in vendored
View File

@ -100,7 +100,8 @@ Conflicts: libgtk2.0-0png3,
Replaces: libgtk2.0-0png3
Recommends: hicolor-icon-theme,
@BIN_PKG@
Suggests: librsvg2-common
Suggests: librsvg2-common,
gvfs
Description: The GTK+ graphical user interface library
The GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, the GTK+ is suitable