[magics] 16/31: Disable PIE

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 11:09:48 UTC 2015


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

mckinstry pushed a commit to branch master
in repository magics.

commit b0fd670e7a431fcf0e6057ea6b4aad3f0d5d7038
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Dec 12 11:58:04 2013 +0000

    Disable PIE
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 959905c..5535d6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+magics++ (2.18.15-5) UNRELEASED; urgency=medium
+
+  * Fix hardening rules: disable PIE as it breaks python shlibs.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 12 Dec 2013 11:57:36 +0000
+
 magics++ (2.18.15-3) unstable; urgency=medium
 
   * Update Homepage.
diff --git a/debian/rules b/debian/rules
index 0365503..5143fda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # To enable all, uncomment following line
-DEB_BUILD_MAINT_OPTIONS:= hardening=+all
+DEB_BUILD_MAINT_OPTIONS:= hardening=+all,-pie
 DEB_CFLAGS_MAINT_APPEND:= -Wall -pedantic
 export DEB_BUILD_MAINT_OPTIONS
 export DEB_CFLAGS_MAINT_APPEND

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



More information about the debian-science-commits mailing list