diff options
author | Timo Weingärtner <timo@tiwe.de> | 2016-08-23 21:59:55 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2016-08-28 11:08:52 +0200 |
commit | 006e761921ff7ccd773e2b623c3a81e72210a99e (patch) | |
tree | 6f635cebccf51440f0b1d100c609799aa3c27a18 /debian | |
parent | 14284f6d2b0affa1130c844be103a5f6b622ac82 (diff) | |
download | ssh-agent-filter-006e761921ff7ccd773e2b623c3a81e72210a99e.tar.gz |
debian/rules: enable more hardening/reproducibility/qa build flags
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7f478e0..27e5a11 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all reproducible=+all qa=+bug + %: dh $@ --parallel |