[libepsilon] 04/05: Enable all hardening buildflags.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Apr 17 12:02:42 UTC 2016


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

sebastic pushed a commit to branch master
in repository libepsilon.

commit 601dc6d1e6a242c61914ec2a6b7873acaf31098c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 17 13:10:28 2016 +0200

    Enable all hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ab01e99..0443559 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libepsilon (0.9.2+dfsg-2) UNRELEASED; urgency=medium
   * Add declare-xmalloc.patch by Colin Watson to
     include mem_alloc.h in files that use xmalloc.
   * Add ${perl:Depends} to epsilon-bin Depends.
+  * Enable all hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 17 Apr 2016 12:43:26 +0200
 
diff --git a/debian/rules b/debian/rules
index 2773214..819bd90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date -u "+%d %B %Y" -f -)
 
 MANPAGES:=$(wildcard debian/man/*.*.xml)

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



More information about the Pkg-grass-devel mailing list