[Pkg-ocaml-maint-commits] [apron] 05/09: Use build-time hardening

Nicolas Braud-Santoni nicolas at braud-santoni.eu
Sun Jul 24 02:20:17 UTC 2016


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

nicoo-guest pushed a commit to branch master
in repository apron.

commit 9c71e47c41a4501f6d7844f49033c5d2b9118d37
Author: Nicolas Braud-Santoni <nicolas at braud-santoni.eu>
Date:   Sat Jul 23 14:21:57 2016 -0400

    Use build-time hardening
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index a79b0d3..27fd65f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 
 include /usr/share/ocaml/ocamlvars.mk
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/apron.git



More information about the Pkg-ocaml-maint-commits mailing list