diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2012-06-22 09:10:22 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2012-07-13 13:33:37 +0000 |
commit | 342dba6f6102a286979361c86b89f8c65496c8f5 (patch) | |
tree | 03e6ed63f58dae0671c779cfda0edce1c865b33b /debian/control | |
download | vyos-walinuxagent-342dba6f6102a286979361c86b89f8c65496c8f5.tar.gz vyos-walinuxagent-342dba6f6102a286979361c86b89f8c65496c8f5.zip |
Import patches-unapplied version 1.0~git20120606.c16f5e9-0ubuntu1 to ubuntu/quantal
Imported using git-ubuntu import.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7063adf --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +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.3 +XS-Python-Version: all +Homepage: http://go.microsoft.com/fwlink/?LinkId=250998 + +Package: walinuxagent +Architecture: all +Depends: python (>= 2.4), + openssl (>=1.0), + openssh-server (>=1:5.9p1), + passwd (>=4.1.4.2), + util-linux (>=2.0), + linux-image-extra-virtual, + ${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. |