[SCM] zita-convolver/master: d/rules: include architecture.mk instead of spawning a shell to get DEB_HOST_MULTIARCH

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Fri Aug 25 07:52:10 UTC 2017


The following commit has been merged in the master branch:
commit a216f820de6525cc126780afd4da62b82e4e0c84
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Aug 25 09:46:04 2017 +0200

    d/rules: include architecture.mk instead of spawning a shell to get DEB_HOST_MULTIARCH
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 99516b4..1dfe7a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+include /usr/share/dpkg/architecture.mk
 export PREFIX=/usr
 export LIBDIR=lib/$(DEB_HOST_MULTIARCH)
 export DESTDIR=$(CURDIR)/debian/tmp

-- 
zita-convolver packaging



More information about the pkg-multimedia-commits mailing list