r48837 - in /desktop/unstable/gnome-icon-theme/debian: changelog control control.in postinst

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun May 22 21:16:43 UTC 2016


Author: bigon
Date: Sun May 22 21:16:42 2016
New Revision: 48837

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48837
Log:
Drop the libgtk-3-bin and libgtk2.0-bin (build-)dependencies and pull
gtk-update-icon-cache instead (Closes: #580336)

Modified:
    desktop/unstable/gnome-icon-theme/debian/changelog
    desktop/unstable/gnome-icon-theme/debian/control
    desktop/unstable/gnome-icon-theme/debian/control.in
    desktop/unstable/gnome-icon-theme/debian/postinst

Modified: desktop/unstable/gnome-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-icon-theme/debian/changelog?rev=48837&op=diff
==============================================================================
--- desktop/unstable/gnome-icon-theme/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-icon-theme/debian/changelog	[utf-8] Sun May 22 21:16:42 2016
@@ -1,9 +1,14 @@
 gnome-icon-theme (3.12.0-2) UNRELEASED; urgency=medium
 
+  [ Andreas Henriksson ]
   * Add "Multi-arch: foreign" (Closes: #762035)
     Thanks to David Kozub.
 
- -- Andreas Henriksson <andreas at fatal.se>  Thu, 18 Sep 2014 21:36:51 +0200
+  [ Laurent Bigonville ]
+  * Drop the libgtk-3-bin and libgtk2.0-bin (build-)dependencies and pull
+    gtk-update-icon-cache instead (Closes: #580336)
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 22 May 2016 23:12:00 +0200
 
 gnome-icon-theme (3.12.0-1) unstable; urgency=medium
 

Modified: desktop/unstable/gnome-icon-theme/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-icon-theme/debian/control?rev=48837&op=diff
==============================================================================
--- desktop/unstable/gnome-icon-theme/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-icon-theme/debian/control	[utf-8] Sun May 22 21:16:42 2016
@@ -6,14 +6,14 @@
 Section: gnome
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs,
                gnome-pkg-tools (>= 0.10)
 Build-Depends-Indep: gettext,
                      intltool (>= 0.40.0),
                      pkg-config,
-                     libgtk2.0-bin,
+                     gtk-update-icon-cache,
                      icon-naming-utils (>= 0.8.7),
                      librsvg2-bin
 Standards-Version: 3.9.5
@@ -26,7 +26,7 @@
 Multi-arch: foreign
 Depends: ${misc:Depends},
          hicolor-icon-theme,
-         libgtk-3-bin,
+         gtk-update-icon-cache,
          librsvg2-common
 Breaks: netspeed (<< 0.15.2-2),
         rhythmbox (<< 0.12.8),

Modified: desktop/unstable/gnome-icon-theme/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-icon-theme/debian/control.in?rev=48837&op=diff
==============================================================================
--- desktop/unstable/gnome-icon-theme/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-icon-theme/debian/control.in	[utf-8] Sun May 22 21:16:42 2016
@@ -9,7 +9,7 @@
 Build-Depends-Indep: gettext,
                      intltool (>= 0.40.0),
                      pkg-config,
-                     libgtk2.0-bin,
+                     gtk-update-icon-cache,
                      icon-naming-utils (>= 0.8.7),
                      librsvg2-bin
 Standards-Version: 3.9.5
@@ -22,7 +22,7 @@
 Multi-arch: foreign
 Depends: ${misc:Depends},
          hicolor-icon-theme,
-         libgtk-3-bin,
+         gtk-update-icon-cache,
          librsvg2-common
 Breaks: netspeed (<< 0.15.2-2),
         rhythmbox (<< 0.12.8),

Modified: desktop/unstable/gnome-icon-theme/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-icon-theme/debian/postinst?rev=48837&op=diff
==============================================================================
--- desktop/unstable/gnome-icon-theme/debian/postinst	[utf-8] (original)
+++ desktop/unstable/gnome-icon-theme/debian/postinst	[utf-8] Sun May 22 21:16:42 2016
@@ -3,8 +3,8 @@
 
 write_cache()
 {
-if [ -x /usr/bin/gtk-update-icon-cache-3.0 ]; then
-    if ! gtk-update-icon-cache-3.0 --force --quiet /usr/share/icons/gnome; then
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+    if ! gtk-update-icon-cache --force --quiet /usr/share/icons/gnome; then
         echo "WARNING: icon cache generation failed"
     fi
 fi




More information about the pkg-gnome-commits mailing list