This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-pyproj.
commit 627b24d0ad372ad78b8fe5a50c5aff17751288be Author: Bas Couwenberg <[email protected]> Date: Fri Apr 15 18:35:36 2016 +0200 Enable all hardening buildflags, except PIE (causes build failure). --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6efa144..cee75b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ python-pyproj (1.9.5.1-2) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. * Drop dh_numpy{,3} calls, numpy support disabled upstream. (closes: #821109) + * Enable all hardening buildflags, except PIE (causes build failure). -- Bas Couwenberg <[email protected]> Mon, 28 Mar 2016 18:50:16 +0200 diff --git a/debian/rules b/debian/rules index 1bceb28..9516cfa 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Enable hardening build flags, except: +# pie: causes build failure +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie + export PYBUILD_NAME=pyproj # Path to system installed Proj.4 data. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

