Compare commits

...

13 commits

Author SHA1 Message Date
Eric Morino 81e3c00f3a Add virtinst dependency
Some checks failed
continuous-integration/drone/push Build is failing
2020-02-27 15:49:42 +01:00
Victor LABORIE 0a59a68559 New upstream release (0.5.0)
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-28 16:46:09 +02:00
Victor LABORIE 6b3562c259 New upstream release (4.0.1)
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-16 16:32:38 +02:00
Victor LABORIE e36bdf2578 Merge branch 'master' of evolix/kvm-tools into debian 2019-05-16 16:21:26 +02:00
Victor LABORIE c933b23f69 Use DroneCI for auto build deb package
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-01 14:09:49 +01:00
Victor LABORIE ef4fb9afa4 Use debian branch as upstream for gbp 2019-02-26 13:50:09 +01:00
Victor LABORIE a0ffead3aa New upstream release (0.4.0) 2018-09-12 15:39:55 +02:00
Victor LABORIE 13b278e9f1 Merge branch 'master' into debian 2018-09-12 15:38:29 +02:00
Victor LABORIE b984dad33a New upstream release (0.3.0) 2018-09-06 13:58:07 +02:00
Victor LABORIE 519e9a063a Merge branch 'master' into debian 2018-09-06 13:54:43 +02:00
Victor LABORIE 5338225669 New upstream release (0.2.0) 2018-07-27 11:54:47 +02:00
Victor LABORIE a2873544d5 Merge branch 'master' into debian 2018-07-27 11:51:14 +02:00
Victor LABORIE 75cdb941e2 Initial debian packaging 2018-07-27 11:18:48 +02:00
8 changed files with 87 additions and 0 deletions

49
debian/changelog vendored Normal file
View file

@ -0,0 +1,49 @@
kvm-tools (0.5.0-2) unstable; urgency=medium
* Add virtinst dependency
-- Eric Morino <emorino@evolix.fr> 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
* [vm-migrate] Add support for direct boot from Debian installer repository
-- Victor Laborie <vlaborie@evolix.fr> Tue, 28 May 2019 16:44:15 +0200
kvm-tools (0.4.1-1) unstable; urgency=low
* [kvmstats] Fix unit -u option and cleaning
* [kvmstats] Use virsh instead of hxselect and remove lvs
* [kvmstats] Do not use tempfile anymore
* [vm-migrate] Auto change protocol to C and allow-two-primary
-- Victor Laborie <vlaborie@evolix.fr> Thu, 16 May 2019 16:29:01 +0200
kvm-tools (0.4.0-1) unstable; urgency=medium
* Add vm-migrate command
-- Victor Laborie <vlaborie@evolix.fr> Wed, 12 Sep 2018 15:37:07 +0200
kvm-tools (0.3.0-1) unstable; urgency=medium
* [kvmstats] Add a way to show available ressources
* [kvmstats] Only count running VM in total
* [kvmstats] Move depencies checking before args parsing
* [add-vm] Bridge name is configurable
* [add-vm] A path to an ISO image can be configured to boot the VM on it.
-- Victor Laborie <vlaborie@evolix.fr> Thu, 06 Sep 2018 13:55:06 +0200
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.
-- Victor Laborie <vlaborie@evolix.fr> Mon, 02 Jul 2018 10:39:47 +0200

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
9

12
debian/control vendored Normal file
View file

@ -0,0 +1,12 @@
Source: kvm-tools
Section: utils
Priority: optional
Maintainer: Victor Laborie <vlaborie@evolix.fr>
Build-Depends: debhelper (>= 9), dh-exec
Standards-Version: 4.0.0
Package: kvm-tools
Architecture: all
Depends: dialog, html-xml-utils, libvirt-clients, virtinst, ${misc:Depends}
Description: Tools for manage kvm hypervisors
kvm-tools contain scripts for manage KVM servers

11
debian/copyright vendored Normal file
View file

@ -0,0 +1,11 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kvm-tools
Upstream-Contact: Evolix <equipe@evolix.fr>
Source: https://forge.evolix.org/projects/kvm-tools/repository
Files: *
Copyright: 2018 Victor Laborie <vlaborie@evolix.fr>
License: GPL-3
License: GPL-3
https://www.gnu.org/licenses/gpl.txt

5
debian/gbp.conf vendored Normal file
View file

@ -0,0 +1,5 @@
[buildpackage]
upstream-tree = debian
debian-branch = debian
export-dir = /tmp/kvm-tools
builder = dpkg-buildpackage -i -I -uc -us

4
debian/install vendored Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/dh-exec
add-vm usr/sbin
kvmstats usr/sbin
vm-migrate usr/sbin

4
debian/rules vendored Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)