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