r50846 - in /desktop/unstable/gnome-boxes/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 08:49:17 UTC 2016


Author: biebl
Date: Tue Sep 20 08:49:17 2016
New Revision: 50846

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

Modified:
    desktop/unstable/gnome-boxes/debian/changelog
    desktop/unstable/gnome-boxes/debian/rules

Modified: desktop/unstable/gnome-boxes/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/changelog?rev=50846&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/changelog	[utf-8] Tue Sep 20 08:49:17 2016
@@ -6,6 +6,9 @@
   * debian/rules:
     - Drop obsolete --enable-smartcard --enable-usbredir
       (always enabled now)
+
+  [ Michael Biebl ]
+  * Use non-multiarch path (/usr/lib/gnome-boxes) for libexecdir.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 13 Sep 2016 20:39:50 -0400
 

Modified: desktop/unstable/gnome-boxes/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/rules?rev=50846&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/rules	[utf-8] Tue Sep 20 08:49:17 2016
@@ -11,7 +11,7 @@
 	dh_auto_configure -- \
 		--enable-ovirt \
 		--enable-vala \
-		--libexecdir=\$${libdir}/gnome-boxes
+		--libexecdir=\$${prefix}/lib/gnome-boxes
 
 override_dh_autoreconf:
 	find . -name "*_vala.stamp" -delete




More information about the pkg-gnome-commits mailing list