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

%:
	dh ${@} --with=systemd

override_dh_auto_clean:
	cargo clean

override_dh_auto_build:
	cargo build --release