From eb6ab15d4eff57be14ac4dc532c85dcd586d8951 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 30 Jan 2016 03:06:36 +0100 Subject: [PATCH] Debian package: Enable all hardening features for conkeror-spawn-helper --- debian/changelog | 1 + debian/rules | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1692d766..09bb1970 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ conkeror (1.0~~pre-1+git160130-1) UNRELEASED; urgency=medium * New upstream snapshot: + Fixes let syntax with Firefox/Iceweasel 44. (Closes: #813039) + * Enable all hardening features for conkeror-spawn-helper. -- Axel Beckert Sat, 30 Jan 2016 02:46:31 +0100 diff --git a/debian/rules b/debian/rules index 92f1b2f3..dc2c9279 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,11 @@ BUILDID := debian@$(DEBIAN_VERSION)_$(shell date -d "$(DATE)" +%s) US = $(CURDIR)/debian/tmp/usr/share USC = $(US)/conkeror +export DEB_BUILD_MAINT_OPTIONS=hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk +export CFLAGS+=$(LDFLAGS) + %: dh $@