format change to control file

This commit is contained in:
Henry Graham 2012-04-18 16:30:45 -04:00 committed by Michael DeHaan
commit b501bbfb69

6
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: ansible
Section: admin Section: admin
Priority: optional Priority: optional
Maintainer: Henry Graham (hzgraham) <Henry.Graham@mail.wvu.edu> Maintainer: Henry Graham (hzgraham) <Henry.Graham@mail.wvu.edu>
Build-Depends: cdbs, debhelper (>= 5.0.0), python-devel, asciidoc Build-Depends: cdbs, debhelper (>= 5.0.0)
Standards-Version: 3.9.1 Standards-Version: 3.9.1
Homepage: http://ansible.github.com/ Homepage: http://ansible.github.com/
@ -10,6 +10,4 @@ Package: ansible
Architecture: all Architecture: all
Depends: python-jinja2, python-yaml, python-paramiko Depends: python-jinja2, python-yaml, python-paramiko
Description: The Ansible Application Description: The Ansible Application
Ansible is a extra-simple tool/API for doing 'parallel remote things' over SSH 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.
executing commands, running "modules", or executing larger 'playbooks' that
can serve as a configuration management or deployment system.