From: Michael R. Crusoe Date: Mon, 29 Apr 2024 14:15:45 +0000 (+0200) Subject: Rely on pre-initialized dpkg-architecture variables. X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2~103 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eb853c1a953c0a29010d45d0e777a04802a9016c;p=vtk9.git Rely on pre-initialized dpkg-architecture variables. Changes-By: lintian-brush --- diff --git a/debian/rules b/debian/rules index 3a5e58406..081b43a2b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f BUILDDIR = $(CURDIR)/debian/build -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +include /usr/share/dpkg/architecture.mk nojava_archs=hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64 ifneq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH), $(nojava_archs)))