[libdap] 26/48: Working hardening
Alastair McKinstry
mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:10 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 21bd53600772375bbbc37c44c61c2164d3ee5310
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Dec 22 08:56:59 2012 +0000
Working hardening
---
debian/changelog | 2 +-
debian/rules | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 38f2595..0d98475 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ libdap (3.11.1-12) unstable; urgency=low
* libdnet-dev no longer conflicts with libdap-dev. Closes: #694655.
* Standards-Version: 3.9.4. No changes required.
- * Enable hardening.
+ * Enable hardening. Only some false alarms on unprotected fns left.
-- Alastair McKinstry <mckinstry at debian.org> Fri, 21 Dec 2012 09:20:52 +0000
diff --git a/debian/rules b/debian/rules
index 5a5d99e..f9c9497 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ DEB_BUILD_MAINT_OPTIONS:= hardening=+allx
DEB_CFLAGS_MAINT_APPEND:= -Wall -pedantic
export DEB_BUILD_MAINT_OPTIONS
export DEB_CFLAGS_MAINT_APPEND
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
+
# The magic debhelper rule:
%:
@@ -23,7 +24,7 @@ override_dh_autoreconf:
dh_autoreconf --as-needed
override_dh_auto_configure:
- LDFLAGS=" -Wl,--as-needed" dh_auto_configure -- --with-gnu-ld
+ LDFLAGS="$(LDFLAGS) -Wl,--as-needed" dh_auto_configure -- --with-gnu-ld
override_dh_auto_build:
dh_auto_build
--
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