debian: fix multiarch issues
This commit is contained in:
parent
4d0ee443d1
commit
6b140bef11
2 changed files with 3 additions and 1 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
8
|
9
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -9,6 +9,8 @@
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||||
|
|
||||||
# "nocheck" option prevents from running tests (which need dedicated hardware)
|
# "nocheck" option prevents from running tests (which need dedicated hardware)
|
||||||
export DEB_BUILD_OPTIONS=nocheck
|
export DEB_BUILD_OPTIONS=nocheck
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue