debian: fix multiarch issues

This commit is contained in:
Philippe Teuwen 2013-02-01 20:32:31 +01:00 committed by Ludovic Rousseau
parent 4d0ee443d1
commit 6b140bef11
2 changed files with 3 additions and 1 deletions

2
debian/compat vendored
View file

@ -1 +1 @@
8
9

2
debian/rules vendored
View file

@ -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