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

%:
	dh $@ --buildsystem cargo

override_dh_auto_build:
	true

override_dh_auto_install:
	cargo install --path=. --root=debian/subplot

override_dh_auto_test:
	./check