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

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