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

%:
	dh $@

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