Skip to content

Commit

Permalink
Debian package: Enable all hardening features for conkeror-spawn-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaran committed Jan 30, 2016
1 parent 9892c02 commit eb6ab15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Expand Up @@ -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 <abe@debian.org> Sat, 30 Jan 2016 02:46:31 +0100

Expand Down
5 changes: 5 additions & 0 deletions debian/rules
Expand Up @@ -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 $@
Expand Down

0 comments on commit eb6ab15

Please sign in to comment.