r50589 - in /desktop/unstable/vino/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 14 17:22:16 UTC 2016


Author: biebl
Date: Wed Sep 14 17:22:15 2016
New Revision: 50589

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50589
Log:
Use a non-multiarch path for libexecdir as we did before the dh
conversion.

Modified:
    desktop/unstable/vino/debian/changelog
    desktop/unstable/vino/debian/rules

Modified: desktop/unstable/vino/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/changelog?rev=50589&op=diff
==============================================================================
--- desktop/unstable/vino/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vino/debian/changelog	[utf-8] Wed Sep 14 17:22:15 2016
@@ -2,6 +2,8 @@
 
   * Add Build-Depends on gnome-common, required for autoreconf.
     (Closes: #837791)
+  * Use a non-multiarch path for libexecdir as we did before the dh
+    conversion.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 14 Sep 2016 19:05:19 +0200
 

Modified: desktop/unstable/vino/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/rules?rev=50589&op=diff
==============================================================================
--- desktop/unstable/vino/debian/rules	[utf-8] (original)
+++ desktop/unstable/vino/debian/rules	[utf-8] Wed Sep 14 17:22:15 2016
@@ -13,7 +13,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir=\$${libdir}/vino \
+		--libexecdir=\$${prefix}/lib/vino \
 		--enable-ipv6 \
 		--with-avahi \
 		--with-jpeg \




More information about the pkg-gnome-commits mailing list