debian/rules: use "hardening=+all" to harden even more the binaries

This commit is contained in:
Ludovic Rousseau 2016-03-20 16:41:49 +00:00
parent 4744a13eea
commit 62620eb76d
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ pcsc-lite (1.8.16-1) unstable; urgency=medium
* debian/control: fix lintian warning vcs-field-uses-insecure-uri vcs-browser
Use https:// instead of http://
* debian/control: Standards-Version: 3.9.6 -> 3.9.7. No change needed.
* debian/rules: use "hardening=+all" to harden even more the binaries
-- Ludovic Rousseau <rousseau@debian.org> Sun, 20 Mar 2016 17:28:29 +0100

2
debian/rules vendored
View File

@ -5,6 +5,8 @@ ifeq ($(DEB_HOST_ARCH_OS),hurd)
EXTRA_CONFIGURE_ARGS += --disable-usb
endif
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with systemd,autoreconf --parallel