aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 3ae78b064d130250e8aa6b3ee46989aab1683c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

# main packaging script based on dh7 syntax
%:
	dh $@