[med-svn] [libvcflib] 01/01: hardening-=pie since Jessie does not contain the PIE changes in dpkg

Andreas Tille tille at debian.org
Fri Mar 17 12:22:31 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 libvcflib.

commit 7a0aa878f24111082813c248f21d9b8539fee974
Author: Andreas Tille <tille at debian.org>
Date:   Fri Mar 17 13:14:00 2017 +0100

    hardening-=pie since Jessie does not contain the PIE changes in dpkg
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2cee9ee..97682de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libvcflib (1.0.0~rc1+dfsg1-3~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
+  * debian/rules: hardening-=pie since Jessie does not contain the PIE
+    changes in dpkg
 
  -- Andreas Tille <tille at debian.org>  Wed, 08 Mar 2017 12:00:32 +0100
 
diff --git a/debian/rules b/debian/rules
index 5f01267..dc00d5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # DH_VERBOSE := 1
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libvcflib.git



More information about the debian-med-commit mailing list