r49317 - in /desktop/unstable/gtk+3.0/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Wed Jul 13 23:47:37 UTC 2016


Author: bigon
Date: Wed Jul 13 23:47:37 2016
New Revision: 49317

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49317
Log:
debian/control.in: Add hicolor-icon-theme as a hard dependency, the
package is small and only provides the directory structure of the theme.

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

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=49317&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Wed Jul 13 23:47:37 2016
@@ -1,3 +1,10 @@
+gtk+3.0 (3.20.6-3) UNRELEASED; urgency=medium
+
+  * debian/control.in: Add hicolor-icon-theme as a hard dependency, the
+    package is small and only provides the directory structure of the theme.
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 14 Jul 2016 01:46:33 +0200
+
 gtk+3.0 (3.20.6-2) unstable; urgency=medium
 
   * Team upload

Modified: desktop/unstable/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control?rev=49317&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control	[utf-8] Wed Jul 13 23:47:37 2016
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9.20141010),
                cdbs (>= 0.4.93),
                gnome-pkg-tools (>= 0.11),
@@ -66,6 +66,7 @@
 Depends: libgtk-3-common (>= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
+         hicolor-icon-theme,
          shared-mime-info
 Provides: gtk3-binver-3.0.0
 Recommends: libgtk-3-bin

Modified: desktop/unstable/gtk+3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control.in?rev=49317&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control.in	[utf-8] Wed Jul 13 23:47:37 2016
@@ -66,6 +66,7 @@
 Depends: @COMMON_PKG@ (>= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
+         hicolor-icon-theme,
          shared-mime-info
 Provides: @GTK_BINVER_DEP@
 Recommends: @BIN_PKG@




More information about the pkg-gnome-commits mailing list