summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 510ccc29add86cc138b7ef53dd5f909f3e515654 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# Do the installation manually.
.PHONY: override_dh_auto_install
override_dh_auto_install: ;