This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit 2210f0ba902c5a4035693d876d3734766c7f36e2 Author: Samuel Thibault <[email protected]> Date: Wed Nov 16 00:24:53 2016 +0000 rules: Disable pie hardening --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 256ceeb..4eeb1e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ hurd (1:0.8.git20161115-1) unstable; urgency=medium - patches/{console-wire.patch,time-fix.patch}: Drop, merged upstream. * control: Make hurd-prof Priority: extra instead of required. * local/setup-translators: Default crash server to dumping core. + * rules: Disable pie hardening. -- Samuel Thibault <[email protected]> Tue, 15 Nov 2016 20:15:29 +0000 diff --git a/debian/rules b/debian/rules index ea06bc8..eace0d4 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA. +export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie + DEB_DESTDIR = $(CURDIR)/debian/tmp DEB_DESTDIR_UDEB = $(CURDIR)/debian/tmp-udeb DEB_DESTDIR_PROF = $(CURDIR)/debian/tmp-prof -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
