[Pkg-mpd-commits] [gmpc-plugins] 01/02: Enable compiler hardening

Simon McVittie smcv at debian.org
Tue Feb 13 01:04:09 UTC 2018


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

smcv pushed a commit to branch master
in repository gmpc-plugins.

commit c7ec71435559633b9ad8e532f61fcfbad0e366d0
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Feb 12 10:05:44 2018 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 72fedac..885dd95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ gmpc-plugins (11.8.16-4) UNRELEASED; urgency=medium
   * Use /usr/share/dpkg/default.mk
   * Use dh_missing --fail-missing
   * Install localized messages, previously missing
+  * Enable compiler hardening
 
  -- Simon McVittie <smcv at debian.org>  Fri, 19 Aug 2016 07:44:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 680f7b9..0873f4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 include /usr/share/dpkg/default.mk
 

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



More information about the Pkg-mpd-commits mailing list