[flint] 02/02: hardening=-pie since dpkg does not deal with this in Jessie properly

Andreas Tille tille at debian.org
Wed Mar 8 20:15:12 UTC 2017


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

tille pushed a commit to branch debian/jessie-backports
in repository flint.

commit 56cc6b4c3f51655cb4b6c8fde8e28d60f2cd8442
Author: Andreas Tille <tille at debian.org>
Date:   Wed Mar 8 21:14:34 2017 +0100

    hardening=-pie since dpkg does not deal with this in Jessie properly
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0f7b4f9..3b09e2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 flint (2.5.2-15~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
+  * hardening=-pie
 
  -- Andreas Tille <tille at debian.org>  Wed, 08 Mar 2017 20:21:10 +0100
 
diff --git a/debian/rules b/debian/rules
index 39a1e44..c9100ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ ifeq ($(DEB_HOST_ARCH_CPU),i386)
 export DEB_CFLAGS_MAINT_APPEND = -ansi
 endif
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 # FTBFS on mips and mipsel seems to be caused by a bug in gcc 6,
 # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78176

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint.git



More information about the debian-science-commits mailing list