1 2 3 4 5 6 7 8 9 10
#!/usr/bin/make -f %: dh $@ --buildsystem=cargo override_dh_auto_install: cargo install --path=. --root=$(CURDIR)/debian/dedcore/usr/local/ override_dh_auto_test: echo "Skipping tests during package build"