From 3929d57929a21be7a461236ebe49f45955380ee7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 24 Jan 2019 09:45:24 +0100 Subject: [PATCH] debian/rules: support nocheck in DEB_BUILD_OPTIONS Spotted by lintian (see tag override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS) --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index ba75826..17ee334 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,8 @@ %: dh $@ +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: (cd tests && ./run_tests.sh) make shellcheck - make - +endif -- 2.1.4