[rasterio] 03/04: Enable PIE hardening buildflags.

Bas Couwenberg sebastic at debian.org
Mon Jun 26 12:08:29 UTC 2017


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

sebastic pushed a commit to branch master
in repository rasterio.

commit 908056440a8540709b11b079862b20b241d64fe3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jun 26 13:26:58 2017 +0200

    Enable PIE hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 311e688..3fde494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ rasterio (0.36.0-2) UNRELEASED; urgency=medium
   * Add patch to fix 'error' typo.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
+  * Enable PIE hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 04 Jul 2016 15:59:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 87866c7..6a7d413 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export PYBUILD_NAME=rasterio
 export PYBUILD_BEFORE_TEST= cp -r {dir}/tests {build_dir}

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



More information about the Pkg-grass-devel mailing list