This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository gdcm.
commit 5ed5dfba0f67aa9d0df1ea5e92e16cb623729158 Author: Gert Wollny <[email protected]> Date: Mon Jul 11 14:04:34 2016 +0000 disable hardening again --- debian/changelog | 1 - debian/rules | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c26b70b..a000fc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,6 @@ gdcm (2.6.4-1) UNRELEASED; urgency=medium * Imported Upstream version 2.6.4 * update patches - * d/rules: add hardening -- Gert Wollny <[email protected]> Mon, 11 Jul 2016 13:39:17 +0000 diff --git a/debian/rules b/debian/rules index 8814b5c..ade6931 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,10 @@ #!/usr/bin/make -f # export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# results in linking error +# export DEB_BUILD_MAINT_OPTIONS = hardening=+all + export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
