From: Dietmar Maurer Date: Tue, 3 Jun 2014 06:13:03 +0000 (+0200) Subject: enable debian hardening-wrapper X-Git-Url: https://git.proxmox.com/?p=vzctl.git;a=commitdiff_plain;h=a9df2b00002de5383116f86a713a591456b3a7de enable debian hardening-wrapper --- 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)