File: control

package info (click to toggle)
ovirt-guest-agent 1.0.12.2.dfsg-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,120 kB
  • ctags: 1,137
  • sloc: python: 2,918; cpp: 1,194; ansic: 1,037; makefile: 443; sh: 326; xml: 9
file content (39 lines) | stat: -rw-r--r-- 1,085 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
35
36
37
38
39
Source: ovirt-guest-agent
Section: utils
Priority: extra
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 9),
 dh-autoreconf,
 dh-python,
 dh-systemd,
 autoconf,
 automake,
 autotools-dev,
 libsystemd-dev,
 systemd,
 libtool,
 pep8,
 pkg-config,
 python,
 python-nose
Standards-Version: 3.9.8
Homepage: http://www.ovirt.org/Ovirt_guest_agent
#Vcs-Git: git://git.debian.org/collab-maint/ovirt-guest-agent.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/ovirt-guest-agent.git;a=summary

Package: ovirt-guest-agent
Architecture: all
Depends: ${shlibs: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).