r31889 - in /desktop/unstable/gvfs/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 27 17:34:31 UTC 2011


Author: biebl
Date: Sun Nov 27 17:34:31 2011
New Revision: 31889

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31889
Log:
* debian/rules:
  - Set --libdir and --libexecdir configure flags globally and not only when
    building for linux.

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

Modified: desktop/unstable/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/changelog?rev=31889&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gvfs/debian/changelog [utf-8] Sun Nov 27 17:34:31 2011
@@ -6,6 +6,9 @@
 
   [ Michael Biebl ]
   * Upload to unstable.
+  * debian/rules:
+    - Set --libdir and --libexecdir configure flags globally and not only when
+      building for linux.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 27 Nov 2011 18:12:29 +0100
 

Modified: desktop/unstable/gvfs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/rules?rev=31889&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/rules [utf-8] (original)
+++ desktop/unstable/gvfs/debian/rules [utf-8] Sun Nov 27 17:34:31 2011
@@ -15,6 +15,10 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL := --no-act
 DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
+DEB_CONFIGURE_EXTRA_FLAGS += \
+	--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
+	--libexecdir=/usr/lib/gvfs
+
 MANPAGES += $(patsubst %.pod,%.1,$(wildcard debian/*.pod))
 
 %.1: %.pod
@@ -23,9 +27,7 @@
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-hal \
-	--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
-	--libexecdir=/usr/lib/gvfs
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-hal
 
 install/gvfs-backends::
 	# Those are only available on Linux:




More information about the pkg-gnome-commits mailing list