diff --git a/debian/changelog b/debian/changelog index e2793d87f9..c79e46d35b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 04 Mar 2009 11:56:57 +0100 + gtk+2.0 (2.15.5-2) experimental; urgency=low [ Emilio Pozuelo Monfort ] diff --git a/debian/control b/debian/control index 6571cc03de..492203ff54 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/control.in b/debian/control.in index 5223b12ca2..5ea546acab 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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