Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
autopkgtest: Adjust to new path
· 362bec66
Guido Günther
authored
Nov 27, 2019
362bec66
Document changes and release 5.6.0-3
· 7214b350
Guido Günther
authored
Nov 27, 2019
7214b350
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7214b350
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.
...
...
debian/tests/build-test
View file @
7214b350
...
...
@@ -3,7 +3,7 @@
CFLAGS=$(shell pkg-config --cflags libvirt)
LIBS=$(shell pkg-config --libs libvirt)
a.out: examples/domin
fo
/info1.c
a.out: examples/
c/
dom
a
in/info1.c
gcc $(CFLAGS) $< $(LIBS)
@echo "Build test of $< succeeded"
@rm -f a.out