r50967 - in /desktop/unstable/gnome-control-center/debian: changelog control gnome-control-center.install rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 23:59:35 UTC 2016


Author: biebl
Date: Tue Sep 20 23:59:35 2016
New Revision: 50967

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50967
Log:
Use non-multiarch path (/usr/lib/gnome-control-center) for libexecdir.

Modified:
    desktop/unstable/gnome-control-center/debian/changelog
    desktop/unstable/gnome-control-center/debian/control
    desktop/unstable/gnome-control-center/debian/gnome-control-center.install
    desktop/unstable/gnome-control-center/debian/rules

Modified: desktop/unstable/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/changelog?rev=50967&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/changelog	[utf-8] Tue Sep 20 23:59:35 2016
@@ -6,6 +6,7 @@
   * Bump debhelper compat level to 10.
   * Bump Build-Depends on libgtk-3-dev to (>= 3.22.0) for
     GtkScrolledWindow.propagate_natural_width. (Closes: #838336)
+  * Use non-multiarch path (/usr/lib/gnome-control-center) for libexecdir.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 01:54:50 +0200
 

Modified: desktop/unstable/gnome-control-center/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/control?rev=50967&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/control	[utf-8] Tue Sep 20 23:59:35 2016
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, 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>
 Standards-Version: 3.9.8
 Build-Depends: debhelper (>= 10),
                dpkg-dev (>= 1.16.1~),
@@ -32,7 +32,7 @@
                libibus-1.0-dev (>= 1.5.2),
                libgoa-1.0-dev (>= 3.21.5),
                libgrilo-0.3-dev (>= 0.3.0),
-               libgtk-3-dev (>= 3.21.5),
+               libgtk-3-dev (>= 3.22.0),
                libgtop2-dev,
                libgudev-1.0-dev [linux-any],
                libkrb5-dev,

Modified: desktop/unstable/gnome-control-center/debian/gnome-control-center.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/gnome-control-center.install?rev=50967&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/gnome-control-center.install	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/gnome-control-center.install	[utf-8] Tue Sep 20 23:59:35 2016
@@ -2,7 +2,7 @@
 usr/share/appdata
 usr/share/applications
 usr/share/man
-usr/lib/*/gnome-control-center
+usr/lib/gnome-control-center
 usr/share/bash-completion
 usr/share/dbus-1
 usr/share/gnome-shell

Modified: desktop/unstable/gnome-control-center/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/rules?rev=50967&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/rules	[utf-8] Tue Sep 20 23:59:35 2016
@@ -13,7 +13,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir=\$${libdir}/gnome-control-center \
+		--libexecdir=\$${prefix}/lib/gnome-control-center \
 		--disable-update-mimedb
 
 override_dh_install:




More information about the pkg-gnome-commits mailing list