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

override_dh_auto_test:
	echo disabled: ./check