X-Git-Url: https://git.ralfj.de/osspd.git/blobdiff_plain/80a636b749c0810d1a7cbde084d7e5e4ae2fa674..8eb7de6e01de878d1892c40e261c6d7630dd621f:/debian/rules?ds=inline diff --git a/debian/rules b/debian/rules index ce2eb52..4f5c219 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,12 @@ #!/usr/bin/make -f +export DH_VERBOSE=1 + %: dh $@ --parallel + +override_dh_auto_install: + dh_auto_install -- prefix=/usr UDEVDIR=/lib/udev/rules.d + +# Disable tests, they require running the osspd +override_dh_auto_test: