summaryrefslogtreecommitdiff
path: root/debian/rules
blob: f1d686202954678d35b10900b4d2d210328400a4 (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 --offline --path=. --root=debian/summain
	rm -f debian/*/.crates*

override_dh_auto_test:
	echo no tests until subplot is available