[med-svn] [kalign] 02/02: Try setting hardening options but the build system does not seem to propagate these, I guess dh_autoreconf might do the trick
Andreas Tille
tille at debian.org
Sun Jul 24 06:34:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository kalign.
commit ed2d4c36aa6ef922b4484e82c2d2ecafd1989c5e
Author: Andreas Tille <tille at debian.org>
Date: Sun Jul 24 08:33:30 2016 +0200
Try setting hardening options but the build system does not seem to propagate these, I guess dh_autoreconf might do the trick
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 4a898a6..730ad42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,10 @@
# -*- makefile -*-
# Build rules for the Debian package kalign
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@
+
+override_dh_auto_install:
+ # do nothing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kalign.git
More information about the debian-med-commit
mailing list