summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2021-09-29 20:41:09 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2021-09-29 20:41:09 +0200
commit64aab4bd2d3ded02da538beb94a4a7fbf7781699 (patch)
treeba8539c275acd0c9cf9d9472e46e08e7768bce60 /packaging
parentddff31825e92941ec9bfa2aa3ef36e98a4b3b4a7 (diff)
downloaddebian-ansible-core-64aab4bd2d3ded02da538beb94a4a7fbf7781699.zip
New upstream version 2.11.5
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/ansible-core.dirs (renamed from packaging/debian/ansible-base.dirs)0
-rw-r--r--packaging/debian/ansible-core.install (renamed from packaging/debian/ansible-base.install)0
-rw-r--r--packaging/debian/changelog2
-rw-r--r--packaging/debian/control6
-rwxr-xr-xpackaging/debian/rules2
5 files changed, 5 insertions, 5 deletions
diff --git a/packaging/debian/ansible-base.dirs b/packaging/debian/ansible-core.dirs
index fba15a43..fba15a43 100644
--- a/packaging/debian/ansible-base.dirs
+++ b/packaging/debian/ansible-core.dirs
diff --git a/packaging/debian/ansible-base.install b/packaging/debian/ansible-core.install
index d2dac7c1..d2dac7c1 100644
--- a/packaging/debian/ansible-base.install
+++ b/packaging/debian/ansible-core.install
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 0eb840ce..799f390e 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 71380057..ba724688 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 cd1e9534..8bb0dde5 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/