[clinfo] 54/55: enable more hardening

Andreas Beckmann anbe at moszumanska.debian.org
Sat Jan 13 14:40:04 UTC 2018


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

anbe pushed a commit to branch master
in repository clinfo.

commit 7a8bdb6c7835a1eeadb11bce2fe0f0618424ecea
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Jan 13 06:34:07 2018 +0100

    enable more hardening
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fa77465..d6ed079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ clinfo (2.2.17.10.25-1) UNRELEASED; urgency=medium
   * Set Rules-Requires-Root: no.
   * Conflicts/Replaces: fglrx-updates-core.  (LP: #1564753)
   * Add watch file.
+  * Enable more hardening.
 
  -- Andreas Beckmann <anbe at debian.org>  Sat, 13 Jan 2018 03:59:33 +0100
 
diff --git a/debian/rules b/debian/rules
index 3a3d61f..22e3845 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = yes
+include /usr/share/dpkg/buildflags.mk
+
 %:
 	dh $@
 

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



More information about the Pkg-opencl-commits mailing list