diff options
author | hagbard <vysodev@derith.de> | 2018-11-08 15:04:04 -0800 |
---|---|---|
committer | hagbard <vysodev@derith.de> | 2018-11-08 15:04:04 -0800 |
commit | 861af3ec31d17d4c2744762987ddc2e067ba001b (patch) | |
tree | 5bc3fd1359e8ea6ca75ae2accc5dc57de312b116 /debian/control | |
parent | 1ea5634256b9a30dde3f86bfce08e4269899b884 (diff) | |
download | vyos-xe-guest-utilities-861af3ec31d17d4c2744762987ddc2e067ba001b.tar.gz vyos-xe-guest-utilities-861af3ec31d17d4c2744762987ddc2e067ba001b.zip |
T957: Add xenserver tools
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..21dd7ae --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: vyos-xe-guest-utilities +Section: admin +Priority: optional +Maintainer: hagbard <vyosdev@derith.de> +Homepage: https://github.com/xenserver +Standards-Version: 4.1.4 +Build-Depends: debhelper (>= 9), dh-systemd, gawk, golang +Vcs-Git: https://github.com/xenserver/xe-guest-utilities + +Package: vyos-xe-guest-utilities +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: daemon for monitoring Xen Virtual machines + xe-daemon for monitoring Virtual Machines on a Xen Hypervisor. + . + Writes distribution version information, disk and networking + statistics to XenStore. |