summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2018-12-13 16:56:44 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2018-12-13 16:56:44 +0100
commit8e7dcfc6b8fc38ede0f678a75b1ade02b65d292b (patch)
tree8ea97f3364de3c9cb98b1d97f61bf824ddb2090c
parent70e64a96e84f176099ce6066805b07985f5cafdd (diff)
debian/rules: enable hardening=+all
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8d39e257c..09c80fd22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@