File: control

package info (click to toggle)
waagent 2.12.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,780 kB
  • sloc: python: 55,011; xml: 3,325; sh: 1,183; makefile: 22
file content (53 lines) | stat: -rw-r--r-- 1,495 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: waagent
Section: admin
Priority: optional
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>,
 Noah Meyerhans <noahm@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 iproute2 <!nocheck>,
 mount <!nocheck>,
 openssl <!nocheck>,
 python3-crypt-r,
 python3,
 python3-distro,
 python3-mock <!nocheck>,
 python3-setuptools,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/Azure/WALinuxAgent
Vcs-Browser: https://salsa.debian.org/cloud-team/waagent
Vcs-Git: https://salsa.debian.org/cloud-team/waagent.git

Package: waagent
Architecture: all
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends}, ${python3:Depends},
 ca-certificates,
 openssl,
 python3-crypt-r
Suggests:
 cloud-init,
 eject,
 fdisk | util-linux (<< 2.29.2-3~),
 iptables,
 openssh-server,
 parted,
 sudo,
Conflicts: network-manager, walinuxagent
Description: Virtual machine interaction with the Microsoft Azure cloud service
 The Microsoft Azure Linux VM Agent (waagent) manages virtual machine
 (VM) interaction with the Azure fabric controller.  This integration
 includes status reporting and extension execution for various
 API-driven activities.
 .
 More information on the agent and extension functionality is available at
 https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux
 and
 https://github.com/Azure/azure-linux-extensions
 .
 Provisioning is done by cloud-init.