~paelzer/uvtool:fix-libvirt-dependency

Last commit made on 2017-05-31
Get this branch:
git clone -b fix-libvirt-dependency https://git.launchpad.net/~paelzer/uvtool
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
fix-libvirt-dependency
Repository:
lp:~paelzer/uvtool

Recent commits

7996f7f... by Christian Ehrhardt 

define alternatives for libvirt dependencies

To ease backporting make the old libvirt-bin an alternative
to the new packages.

Signed-off-by: Christian Ehrhardt <email address hidden>

f1009c7... by Christian Ehrhardt 

changelog: d/control: update libvirt dependency

Signed-off-by: Christian Ehrhardt <email address hidden>

49d5217... by Christian Ehrhardt 

d/control: update libvirt dependency

Post Xenial libvirt started to re-align with Debian packaging.
That affects the package names and content in those.
libvirt-bin in particular is only a transitional package which we want
to get rid of (LP: #1694159).

Currently uvtool-libvirt depended on it for two things:
1. to have a working libvirt service it can connect
2. to let users interact via virsh after uvt created a guest

Of these #1 is a real dependency - and while libvirt-daemon brings the
binaries it is only libvirt-daemon-system that does install it as a
service as people (and uvtool) expect it.

I first thought #2 would only be a recommends as most users want tools
like "virsh" to manage the uvtool created guests. But I realized that
while uvtool itself only connects via python-libvirt the maintainer
scripts of uvtool use virsh - therefore it has to be a dependency to
libvirt-clients as well.

Signed-off-by: Christian Ehrhardt <email address hidden>

a65795b... by Robie Basak

Changelog for 0~git122-0ubuntu1

4a31798... by Robie Basak

debian/uvtool.docs: install contrib/ section

a9a7240... by Robie Basak

Merge branch 'master' into ubuntu/devel

9663966... by Robie Basak

sync query: do not print empty line on zero images

696dbf5... by Scott Moser

uvt-kvm: add --ephemeral-disk option

Add an option for attaching empty disks to the system.
  --ephemeral-disk=SIZE (in GB)
It can be specified more than once.

58271dd... by Robie Basak

Merge branch 'fix-uvt-simplestreams-libvirt-permissions' of https://git.launchpad.net/~mpontillo/uvtool

36b64a0... by Robie Basak

Merge branch 'add-pyc-gitignore' of https://git.launchpad.net/~mpontillo/uvtool