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

%:
	dh $@ --buildsystem cargo

override_dh_auto_build:
	true

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

override_dh_auto_test:
	./check