Skip to content

Commit 5bc752c

Browse files
committed
debian/rules: add missing hardening settings
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
1 parent f3b66d7 commit 5bc752c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/make -f
22

3+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4+
DPKG_EXPORT_BUILDFLAGS = 1
5+
include /usr/share/dpkg/buildflags.mk
6+
37
override_dh_auto_build:
48
$(shell dpkg-buildflags --export=sh); dh_auto_build
59

0 commit comments

Comments
 (0)