[SCM] zita-resampler/master: Fix some hardening.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Oct 17 03:24:18 UTC 2016
The following commit has been merged in the master branch:
commit 9c63278e85d89342741d0c71291b43d76b477975
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Oct 17 05:14:16 2016 +0200
Fix some hardening.
diff --git a/debian/rules b/debian/rules
index 3f55429..3adbb1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export LIBDIR=lib/$(DEB_HOST_MULTIARCH)
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%:
- dh $@ -Smakefile -Dlibs
+ dh $@ -Smakefile -Dapps -Dlibs
override_dh_auto_clean:
dh_auto_clean
--
zita-resampler packaging
More information about the pkg-multimedia-commits
mailing list