buildsys: run test before compile to avoid clobbering the openid build binaries
dh_auto_test also checks for the build flags used, including any `--cfg`, so it rebuilds and overwrites our carefully assembled daemon binaries with openid support as it is run after build and before install. So manually ensure the order of first test then build (argh, hackes of hackes >.<) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@ -32,6 +32,9 @@ override_dh_auto_build:
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
override_dh_auto_test:
|
||||
# ignore here to avoid rebuilding the binaries with the wrong target
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- \
|
||||
PROXY_USER=backup \
|
||||
|
Reference in New Issue
Block a user