[mutt] 06/07: Enable all hardening build flags. (Closes: #823295)

Faidon Liambotis paravoid at moszumanska.debian.org
Fri Jul 8 13:12:27 UTC 2016


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

paravoid pushed a commit to branch experimental
in repository mutt.

commit 6219b41edd0bc2720d360be924908bb2eab7bf78
Author: Faidon Liambotis <paravoid at debian.org>
Date:   Fri Jul 8 16:05:41 2016 +0300

    Enable all hardening build flags. (Closes: #823295)
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0ceca81..66a7a52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ mutt (1.6.1-2) experimental; urgency=medium
     - Update sensible-browser and multiple-fcc patches to adjusted versions
       from the neomutt-upstream.
     - Adjust the package's description to mention some of neomutt's features.
+  * Enable all hardening build flags. (Closes: #823295)
   * Remove README.Patches from /usr/share/doc. Including a unified diff in
     /usr/share/doc isn't very useful; the source package can always be used
     instead.
diff --git a/debian/rules b/debian/rules
index 9f28b73..f9b48fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,10 @@
 
 include /usr/share/dpkg/buildflags.mk
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
-	dh $@  --with autoreconf --builddirectory=debian/build
+	dh $@ --with autoreconf --builddirectory=debian/build
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list