[med-svn] [plastimatch] 01/01: Better hardening
Andreas Tille
tille at debian.org
Thu Jun 30 21:23:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag 1.6.2+dfsg-3
in repository plastimatch.
commit 2ecca855902b7ca39208701fcb7e4ea632d4b697
Author: Andreas Tille <tille at debian.org>
Date: Thu Jun 30 22:09:55 2016 +0200
Better hardening
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 414cb54..e9fa2fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ plastimatch (1.6.2+dfsg-3) unstable; urgency=medium
* Add missing Build-Depends: libgdcm2-dev
Closes: #808401
* cme fix dpkg-control
+ * better hardening
-- Andreas Tille <tille at debian.org> Sun, 27 Mar 2016 07:43:49 +0200
diff --git a/debian/rules b/debian/rules
index 30a1a60..67601dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ BUILD_DIR := obj-$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(CURDIR)/$(BUILD_DIR):$(TMP)/usr/lib
export LD_LIBRARY_PATH
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plastimatch.git
More information about the debian-med-commit
mailing list