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

%:
	dh $@ --buildsystem cargo

override_dh_auto_build:
	true

override_dh_auto_install:
	cargo install --path=. --root=debian/jt
	find debian/jt -name '.crates*' -delete

override_dh_auto_test:
	./check