1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#!/usr/bin/make -f export CARGO_HOME = $(CURDIR)/debian/cargo_home %: dh $@ override_dh_auto_build: cargo build --release --offline override_dh_auto_install: install -Dm755 target/release/linguo debian/linguo/usr/bin/linguo override_dh_auto_test: override_dh_auto_clean: rm -rf target debian/cargo_home