From 4dbca6ea514a5a49db447b65220b0a982257e0fc Mon Sep 17 00:00:00 2001 From: Johannes Schauer Date: Tue, 15 Nov 2016 08:43:02 +0100 Subject: export DEB_BUILD_MAINT_OPTIONS=hardening=+all in d/rules to fix hardening-no-bindnow lintian warning --- debian/changelog | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index a16a882..a423338 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ pdf2htmlex (0.14.6+ds-3) UNRELEASED; urgency=medium 1:20161005~dfsg-4 to unstable and bump build dependency accordingly * use Build-Depends-Arch to reduce the number of needed installed packages to just run the clean target + * export DEB_BUILD_MAINT_OPTIONS=hardening=+all in d/rules to fix + hardening-no-bindnow lintian warning -- Johannes Schauer Tue, 15 Nov 2016 08:24:04 +0100 diff --git a/debian/rules b/debian/rules index 6e85888..2b30539 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + # we set $HOME to a non-existing directory because the testsuite runs # pdf2htmlEX which creates ~/.FontForge/ and we do not want to clutter # the users home directory during a build -- cgit v1.2.3