[pdal] 05/09: Enable PIE hardening buildflags.

Bas Couwenberg sebastic at debian.org
Mon Apr 3 19:25:26 UTC 2017


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

sebastic pushed a commit to branch master
in repository pdal.

commit 2f65707f8ef0a550c9adf47e33f5f630fea3f85b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Apr 3 20:39:16 2017 +0200

    Enable PIE hardening buildflags.
---
 debian/changelog              | 1 +
 debian/pdal.lintian-overrides | 3 ---
 debian/rules                  | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d422d98..7071d22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pdal (1.5.0~rc1-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Update copyright years for Hobu, Inc & Bradley J Chambers.
+  * Enable PIE hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 03 Apr 2017 20:31:31 +0200
 
diff --git a/debian/pdal.lintian-overrides b/debian/pdal.lintian-overrides
deleted file mode 100644
index f5539fd..0000000
--- a/debian/pdal.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# PIE breaks the build
-pdal: hardening-no-pie usr/bin/pdal
-
diff --git a/debian/rules b/debian/rules
index 74aec2a..a8c1fc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # DH_VERBOSE := 1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 CXXFLAGS += $(CPPFLAGS)
 

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



More information about the Pkg-grass-devel mailing list