From a9df2b00002de5383116f86a713a591456b3a7de Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 3 Jun 2014 08:13:03 +0200 Subject: [PATCH] enable debian hardening-wrapper --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 97200fc..8f94737 100644 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_HARDENING=1 + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -- 2.39.2