From: Sagi Grimberg Date: Thu, 17 Nov 2016 15:35:13 +0000 (-0500) Subject: Fix Debian rules X-Git-Tag: v1.1~25 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=31122728c91ffad3578a5c246e1727f64c07c5df;p=users%2Fsagi%2Fnvme-cli.git Fix Debian rules Usually when building a package we don't want to run tests that require nvme devices. So until we can classify to tests that have requirements to not run unless some env variables are set we need this rule. Reviewed-by: Christoph Hellwig --- diff --git a/debian/rules b/debian/rules index c2cc8f8f..e797412a 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ +override_dh_auto_test: + override_dh_auto_install: dh_auto_install -- PREFIX=/usr