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

%:
	dh $@ --buildsystem cargo

override_dh_auto_build:
	true

override_dh_auto_install:
	cargo install --path=. --root=debian/obnam
	find debian/obnam -name '.crates*' -delete

override_dh_auto_test:
	./check