ensure that all hardening options are enabled

This commit is contained in:
Daniel Kahn Gillmor 2016-08-04 17:57:51 -04:00
parent fac112e569
commit 25d4df03ea
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -1,5 +1,7 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# FIXME: how do we only use dh_autoreconf when building arch-specific
# packages? see debian/README.source for an explanation of why we
# care about splitting binary-only builds from arch:all builds.