aboutsummaryrefslogtreecommitdiffhomepage
path: root/rules
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:41:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:41:48 -0700
commit61d5dc2242764297de6cdd655d0d6f6339746afa (patch)
tree74716bd48bc8840a49d55df25627a7f83ac0c3e4 /rules
downloadzxcvbn-c-61d5dc2242764297de6cdd655d0d6f6339746afa.tar.gz
Import zxcvbn-c_0.20160925-1.debian.tar.xz
[dgit import tarball zxcvbn-c 0.20160925-1 zxcvbn-c_0.20160925-1.debian.tar.xz]
Diffstat (limited to 'rules')
-rwxr-xr-xrules9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules b/rules
new file mode 100755
index 0000000..84fd4e2
--- /dev/null
+++ b/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# enable most hardening, but not PIE -- while we build some binary
+# executables in order to run the test suite, we only install
+# non-executable libraries
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+
+%:
+ dh $@