summaryrefslogtreecommitdiff
path: root/packaging/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/debian/control')
-rw-r--r--packaging/debian/control15
1 files changed, 9 insertions, 6 deletions
diff --git a/packaging/debian/control b/packaging/debian/control
index 075615db4e..18d2b24cc7 100644
--- a/packaging/debian/control
+++ b/packaging/debian/control
@@ -1,13 +1,16 @@
Source: ansible
Section: admin
Priority: optional
-Maintainer: Henry Graham (hzgraham) <Henry.Graham@mail.wvu.edu>
-Build-Depends: cdbs, debhelper (>= 5.0.0), asciidoc
-Standards-Version: 3.9.1
+Standards-Version: 3.9.3
+Maintainer: Michael DeHaan <michael.dehaan@gmail.com>
+Build-Depends: cdbs, debhelper (>= 5.0.0), asciidoc, python, python-support, python-setuptools
Homepage: http://ansible.github.com/
Package: ansible
Architecture: all
-Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, sshpass
-Description: Ansible Application
- Ansible is a extra-simple tool/API for doing 'parallel remote things' over SSH executing commands, running "modules", or executing larger 'playbooks' that can serve as a configuration management or deployment system.
+Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, sshpass, ${misc:Depends}
+Description: A radically simple IT automation platform
+ A radically simple IT automation platform that makes your applications and
+ systems easier to deploy. Avoid writing scripts or custom code to deploy and
+ update your applications— automate in a language that approaches plain English,
+ using SSH, with no agents to install on remote systems.