File: control

package info (click to toggle)
ovirt-guest-agent 1.0.15.dfsg-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,316 kB
  • sloc: python: 2,935; cpp: 1,194; ansic: 1,037; makefile: 438; sh: 331; xml: 9
file content (34 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: ovirt-guest-agent
Section: utils
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 11),
 dh-python,
 autoconf,
 automake,
 libsystemd-dev,
 systemd,
 libtool,
 pep8,
 pkg-config,
 python,
 python-nose
Standards-Version: 4.3.0
Homepage: https://github.com/oVirt/ovirt-guest-agent

Package: ovirt-guest-agent
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 udev,
 lsb-base,
 python-apt,
 python-dbus,
 python-ethtool,
 usermode,
 qemu-guest-agent
Description: daemon that resides within guest virtual machines
 This is the oVirt management agent running inside the guest. The agent
 interfaces with the oVirt manager, supplying heart-beat info as well as
 run-time data from within the guest itself. The agent also accepts
 control commands to be run executed within the OS (like: shutdown and
 restart).