aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
blob: 84fd4e26b61dde28dd8128afda6d38bf643c4a1e (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# enable most hardening, but not PIE -- while we build some binary
# executables in order to run the test suite, we only install
# non-executable libraries
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

%:
	dh $@