[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.5.dfsg-3-2-g8a0780e

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Apr 30 11:50:25 UTC 2010


The following commit has been merged in the master branch:
commit 8a0780e08b831c52e12da28cd84e0a288ae3ae6c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Apr 30 13:50:20 2010 +0200

    Fix resolve arch-dependent waf configure options based on DEB_HOST_ARCH (not DEB_BUILD_ARCH) for improved cross-building sanity.

diff --git a/debian/rules b/debian/rules
index c2334ff..8f08e3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,8 +29,8 @@ ABI = 0.118.0
 
 waf-configure-options = --prefix=/usr --classic --dbus
 waf-configure-options += $(if $(filter linux,$(DEB_HOST_ARCH_OS)),--alsa)
-waf-configure-options += $(if $(filter amd64 i386 powerpc,$(DEB_BUILD_ARCH)),--firewire)
-waf-configure-options += $(if $(filter amd64,$(DEB_BUILD_ARCH)),--mixed)
+waf-configure-options += $(if $(filter amd64 i386 powerpc,$(DEB_HOST_ARCH)),--firewire)
+waf-configure-options += $(if $(filter amd64,$(DEB_HOST_ARCH)),--mixed)
 
 DEB_MAKE_INVOKE = waf -v --destdir=$(CURDIR)/debian/tmp
 DEB_MAKE_INSTALL_TARGET = install

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list