diff --git a/debian/changelog b/debian/changelog index d2f9baf..fad0dd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kvm-tools (0.5.0-2) unstable; urgency=medium + + * Add virtinst dependency + + -- Eric Morino Thu, 27 Feb 2020 15:47:32 +0100 + kvm-tools (0.5.0-1) unstable; urgency=low * [kvmstats] Use nproc instead of parsing /proc/cpuinfo diff --git a/debian/control b/debian/control index deaf8d3..7033eca 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Standards-Version: 4.0.0 Package: kvm-tools Architecture: all -Depends: dialog, html-xml-utils, libvirt-clients, ${misc:Depends} +Depends: dialog, html-xml-utils, libvirt-clients, virtinst, ${misc:Depends} Description: Tools for manage kvm hypervisors kvm-tools contain scripts for manage KVM servers