[Pkg-zsh-commits] [zsh] 02/07: Enable hardening=+all, fixes multiple hardening-no-* lintian warnings

Axel Beckert abe at deuxchevaux.org
Sat May 7 23:26:00 UTC 2016


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

abe pushed a commit to branch debian-stretch
in repository zsh.

commit 64eed86bfd7c180f6722aafd74f673c2b073670f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 24 18:24:58 2016 +0100

    Enable hardening=+all, fixes multiple hardening-no-* lintian warnings
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index bfb191d..a9e74c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 INSTALL = install
 INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 H_LDFLAGS = $(LDFLAGS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list