[Python-modules-commits] [python-tornado] 02/02: Rebuild for jessie-backports.

Ondřej Nový onovy at moszumanska.debian.org
Fri May 12 14:52:09 UTC 2017


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

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

commit 6f62f6a668f2ff80e1456bd460580d0f807d1f0a
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri May 12 16:36:45 2017 +0200

    Rebuild for jessie-backports.
    
    * Rebuild for jessie-backports.
    * Remove OR from B-D, because wanna-build doesn't consider alternatives
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d3962f1..0354337 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-tornado (4.4.3-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Remove OR from B-D, because wanna-build doesn't consider alternatives
+  * Disable PIE during build
+
+ -- Ondřej Nový <onovy at debian.org>  Fri, 12 May 2017 16:36:06 +0200
+
 python-tornado (4.4.3-1) unstable; urgency=medium
 
   * New upstream bugfix release
diff --git a/debian/rules b/debian/rules
index 996941c..c4bfbe3 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
+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