diff options
author | Rene van Aerle <rene.van.aerle@ing.com> | 2017-10-05 14:36:12 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2017-10-05 17:41:15 +0200 |
commit | 95e1d91d5d5120f5a6f219cb72064c8b91eda181 (patch) | |
tree | 69091a356a6a66649c2c8993744a39977a15e54f /packaging | |
parent | yum: add integration tests for installing from URL (#30616) (diff) | |
download | ansible-95e1d91d5d5120f5a6f219cb72064c8b91eda181.tar.xz ansible-95e1d91d5d5120f5a6f219cb72064c8b91eda181.zip |
Mention Ansible in package descriptions
These values are used by software updaters to show which applications
are being updates to the user. In the case of Ubuntu, it will now show
clearly that it is updating Ansible instead of a radically simple IT
automation platform.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/arch/PKGBUILD | 2 | ||||
-rw-r--r-- | packaging/debian/control | 2 | ||||
-rw-r--r-- | packaging/macports/sysutils/ansible/Portfile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index c8314b6119..f9031bdf50 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -12,7 +12,7 @@ pkgname=ansible-git pkgver=1.6.0.1835.ga1809a3 pkgrel=1 -pkgdesc='Radically simple IT automation platform' +pkgdesc='Ansible IT Automation' arch=('any') url='https://www.ansible.com' license=('GPL3') diff --git a/packaging/debian/control b/packaging/debian/control index 8e5c6a7877..b73c312517 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -9,7 +9,7 @@ Homepage: http://ansible.github.com/ 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: A radically simple IT automation platform +Description: Ansible IT Automation 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, diff --git a/packaging/macports/sysutils/ansible/Portfile b/packaging/macports/sysutils/ansible/Portfile index 281e7ee961..638b261d70 100644 --- a/packaging/macports/sysutils/ansible/Portfile +++ b/packaging/macports/sysutils/ansible/Portfile @@ -12,7 +12,7 @@ supported_archs noarch maintainers nomaintainer homepage https://ansible.com/ -description Radically simple IT automation +description Ansible IT Automation long_description \ Ansible is a radically simple model-driven configuration \ management, multi-node deployment, and orchestration \ |