r42505 - in /desktop/experimental/gtk+3.0/debian: changelog control control.in

ah at users.alioth.debian.org ah at users.alioth.debian.org
Fri Sep 5 21:35:28 UTC 2014


Author: ah
Date: Fri Sep  5 21:35:28 2014
New Revision: 42505

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42505
Log:
libgtk-3-common: Depend on adwaita-icon-theme (>= ${gnome:Version})

Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/control
    desktop/experimental/gtk+3.0/debian/control.in

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=42505&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog	[utf-8] Fri Sep  5 21:35:28 2014
@@ -1,6 +1,6 @@
 gtk+3.0 (3.13.8-2) UNRELEASED; urgency=medium
 
-  * libgtk-3-common: Depend on adwaita-icon-theme
+  * libgtk-3-common: Depend on adwaita-icon-theme (>= ${gnome:Version})
     - gtk+ should guarantee we have atleast one sane icon theme available.
 
  -- Andreas Henriksson <andreas at fatal.se>  Fri, 05 Sep 2014 14:20:28 -0700

Modified: desktop/experimental/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control?rev=42505&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control	[utf-8] Fri Sep  5 21:35:28 2014
@@ -62,7 +62,6 @@
 Depends: libgtk-3-common (>= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
-         adwaita-icon-theme,
          shared-mime-info
 Provides: gtk3-binver-3.0.0
 Recommends: hicolor-icon-theme,
@@ -105,7 +104,7 @@
 Package: libgtk-3-common
 Section: misc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, adwaita-icon-theme (>= ${gnome:Version})
 Recommends: libgtk-3-0
 Breaks: libgtk-3-0 (<< 3.5.4)
 Replaces: libgtk-3-0 (<< 3.5.4)

Modified: desktop/experimental/gtk+3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control.in?rev=42505&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control.in	[utf-8] Fri Sep  5 21:35:28 2014
@@ -62,7 +62,6 @@
 Depends: @COMMON_PKG@ (>= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
-         adwaita-icon-theme,
          shared-mime-info
 Provides: @GTK_BINVER_DEP@
 Recommends: hicolor-icon-theme,
@@ -105,7 +104,7 @@
 Package: @COMMON_PKG@
 Section: misc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, adwaita-icon-theme (>= ${gnome:Version})
 Recommends: @SHARED_PKG@
 Breaks: @SHARED_PKG@ (<< 3.5.4)
 Replaces: @SHARED_PKG@ (<< 3.5.4)




More information about the pkg-gnome-commits mailing list