Skip to content
Commits on Source (2)
libvirt (5.6.0-3) unstable; urgency=medium
* Team upload.
[ Christian Ehrhardt ]
* Move qemu, lxc, uml, vbox and xen connection drivers into separate
packages. This reduces the dependencies pulled into default installations.
(Closes: #901940)
* d/copyright: Update
[ Guido Günther ]
* [362bec6] autopkgtest: Adjust to new path
-- Guido Günther <agx@sigxcpu.org> Wed, 27 Nov 2019 11:13:51 +0100
libvirt (5.6.0-2) unstable; urgency=medium
* Team upload.
......
......@@ -3,7 +3,7 @@
CFLAGS=$(shell pkg-config --cflags libvirt)
LIBS=$(shell pkg-config --libs libvirt)
a.out: examples/dominfo/info1.c
a.out: examples/c/domain/info1.c
gcc $(CFLAGS) $< $(LIBS)
@echo "Build test of $< succeeded"
@rm -f a.out