From 6b140bef113920a57b9463b474e2a8f75914c1d7 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 1 Feb 2013 20:32:31 +0100 Subject: [PATCH] debian: fix multiarch issues --- debian/compat | 2 +- debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/rules b/debian/rules index fad10c8..55ffc39 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + # "nocheck" option prevents from running tests (which need dedicated hardware) export DEB_BUILD_OPTIONS=nocheck