[SCM] jack-audio-connection-kit/master: Allow j-a-c-k to be bootstrapped without ffado (Closes: #738684)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun Feb 23 16:17:01 UTC 2014


The following commit has been merged in the master branch:
commit 50fe0adc7329df6ceaa80e53204e8c6c55411c7a
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun Feb 23 17:14:55 2014 +0100

    Allow j-a-c-k to be bootstrapped without ffado (Closes: #738684)

diff --git a/debian/rules b/debian/rules
index ff77df8..fbf7236 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,10 @@ DEB_AUTO_UPDATE_AUTOHEADER = 2.65
 DEB_AUTO_UPDATE_ACLOCAL = 1.11
 DEB_AUTO_UPDATE_AUTOMAKE = 1.11
 
+ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
+export DH_OPTIONS = -Njackd1-firewire
+endif
+
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 -include /usr/share/cdbs/1/rules/upstream-tarball.mk

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



More information about the pkg-multimedia-commits mailing list