r50801 - in /desktop/unstable/mutter/debian: changelog mutter.install rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Sep 19 23:31:07 UTC 2016


Author: biebl
Date: Mon Sep 19 23:31:06 2016
New Revision: 50801

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50801
Log:
(Closes: #838050)
* Use non-multiarch path (/usr/lib/mutter) for libexecdir.

Modified:
    desktop/unstable/mutter/debian/changelog
    desktop/unstable/mutter/debian/mutter.install
    desktop/unstable/mutter/debian/rules

Modified: desktop/unstable/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/changelog?rev=50801&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mutter/debian/changelog	[utf-8] Mon Sep 19 23:31:06 2016
@@ -7,7 +7,8 @@
   [ Michael Biebl ]
   * New upstream release.
     - Correctly handle tablet settings lookups with no backing libwacom info.
-      (Closes: 838050)
+      (Closes: #838050)
+  * Use non-multiarch path (/usr/lib/mutter) for libexecdir.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 13 Sep 2016 22:31:38 -0400
 

Modified: desktop/unstable/mutter/debian/mutter.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/mutter.install?rev=50801&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/mutter.install	[utf-8] (original)
+++ desktop/unstable/mutter/debian/mutter.install	[utf-8] Mon Sep 19 23:31:06 2016
@@ -1,4 +1,4 @@
 usr/bin
-usr/lib/*/mutter/mutter-restart-helper
+usr/lib/mutter/mutter-restart-helper
 usr/lib/*/mutter/plugins
 usr/share/applications

Modified: desktop/unstable/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/rules?rev=50801&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/rules	[utf-8] (original)
+++ desktop/unstable/mutter/debian/rules	[utf-8] Mon Sep 19 23:31:06 2016
@@ -25,7 +25,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir="\$${libdir}/mutter" \
+		--libexecdir="\$${prefix}/lib/mutter" \
 		--enable-startup-notification \
 		--enable-compile-warnings \
 		$(CONFFLAGS)




More information about the pkg-gnome-commits mailing list