diff --git a/debian/ansible.install b/debian/ansible.install index d67b2cec59d..3bb3f590b51 100644 --- a/debian/ansible.install +++ b/debian/ansible.install @@ -1,4 +1,4 @@ -hosts etc/ansible -python/* usr/share/ansible -man/man1/* usr/share/man/man1 +examples/hosts etc/ansible +library/* usr/share/ansible +docs/man/man1/* usr/share/man/man1 bin/* usr/bin diff --git a/debian/changelog b/debian/changelog index 66137bf9ee3..b0fe3944986 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -ansible (0.0.2) nattyl; urgency=low +ansible (0.0.2) debian; urgency=low - * Initial Release test + * Initial Release -- Henry Graham (hzgraham) Tue, 17 Apr 2012 17:17:01 -0400 diff --git a/debian/control b/debian/control index 4fd89eaf1f5..d030aaeb707 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,14 @@ Source: ansible Section: admin Priority: optional Maintainer: Henry Graham (hzgraham) -Build-Depends: cdbs, debhelper (>= 5.0.0) +Build-Depends: cdbs, debhelper (>= 5.0.0), python-devel, asciidoc Standards-Version: 3.9.1 +Homepage: http://ansible.github.com/ Package: ansible Architecture: all Depends: python-jinja2, python-yaml, python-paramiko -Description: The Ansible ssh management application - This package installs Ansible, which is an ssh based configuration management application +Description: The 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. diff --git a/debian/copyright b/debian/copyright index d2144178357..4a17425fbb8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Henry Graham (hzgraham) on Tue, 17 Apr 2012 12:19:47 -0400. -It was downloaded from mirror.lcsee.wvu.edu +It was downloaded from https://github.com/ansible/ansible.git Copyright: Henry Graham (hzgraham)