[SCM] Debian packaging for jack-audio-connection-kit branch, master.jackd2, updated. debian/1.9.4+svn3842-2-56-g4dedb40

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Apr 1 17:01:45 UTC 2010


The following commit has been merged in the master.jackd2 branch:
commit 4ce9ac829369ab23080cce3b69091e1f7dff12d8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Apr 1 18:27:00 2010 +0200

    Avoid unneeded ifeq construct in rules file.

diff --git a/debian/rules b/debian/rules
index f24052d..1524677 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
-ifeq ($(DEB_BUILD_ARCH),amd64)
-	MIXED_FLAGS := --mixed
-else
-	MIXED_FLAGS :=
-endif
+MIXED_FLAGS = $(if $(filter amd64,$(DEB_BUILD_ARCH)),--mixed)
 
 DEB_MAKE_INVOKE = ./waf --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