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

%:
	dh $@

override_dh_auto_build:
	true

override_dh_auto_install:
	cargo install --path=. --root=debian/subplot --offline
	rm -f debian/subplot/.crates.toml
	rm -f debian/subplot/.crates2.json
	dh_lintian

override_dh_auto_test:
	echo disabled: ./check