[SCM] Audacity debian packaging branch, master, updated. debian/1.3.12-2-10-g2646e45
bdrung-guest at users.alioth.debian.org
bdrung-guest at users.alioth.debian.org
Tue Jun 29 17:19:58 UTC 2010
The following commit has been merged in the master branch:
commit 644bbb13808a4b2026cce691e8ea8e0601683bf1
Author: Benjamin Drung <bdrung at gmail.com>
Date: Tue Jun 29 19:04:06 2010 +0200
Simplify debian/rules.
diff --git a/debian/rules b/debian/rules
index b2ac4fb..9f25132 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,11 @@
#!/usr/bin/make -f
# only enable jack on i386 and powerpc (See #406754)
-ifeq (i386,$(DEB_HOST_ARCH))
+DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
+ifeq (,$(filter $(DEB_HOST_ARCH_CPU),i386 amd64 powerpc))
WITH_JACK_CONFFLAG := --with-jack=yes
else
- ifeq (powerpc,$(DEB_HOST_ARCH))
-WITH_JACK_CONFFLAG := --with-jack=yes
- else
- ifeq (amd64,$(DEB_HOST_ARCH))
-WITH_JACK_CONFFLAG := --with-jack=yes
- else
WITH_JACK_CONFFLAG := --with-jack=no
- endif
- endif
endif
DEB_CONFIGURE_EXTRA_FLAGS := \
--
Audacity debian packaging
More information about the pkg-multimedia-commits
mailing list