summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 195663318e34791d5ce50c635d8fe8c65bc8809e (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/vmadm --offline
	find debian/vmadm -name '.crates*' -delete

override_dh_auto_test:
	echo tests not run when building Debian package
	echo they need a running libvirt and system configuration