about summary refs log tree commit diff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-03-13 20:45:24 +0100
committerMichael Biebl <biebl@debian.org>2016-03-13 20:49:55 +0100
commit18312071fb593d896dcebd018642d1525dc24304 (patch)
treeba63def6e7553e88d5b6f6936ceb721dae0f6efb /debian/rules
parent24916d2987db9fb3b4dfea9698bb33b66f5eb5db (diff)
Use the architecture.mk Makefile snippet
provided by dpkg-dev to retrieve DEB_HOST_MULTIARCH.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index eb155412..b0f4f2db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+include /usr/share/dpkg/architecture.mk
 
 PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir)