diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e2b5bce..3e10a1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +walinuxagent (2.0.8-0ubuntu4) vivid; urgency=medium + + * Moved dependency of linux-image-extra-virtual to recommends. + + -- Ben Howard <ben.howard@ubuntu.com> Tue, 18 Nov 2014 05:40:07 -0700 + walinuxagent (2.0.8-0ubuntu3) vivid; urgency=medium * Changed startup ordering to on ephemeral disk warning as the warning diff --git a/debian/control b/debian/control index b6991b5..49be347 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Homepage: http://go.microsoft.com/fwlink/?LinkId=250998 Package: walinuxagent Architecture: amd64 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), @@ -19,6 +18,7 @@ Depends: cloud-init (>=0.7.3~bzr826-0ubuntu2), util-linux (>=2.0), ${misc:Depends}, ${python:Depends} +Recommends: linux-image-extra-virtual Conflicts: network-manager Description: Windows Azure Linux Agent The Windows Azure Linux Agent supports the provisioning and running of Linux |