From ff6ea58f81b253e2aedf8a1ebc0583ca67a59a30 Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Fri, 28 Feb 2020 14:35:11 +0200 Subject: [PATCH] rules: Import architecture.mk. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 779b8c495..7250b1e3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ freeipa (4.8.4-1) UNRELEASED; urgency=medium * write-out-only-one-cert-per-file.diff: Fix writing CA cert to file. * tests: Make failure an actual failure again, and dump only last 2000 lines on failure, also from ipaclient log. + * rules: Import architecture.mk. -- Timo Aaltonen Thu, 28 Nov 2019 15:07:31 +0200 diff --git a/debian/rules b/debian/rules index 7979a4ccc..4045119d7 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/pkg-info.mk -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) # build server only where nodejs is available ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x))