[libfann] 06/07: d/rules: Add hardening=+all, -pie to DEB_BUILD_MAINT_OPTIONS

Christian Kastner chrisk-guest at moszumanska.debian.org
Sun Apr 24 16:24:05 UTC 2016


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

chrisk-guest pushed a commit to branch master
in repository libfann.

commit 28f248319387d911b1a891d63c42fe7a92bde402
Author: Christian Kastner <ckk at kvr.at>
Date:   Sun Apr 24 17:24:23 2016 +0200

    d/rules: Add hardening=+all,-pie to DEB_BUILD_MAINT_OPTIONS
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 179e8c6..4a4e4b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ UPVER := $(shell echo $(DEBVER) | sed -re 's/\+ds-.*//')
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 export DEB_CFLAGS_MAINT_APPEND = -Wall
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list