mirror of https://github.com/ansible/ansible.git
Updated DEB build workflow
Updates to Makefile include: * add targets: deb-src, deb-src-upload, deb-upload * add variables to control DEB building: DEBUILD_OPTS, DPUT_OPTS, DEB_PPA, DEB_DIST, DEB_RELEASE * create deb files for all release values in DEB_DIST Several updates to packaging/debian/* * Updated control file * Whitespace/formatting of changelog Add deb-build to .gitignorepull/7876/head
parent
1c3a654912
commit
411311495f
@ -1,13 +1,16 @@
|
|||||||
Source: ansible
|
Source: ansible
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Henry Graham (hzgraham) <Henry.Graham@mail.wvu.edu>
|
Standards-Version: 3.9.3
|
||||||
Build-Depends: cdbs, debhelper (>= 5.0.0), asciidoc
|
Maintainer: Michael DeHaan <michael.dehaan@gmail.com>
|
||||||
Standards-Version: 3.9.1
|
Build-Depends: cdbs, debhelper (>= 5.0.0), asciidoc, python, python-support, python-setuptools
|
||||||
Homepage: http://ansible.github.com/
|
Homepage: http://ansible.github.com/
|
||||||
|
|
||||||
Package: ansible
|
Package: ansible
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, sshpass
|
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, sshpass, ${misc:Depends}
|
||||||
Description: Ansible Application
|
Description: A radically simple IT automation platform
|
||||||
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.
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue