[fplll] 04/08: Enable all hardening flags

Julien Puydt julien.puydt at laposte.net
Tue Aug 23 12:27:53 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository fplll.

commit ad072a1d3e80eec15e5c3129d600ac23a05f89f8
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Aug 23 11:58:34 2016 +0200

    Enable all hardening flags
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b43bda0..8ca6534 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ fplll (5.0.0-1) UNRELEASED; urgency=medium
   * Bump standards-version up.
   * Use https in Vcs-* fields.
   * Complete d/copyright.
+  * Enable all hardening options.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Tue, 23 Aug 2016 08:11:04 +0200
 
diff --git a/debian/rules b/debian/rules
index b476dc8..3c1167b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --with autoreconf

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



More information about the debian-science-commits mailing list