From 5bb52b1a6b2c94a3d1179300ac972523c8edd7c4 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 3 Oct 2017 09:56:10 -0400 Subject: [pkg] lintian debian-rules-sets-DEB_BUILD_OPTIONS. The debian/rules file sets the DEB_BUILD_OPTIONS variable, which will override any user-specified build profile. We should be setting DH_BUILD_MAINT_OPTIONS. -Related: #9033 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 31b32567..828013db 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ # # Uncomment this to turn on verbose mode. DH_VERBOSE=1 -DEB_BUILD_OPTIONS=nocheck +DH_BUILD_MAINT_OPTIONS=nocheck package=bitmask PYTHON2=$(shell pyversions -vr) -- cgit v1.2.3