3f9316bca2
- Generate an extra package for `ansible-test`. - Manually install the files because CDBS get confused by our two Python packages - Refresh the package descriptions to match what is done with the RPM
29 lines
1.4 KiB
Text
29 lines
1.4 KiB
Text
Source: ansible
|
|
Section: admin
|
|
Priority: optional
|
|
Standards-Version: 3.9.3
|
|
Maintainer: Ansible, Inc. <info@ansible.com>
|
|
Build-Depends: cdbs, debhelper (>= 5.0.0), python-docutils, python, dh-python | python-support, python-setuptools, lsb-release
|
|
Homepage: https://github.com/ansible/ansible/
|
|
|
|
Package: ansible
|
|
Architecture: all
|
|
Depends: python-jinja2, python-yaml, python-paramiko, python-httplib2, python-six, python-crypto (>= 2.6), python-setuptools, sshpass, ${misc:Depends}, ${python:Depends}
|
|
Description: Ansible IT Automation
|
|
Ansible is a radically simple model-driven configuration management,
|
|
multi-node deployment, and remote task execution system. Ansible works
|
|
over SSH and does not require any software or daemons to be installed
|
|
on remote nodes. Extension modules can be written in any language and
|
|
are transferred to managed machines automatically.
|
|
|
|
Package: ansible-test
|
|
Architecture: all
|
|
Depends: ansible (= ${binary:Version}), python-virtualenv, ${misc:Depends}
|
|
Description: Ansible IT Automation
|
|
Ansible is a radically simple model-driven configuration management,
|
|
multi-node deployment, and remote task execution system. Ansible works
|
|
over SSH and does not require any software or daemons to be installed
|
|
on remote nodes. Extension modules can be written in any language and
|
|
are transferred to managed machines automatically.
|
|
This package installs the ansible-test command for testing modules and
|
|
plugins developed for ansible.
|