From a5cb60635f4062ef8164450c47f611b10386ab5d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 29 Sep 2012 18:03:29 -0700 Subject: [PATCH] debian: Enable hardening flags Signed-off-by: Alexander Kojevnikov --- dist/debian/compat | 2 +- dist/debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/debian/compat b/dist/debian/compat index 7f8f011..ec63514 100644 --- a/dist/debian/compat +++ b/dist/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/dist/debian/rules b/dist/debian/rules index 65028fd..4d16f26 100755 --- a/dist/debian/rules +++ b/dist/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export V=1 + %: dh $@