[Python-modules-commits] [python-tornado] 14/14: Enabled all but PIE hardening

Ondřej Nový onovy at moszumanska.debian.org
Wed Jul 13 07:21:43 UTC 2016


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

onovy pushed a commit to branch master
in repository python-tornado.

commit 8284fc8c490fbf0b1a905b7a97c246e71f7b5027
Author: Ondřej Nový <onovy at debian.org>
Date:   Wed Jul 13 09:16:49 2016 +0200

    Enabled all but PIE hardening
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7156243..5a46b50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ python-tornado (4.4.0~b1-1) UNRELEASED; urgency=medium
   * Run Py3 unit tests during build and enable verbose mode
   * Bumped required Python version to 2.7 and 3.3
   * Added python-tornado-doc package with docs and examples
+  * Enabled all but PIE hardening
 
  -- Ondřej Nový <novy at ondrej.org>  Mon, 06 Jun 2016 09:30:16 +0200
 
diff --git a/debian/rules b/debian/rules
index b9a1a6f..682c1af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 export PYBUILD_NAME=tornado
 export PYBUILD_TEST_ARGS={interpreter} ./tornado/test/runtests.py --verbose
 # py3 tests is failling without this

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tornado.git



More information about the Python-modules-commits mailing list