Codebase list frotz / 9db5cee
Enable all hardening options Stephen Kitt authored 3 years ago Stephen Kitt committed 3 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
55 * Drop unnecessary buildtools.mk inclusion.
66 * Wrap and sort the control files.
77 * Set “Rules-Requires-Root: no”.
8 * Enable all hardening options.
89
910 -- Stephen Kitt <skitt@debian.org> Sat, 25 Jul 2020 12:59:39 +0200
1011
22 # Uncomment this to turn on verbose mode.
33 #export DH_VERBOSE=1
44
5 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6
7 include /usr/share/dpkg/buildflags.mk
8
59 %:
610 dh $@
711
12 override_dh_auto_build:
13 dh_auto_build -- CFLAGS="$(CPPFLAGS) $(CFLAGS)"
14
815 override_dh_auto_install:
916 $(MAKE) PREFIX=$$(pwd)/debian/frotz/usr install