diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 57998026..b45b10b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ shim (15+1533136590.3beb971-3) UNRELEASED; urgency=medium [ Luca Boccassi ] * Override lintian error about template rules file. + * Include /usr/share/dpkg/architecture.mk instead of shelling out. -- Luca Boccassi <bluca@debian.org> Fri, 15 Feb 2019 19:50:10 +0000 diff --git a/debian/rules b/debian/rules index ffd43e0b..f8c5f270 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ else distributor=debian endif -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +include /usr/share/dpkg/architecture.mk ifeq ($(DEB_HOST_ARCH),amd64) export EFI_ARCH := x64 |
