summaryrefslogtreecommitdiff
path: root/debian/rules
blob: e1317a3c712829b1cd2caed411c2fc6bf78dd5a7 (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 --offline
	find debian -name '.crates*' -delete
	find debian/obnam/bin -type f ! -name 'obnam*' -delete

override_dh_auto_test:
	echo disabled: ./check