r48814 - in /desktop/unstable/gtk+2.0/debian: changelog control control.in libgtk2.0-0.install.in libgtk2.0-bin.install.in libgtk2.0-bin.links.in libgtk2.0-bin.manpages update-icon-caches update-icon-caches.8

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun May 22 06:24:18 UTC 2016


Author: biebl
Date: Sun May 22 06:24:18 2016
New Revision: 48814

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48814
Log:
Drop gtk-update-icon-cache from libgtk2.0-bin. From now on we only provide
one implementation which is built from src:gtk+3.0 and shipped in a
separate package called gtk-update-icon-cache. To simplify the transition
make libgtk2.0-bin depend on gtk-update-icon-cache. Once all theme
packages have been updated, this dependency can be dropped.

Removed:
    desktop/unstable/gtk+2.0/debian/update-icon-caches
    desktop/unstable/gtk+2.0/debian/update-icon-caches.8
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/control
    desktop/unstable/gtk+2.0/debian/control.in
    desktop/unstable/gtk+2.0/debian/libgtk2.0-0.install.in
    desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.install.in
    desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.links.in
    desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.manpages

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=48814&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog	[utf-8] Sun May 22 06:24:18 2016
@@ -1,6 +1,11 @@
 gtk+2.0 (2.24.30-2) UNRELEASED; urgency=medium
 
   * Acknowledge NMU, thanks Salvatore Bonaccorso.
+  * Drop gtk-update-icon-cache from libgtk2.0-bin. From now on we only provide
+    one implementation which is built from src:gtk+3.0 and shipped in a
+    separate package called gtk-update-icon-cache. To simplify the transition
+    make libgtk2.0-bin depend on gtk-update-icon-cache. Once all theme
+    packages have been updated, this dependency can be dropped.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 22 May 2016 08:20:15 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=48814&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control	[utf-8] Sun May 22 06:24:18 2016
@@ -109,7 +109,8 @@
 Architecture: any
 Depends: ${misc:Depends},
          libgtk2.0-0 (= ${binary:Version}),
-         libgtk2.0-common
+         libgtk2.0-common,
+         gtk-update-icon-cache
 Multi-Arch: foreign
 Description: programs for the GTK+ graphical user interface library
  GTK+ is a multi-platform toolkit for creating graphical user

Modified: desktop/unstable/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control.in?rev=48814&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control.in	[utf-8] Sun May 22 06:24:18 2016
@@ -109,7 +109,8 @@
 Architecture: any
 Depends: ${misc:Depends},
          @SHARED_PKG@ (= ${binary:Version}),
-         @COMMON_PKG@
+         @COMMON_PKG@,
+         gtk-update-icon-cache
 Multi-Arch: foreign
 Description: programs for the GTK+ graphical user interface library
  GTK+ is a multi-platform toolkit for creating graphical user

Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-0.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-0.install.in?rev=48814&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-0.install.in	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-0.install.in	[utf-8] Sun May 22 06:24:18 2016
@@ -1,6 +1,5 @@
 # from the shared flavor
 debian/install/shared/usr/bin/gtk-query-immodules-2.0 @LIBDIR@/@SHARED_PKG@
-debian/install/shared/usr/bin/gtk-update-icon-cache @LIBDIR@/@SHARED_PKG@
 debian/install/shared/@MODULES_BASE_PATH@/immodules/*.so @MODULES_BASE_PATH@/immodules
 debian/install/shared/@MODULES_BASE_PATH@/printbackends/*.so @MODULES_BASE_PATH@/printbackends
 debian/install/shared/@LIBDIR@/libgtk*.so.* @LIBDIR@

Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-bin.install.in?rev=48814&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.install.in	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.install.in	[utf-8] Sun May 22 06:24:18 2016
@@ -1,4 +1,2 @@
 # from the shared flavor
-debian/install/shared/usr/share/man/man1/gtk-update-icon-cache.1 usr/share/man/man1
 debian/install/shared/usr/share/man/man1/gtk-query-immodules- at APIVER@.1 usr/share/man/man1
-debian/update-icon-caches usr/sbin

Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.links.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-bin.links.in?rev=48814&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.links.in	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.links.in	[utf-8] Sun May 22 06:24:18 2016
@@ -1,4 +1,3 @@
- at LIBDIR@/@SHARED_PKG@/gtk-update-icon-cache usr/bin/gtk-update-icon-cache
 usr/share/doc/@COMMON_PKG@/changelog.gz usr/share/doc/@BIN_PKG@/changelog.gz
 usr/share/doc/@COMMON_PKG@/NEWS.gz usr/share/doc/@BIN_PKG@/NEWS.gz
 usr/share/doc/@COMMON_PKG@/README.gz usr/share/doc/@BIN_PKG@/README.gz

Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-bin.manpages?rev=48814&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.manpages	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-bin.manpages	[utf-8] Sun May 22 06:24:18 2016
@@ -1,2 +1 @@
 debian/gtk-options.7
-debian/update-icon-caches.8




More information about the pkg-gnome-commits mailing list