summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 2fa81b364bdf10bf98b6175a451043ad6d9dcee2 (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/bumper
	find debian/bumper -name '.crates*' -delete

override_dh_auto_test:
	./check