[rasterio] 05/06: Enable all hardening buildflags.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Mar 24 23:45:54 UTC 2016


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

sebastic pushed a commit to branch master
in repository rasterio.

commit 7009b72824163203536928dfd03dad7e940c7db2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 25 00:37:04 2016 +0100

    Enable all hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e21b1bd..26a4eb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ rasterio (0.32.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Drop transform-typo.patch, applied upstream.
+  * Enable all hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 25 Mar 2016 00:24:48 +0100
 
diff --git a/debian/rules b/debian/rules
index da3d979..b4d5418 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 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