From 056ab9ba6c4a1cb30e60cc4d84f990c3ef566992 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:04:21 +0200 Subject: Adding debian version 2.14.3-1. Signed-off-by: Daniel Baumann --- debian/control | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..649996b --- /dev/null +++ b/debian/control @@ -0,0 +1,83 @@ +Source: ansible-core +Maintainer: Lee Garrett +Section: admin +Priority: optional +Build-Depends: debhelper-compat (= 13), + dh-python, + pybuild-plugin-pyproject, + python3 (>= 3.9.0~), +# python3-antsibull , + python3-docutils, + python3-pycryptodome, + python3-jinja2 (>= 3.0.0~), + python3-packaging, +# python3-pygments , + python3-resolvelib (>= 0.5.3~), + python3-resolvelib (<< 0.10), +# python3-rstcheck , + python3-setuptools, + python3-straight.plugin, +# python3-sphinx , +# python3-sphinx-notfound-page , +# python3-sphinx-rtd-theme , + python3-yaml (>= 5.1~) +# sphinx-common +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/ansible-core +Vcs-Git: https://salsa.debian.org/debian/ansible-core.git +Homepage: https://www.ansible.com + +Package: ansible-core +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + openssh-client | python3-paramiko (>= 2.6.0), + python3-pycryptodome, + python3-distutils, + python3-dnspython, + python3-httplib2, + python3-jinja2 (>= 3.0.0~), + python3-netaddr, + python3-yaml (>= 5.1~) +Recommends: ansible (>= 7.0.0-1~), + python3-argcomplete, + python3-cryptography, + python3-jmespath, + python3-kerberos, + python3-libcloud, + python3-selinux, + python3-winrm, + python3-xmltodict +Suggests: cowsay, + sshpass +Breaks: ansible (<< 4.6.0-1~), ansible-base +Replaces: ansible (<< 4.6.0-1~), ansible-base +Description: Configuration management, deployment, and task execution system + Ansible is a radically simple model-driven configuration management, + multi-node deployment, and remote task execution system. Ansible works + over SSH and does not require any software or daemons to be installed + on remote nodes. Extension modules can be written in any language and + are transferred to managed machines automatically. + . + This package contains the ansible binaries. + +#Package: ansible-doc +#Architecture: all +#Section: doc +#Depends: ${misc:Depends}, +# ${sphinxdoc:Depends}, +# fonts-font-awesome, +# fonts-roboto-fontface, +# libjs-jquery, +# libjs-modernizr, +# libjs-underscore +#Description: Ansible documentation and examples +# Ansible is a radically simple model-driven configuration management, +# multi-node deployment, and remote task execution system. Ansible works +# over SSH and does not require any software or daemons to be installed +# on remote nodes. Extension modules can be written in any language and +# are transferred to managed machines automatically. +# . +# This package contains HTML documentation and examples. +#Build-Profiles: -- cgit v1.2.3