1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-08 17:30:46 +00:00

Use all hardening features in DEB_BUILD_MAINT_OPTIONS

This commit is contained in:
Tobias Quathamer 2012-03-24 17:13:24 +01:00
parent a7467f6358
commit 1ad5159e86

4
debian/rules vendored
View File

@ -1,4 +1,8 @@
#!/usr/bin/make -f
# Use all hardening features
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@