From 25eb9154e97e51f6aced9a5e1d7ff8b20e96df81 Mon Sep 17 00:00:00 2001 From: Rene van Aerle Date: Thu, 5 Oct 2017 14:36:12 +0200 Subject: [PATCH] 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. (cherry picked from commit 95e1d91d5d5120f5a6f219cb72064c8b91eda181) --- packaging/arch/PKGBUILD | 2 +- packaging/debian/control | 2 +- 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 \