summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-10-03 09:56:10 -0400
committerKali Kaneko <kali@leap.se>2017-10-03 20:27:53 +0200
commit5bb52b1a6b2c94a3d1179300ac972523c8edd7c4 (patch)
treed5d6e8e3c3c12ab98f1747eda73c0c5cf618a853 /debian
parentb3a36b10232c5aaaf7dddf3dfa1a275945bc6174 (diff)
[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
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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)