[med-svn] [plast] 04/05: enable full hardening

Sascha Steinbiss sascha at steinbiss.name
Sat May 28 12:54:32 UTC 2016


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

sascha-guest pushed a commit to branch master
in repository plast.

commit af2f5cdb030fd142662d9d0b0f214716ba8690d8
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Sat May 28 11:33:30 2016 +0000

    enable full hardening
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d8c87f5..b5921ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ plast (2.3.1+dfsg-3) unstable; urgency=medium
   * Make build reproducible.
     - Use predictable strings for build date and OS.
   * Bump Standards-Version.
+  * Enable full hardening.
 
  -- Sascha Steinbiss <sascha at steinbiss.name>  Sat, 28 May 2016 11:31:47 +0000
 
diff --git a/debian/rules b/debian/rules
index 2491990..c073c59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
 BUILD_DIR := obj-$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 BUILD_DATE := $(shell TZ=UTC LC_ALL=C dpkg-parsechangelog | grep Date: | cut -d' ' -f2-7)
 export BDATE=$(shell TZ=UTC LC_ALL=C date -d"$(BUILD_DATE)" +'%Y-%m-%d')
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --buildsystem=cmake

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



More information about the debian-med-commit mailing list