summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 1 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index a58fe4f..e3d3d6c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,13 @@ 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
+Build-Depends: debhelper (>= 8), python-all, python-setuptools
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),
@@ -25,12 +24,3 @@ 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.