diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 2fc595d..a49d3d0 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Homepage: http://go.microsoft.com/fwlink/?LinkId=250998 Package: walinuxagent Architecture: i386 amd64 +Pre-Depends: walinuxagent-data-saver (= ${binary:Version}) Depends: python (>= 2.4), openssl (>=1.0), openssh-server (>=1:5.9p1), @@ -23,3 +24,12 @@ 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: i386 amd64 +Depends: ${misc:Depends} +Description: Helper package which ensures safe upgrade for walinuxagent + Early versions of walinuxagent contained a bug the deleted configuration and + data on reconfiguration or upgrade. + . + This package is used to ensure safe upgrades. |