summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-11-13 15:42:10 -0600
committerGitHub <noreply@github.com>2020-11-13 15:42:10 -0600
commit6894ae7d1d5feeae6690435bf8d428fa4eeb5463 (patch)
tree2744ee084abf5e07bff68ba080f45cf8beafda1a /packaging
parent452bc3af043d51a1f82e4457c2a493823482222c (diff)
downloadansible-6894ae7d1d5feeae6690435bf8d428fa4eeb5463.tar.gz
Rename to ansible-core (#72594)
Change: - Initial set of changes for renaming to ansible-core - Includes changelog fragment changes from base -> core - Does NOT include docs changes - Modifies detection stuff in setup.py to support ansible<2.9 and ansible-base Test Plan: - ci_complete
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/changelog2
-rw-r--r--packaging/debian/control6
-rwxr-xr-xpackaging/debian/rules2
3 files changed, 5 insertions, 5 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 0eb840ce7c..799f390eee 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,4 +1,4 @@
-ansible-base (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
+ansible-core (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
* %VERSION% release
diff --git a/packaging/debian/control b/packaging/debian/control
index 7138005704..ba72468847 100644
--- a/packaging/debian/control
+++ b/packaging/debian/control
@@ -1,4 +1,4 @@
-Source: ansible-base
+Source: ansible-core
Section: admin
Priority: optional
Standards-Version: 3.9.3
@@ -6,7 +6,7 @@ Maintainer: Ansible, Inc. <info@ansible.com>
Build-Depends: cdbs, debhelper (>= 5.0.0), python3-docutils, python3, dh-python | python-support, python3-setuptools, lsb-release, python3-straight.plugin, python3-packaging, python3-jinja2
Homepage: https://github.com/ansible/ansible/
-Package: ansible-base
+Package: ansible-core
Architecture: all
Depends: python3-jinja2, python3-yaml, python3-paramiko, python3-cryptography, sshpass, ${misc:Depends}, ${python:Depends}
Description: Ansible IT Automation
@@ -18,7 +18,7 @@ Description: Ansible IT Automation
Package: ansible-test
Architecture: all
-Depends: ansible-base (= ${binary:Version}), python3-venv, ${misc:Depends}
+Depends: ansible-core (= ${binary:Version}), python3-venv, ${misc:Depends}
Description: Ansible IT Automation
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
diff --git a/packaging/debian/rules b/packaging/debian/rules
index cd1e953418..8bb0dde5cb 100755
--- a/packaging/debian/rules
+++ b/packaging/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -- makefile --
-DEB_PYTHON3_MODULE_PACKAGES=ansible-base ansible_test
+DEB_PYTHON3_MODULE_PACKAGES=ansible-core ansible_test
#DEB_PYTHON_INSTALL_ARGS_ALL="--install-purelib=/usr/lib/python2.7/site-packages/"
DEB_PYTHON_DISTUTILS_INSTALLDIR_SKEL = /usr/lib/python3/dist-packages/