r54941 - in /desktop/unstable/gtk+2.0/debian: changelog control control.in rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Nov 30 02:08:09 UTC 2017


Author: jbicha
Date: Thu Nov 30 02:08:09 2017
New Revision: 54941

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54941
Log:
Don't have gtk2-engines-pixbuf depend on libgtk2.0-0 to allow themes to be installed without requiring GTK+ 2 to be installed

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/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=54941&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog	[utf-8] Thu Nov 30 02:08:09 2017
@@ -1,3 +1,10 @@
+gtk+2.0 (2.24.31-4) UNRELEASED; urgency=medium
+
+  * Don't have gtk2-engines-pixbuf depend on libgtk2.0-0 to allow
+    themes to be installed without requiring GTK+ 2 to be installed
+
+ -- Jeremy Bicha <jbicha at debian.org>  Wed, 29 Nov 2017 21:07:12 -0500
+
 gtk+2.0 (2.24.31-3) unstable; urgency=medium
 
   [ Jeremy Bicha ]

Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=54941&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control	[utf-8] Thu Nov 30 02:08:09 2017
@@ -199,8 +199,7 @@
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libgtk2.0-0 (= ${binary:Version}),
-         libgtk2.0-common
+         libgtk2.0-0 (= ${binary:Version})
 Description: pixbuf-based theme for GTK+ 2.x
  GTK+ is a multi-platform toolkit for creating graphical user
  interfaces. Offering a complete set of widgets, GTK+ is suitable

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=54941&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control.in	[utf-8] Thu Nov 30 02:08:09 2017
@@ -199,8 +199,7 @@
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         @SHARED_PKG@ (= ${binary:Version}),
-         @COMMON_PKG@
+         @SHARED_PKG@ (= ${binary:Version})
 Description: pixbuf-based theme for GTK+ 2.x
  GTK+ is a multi-platform toolkit for creating graphical user
  interfaces. Offering a complete set of widgets, GTK+ is suitable

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=54941&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules	[utf-8] Thu Nov 30 02:08:09 2017
@@ -136,8 +136,6 @@
 
 # list of flavors to run the test suite on
 CHECK_FLAVORS := $(filter shared static, $(FLAVORS))
-
-DH_INSTALLDOCS_FILES := NEWS README AUTHORS
 
 # macro computing the list of 'debian/<pkg>.*" files which have a corresponding
 # ".in" file; pass the list of packages in $(1)
@@ -297,7 +295,8 @@
 		-- -c4
 	dh_girepository -pgir1.2-gtk-2.0
 	dh_installdeb -s
-	dh_shlibdeps
+	dh_shlibdeps -p$(PIXBUF_PKG) -- -xlibgtk2.0-0
+	dh_shlibdeps --remaining-packages
 	dh_gencontrol -s
 	dh_md5sums -s
 	dh_builddeb -s -- -Zxz




More information about the pkg-gnome-commits mailing list