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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_installsystemd:
	dh_installsystemd --no-start --no-enable

%:
	dh $@