[Pkg-wmaker-commits] [wmaker] 03/03: Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jan 31 18:22:44 UTC 2016


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

dtorrance-guest pushed a commit to branch master
in repository wmaker.

commit ce94de4929da4e7d448016ab34d3f1fbc0a5183f
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Jan 31 13:17:39 2016 -0500

    Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian
    warnings.
---
 debian/changelog | 2 ++
 debian/rules     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4835f78..a0e81db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ wmaker (0.95.7-4) UNRELEASED; urgency=medium
     warning.
   * Fix typo in README.Debian; fixes spelling-error-in-readme-debian Lintian
     warning.
+  * Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian
+    warnings.
 
  -- Doug Torrance <dtorrance at piedmont.edu>  Sun, 31 Jan 2016 12:27:24 -0500
 
diff --git a/debian/rules b/debian/rules
index ee55594..71a41a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 # export DH_VERBOSE=1
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND += -Wall -DGLOBAL_DEFAULTS_SUBDIR=\"GNUstep/Defaults\"
 
 LINGUAS           := $(patsubst po/%.po, %, $(wildcard po/*.po))

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



More information about the Pkg-wmaker-commits mailing list