[Pkg-cron-devel] [pkg-cron] 06/07: d/rules: Set hardening=+all in DEB_BUILD_MAINT_OPTIONS

Christian Kastner ckk at moszumanska.debian.org
Sun May 1 20:10:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

ckk pushed a commit to branch master
in repository pkg-cron.

commit 780188227c8e3214c2b96a44b6a81cd34260226b
Author: Christian Kastner <ckk at kvr.at>
Date:   Sun May 1 18:10:58 2016 +0200

    d/rules: Set hardening=+all in DEB_BUILD_MAINT_OPTIONS
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 612afd7..932e647 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,9 @@ ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
 export CC=$(DEB_HOST_GNU_TYPE)-gcc
 endif
 
-# Standard compiler flags 
+# Customize build flags
 export DEB_CFLAGS_MAINT_APPEND += -Wall -Wno-unused -Wno-comment
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 # debug is disabled by default
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cron/pkg-cron.git



More information about the Pkg-cron-devel mailing list