diff --git a/debian/ansible.install b/debian/ansible.install index 3bb3f590b51..9c48b824924 100644 --- a/debian/ansible.install +++ b/debian/ansible.install @@ -1,4 +1,5 @@ examples/hosts etc/ansible library/* usr/share/ansible -docs/man/man1/* usr/share/man/man1 +docs/man/man1/ansible.1 usr/share/man/man1 +docs/man/man1/ansible-playbook.1 usr/share/man/man1 bin/* usr/bin diff --git a/debian/control b/debian/control index 0a181966e05..2dc3c4634a1 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,6 @@ Homepage: http://ansible.github.com/ Package: ansible Architecture: all -Depends: python-jinja2, python-yaml, python-paramiko -Description: The Ansible Application +Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko +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.