New upstream release (0.2.0)

This commit is contained in:
Victor LABORIE 2018-07-27 11:52:30 +02:00
parent a2873544d5
commit 5338225669
3 changed files with 9 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
kvm-tools (0.2.0-1) unstable; urgency=medium
* Rename script without extension and make them executable
-- Victor Laborie <vlaborie@evolix.fr> Fri, 27 Jul 2018 11:51:19 +0200
kvm-tools (0.1.0-1) unstable; urgency=medium
* Initial release.

1
debian/control vendored
View file

@ -9,3 +9,4 @@ Package: kvm-tools
Architecture: all
Depends: dialog, html-xml-utils,${misc:Depends}
Description: Tools for manage kvm hypervisors
kvm-tools contain scripts for manage KVM servers

4
debian/install vendored
View file

@ -1,3 +1,3 @@
#!/usr/bin/dh-exec
add-vm.sh usr/sbin
kvmstats.sh usr/sbin
add-vm usr/sbin
kvmstats usr/sbin