[libdap] 24/48: Try 2 at getting hardening

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:09 UTC 2015


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

mckinstry pushed a commit to tag unstable/3.12.0-1
in repository libdap.

commit 08d1a40398e0ca8174d2824e258e1c8aca32c043
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Dec 21 10:41:12 2012 +0000

    Try 2 at getting hardening
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 07c146b..71aa6a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 # To enable all, uncomment following line
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+DEB_BUILD_MAINT_OPTIONS:= "hardening=+all"
+DDEB_CFLAGS_MAINT_APPEND:=" -Wall -pedantic"
+export DEB_BUILD_MAINT_OPTIONS
+export DEB_CFLAGS_MAINT_APPEND
 
 # The magic debhelper rule:
 %:

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



More information about the debian-science-commits mailing list