r51032 - in /desktop/unstable/gnome-contacts/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 16:09:13 UTC 2016


Author: biebl
Date: Wed Sep 21 16:09:13 2016
New Revision: 51032

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

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

Modified: desktop/unstable/gnome-contacts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-contacts/debian/changelog?rev=51032&op=diff
==============================================================================
--- desktop/unstable/gnome-contacts/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-contacts/debian/changelog	[utf-8] Wed Sep 21 16:09:13 2016
@@ -1,6 +1,7 @@
 gnome-contacts (3.22.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Use non-multiarch path (/usr/lib/gnome-contacts) for libexecdir.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 18:05:57 +0200
 

Modified: desktop/unstable/gnome-contacts/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-contacts/debian/rules?rev=51032&op=diff
==============================================================================
--- desktop/unstable/gnome-contacts/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-contacts/debian/rules	[utf-8] Wed Sep 21 16:09:13 2016
@@ -13,7 +13,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir=\$${libdir}/gnome-contacts
+		--libexecdir=\$${prefix}/lib/gnome-contacts
 
 # build from vala source
 override_dh_auto_clean:




More information about the pkg-gnome-commits mailing list