[Python-modules-commits] [python-tornado] 01/01: No longer disable PIE during build

Ondřej Nový onovy at moszumanska.debian.org
Mon Apr 3 12:59:50 UTC 2017


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

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

commit fc2bfb40ec78842805167afd3e04248babba9a44
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Apr 3 14:59:47 2017 +0200

    No longer disable PIE during build
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5f7d91d..a8309d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tornado (4.4.2-2) UNRELEASED; urgency=medium
+
+  * No longer disable PIE during build
+
+ -- Ondřej Nový <onovy at debian.org>  Mon, 03 Apr 2017 14:49:00 +0200
+
 python-tornado (4.4.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index c4bfbe3..996941c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DH_VERBOSE=1
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 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