r50873 - in /desktop/unstable/gnome-user-share/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 10:48:23 UTC 2016


Author: biebl
Date: Tue Sep 20 10:48:23 2016
New Revision: 50873

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

Modified:
    desktop/unstable/gnome-user-share/debian/changelog
    desktop/unstable/gnome-user-share/debian/rules

Modified: desktop/unstable/gnome-user-share/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/changelog?rev=50873&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/changelog	[utf-8] Tue Sep 20 10:48:23 2016
@@ -4,6 +4,7 @@
   * Drop 30-build-Properly-expand-paths-in-gnome-user-share-webd.patch, merged
     upstream.
   * Bump debhelper compat level to 10.
+  * Use non-multiarch path (/usr/lib/gnome-user-share) for libexecdir.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 20 Sep 2016 12:40:02 +0200
 

Modified: desktop/unstable/gnome-user-share/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/rules?rev=50873&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/rules	[utf-8] Tue Sep 20 10:48:23 2016
@@ -16,7 +16,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir=\$${libdir}/gnome-user-share \
+		--libexecdir=\$${prefix}/lib/gnome-user-share \
 		--with-httpd=/usr/lib/apache2/mpm-worker/apache2 \
 		--with-modules-path=/usr/lib/apache2/modules/ \
 		$(CONFFLAGS)




More information about the pkg-gnome-commits mailing list