summaryrefslogtreecommitdiff
path: root/debian/control
blob: a58fe4f8fea994e825d306d01ef055ad883bae80 (plain)
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
Source: walinuxagent
Section: python
Priority: extra
Maintainer: Ben Howard <ben.howard@ubuntu.com>
XSBC-Original-Maintainer: Microsoft Corporation <walinuxagent@microsoft.com>
Build-Depends: debhelper (>= 8), python-all
Standards-Version: 3.9.4
XS-Python-Version: all
Homepage: http://go.microsoft.com/fwlink/?LinkId=250998

Package: walinuxagent
Architecture: amd64 i386
Pre-Depends: walinuxagent-data-saver (= ${binary:Version})
Depends: cloud-init (>=0.7.3~bzr826-0ubuntu2),
         linux-image-extra-virtual,
         openssh-server (>=1:5.9p1),
         openssl (>=1.0),
         passwd (>=4.1.4.2),
         python (>= 2.4),
         util-linux (>=2.0),
         ${misc:Depends},
         ${python:Depends}
Conflicts: network-manager
Description: Windows Azure Linux Agent
 The Windows Azure Linux Agent supports the provisioning and running of Linux
 VMs in the Windows Azure cloud. This package should be installed on Linux
 disk images that are built to run in the Windows Azure environment.

Package: walinuxagent-data-saver
Architecture: amd64 i386
Depends: ${misc:Depends}
Description: Helper package which ensures safe upgrade for walinuxagent
 Early versions of walinuxagent contained a bug that caused the walinuxagent
 and sudo configurations to be removed on reconfiguration or upgrade.
 .
 This package is used to ensure safe upgrades.