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

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Apr 26 13:21:56 UTC 2010


The following commit has been merged in the master branch:
commit 6595bd7621c18616ed96520b1db5a0373db3a063
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Apr 26 15:18:12 2010 +0200

    Fix restructure configure options to only add --firewire on supported architectures. Closes: bug#579237, thanks to Bastian Blank.

diff --git a/debian/rules b/debian/rules
index 3340653..9ed3826 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,9 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./windows/**.rc
 # ignore oddly packaged bzip2 archive to not upset dpkg
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./waf|\./debian/(changelog|copyright(|_hints|_newhints))$
 
-MIXED_FLAGS = $(if $(filter amd64,$(DEB_BUILD_ARCH)),--mixed)
+waf-configure-options = --prefix=/usr --alsa --classic --dbus
+waf-configure-options += $(if $(filter amd64 i386 powerpc,$(DEB_BUILD_ARCH)),--firewire)
+waf-configure-options += $(if $(filter amd64,$(DEB_BUILD_ARCH)),--mixed)
 
 DEB_MAKE_INVOKE = waf -v --destdir=$(CURDIR)/debian/tmp
 DEB_MAKE_INSTALL_TARGET = install
@@ -44,7 +46,7 @@ DEB_DH_MAKESHLIBS_ARGS += -- -c1
 common-configure-arch common-configure-indep:: common-configure-impl
 common-configure-impl:: debian/stamp-waf-configure
 debian/stamp-waf-configure:
-	waf configure --prefix=/usr $(MIXED_FLAGS) --firewire --alsa --classic --dbus
+	waf configure $(waf-configure-options)
 	touch $@
 clean::
 	rm -f debian/stamp-waf-configure

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



More information about the pkg-multimedia-commits mailing list