From 93907d0c009d758811b54e7984337477a39f05cf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 08:49:00 +0200 Subject: Adding debian version 4.6.0-1. Signed-off-by: Daniel Baumann --- debian/control | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..368c753 --- /dev/null +++ b/debian/control @@ -0,0 +1,80 @@ +Source: crmsh +Section: admin +Priority: optional +Maintainer: Debian HA Maintainers +Uploaders: + Richard B Winters , + Adrian Vondendriesch , + Valentin Vidic +Build-Depends: + asciidoc, + debhelper-compat (= 13), + dh-python, + docbook-xml, + docbook-xsl, + dos2unix, + libxml2-utils, + pkgconf, + python3-all, + python3-dateutil, + python3-packaging, + python3-pygments, + python3-setuptools, + xsltproc +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://crmsh.github.io/ +Vcs-Browser: https://salsa.debian.org/ha-team/crmsh +Vcs-Git: https://salsa.debian.org/ha-team/crmsh.git + +Package: crmsh +Architecture: all +Depends: + ${misc:Depends}, + gawk, + iputils-ping, + pacemaker-cli-utils, + ${python3:Depends}, + python3-dateutil, + python3-packaging, + python3-lxml, + python3-yaml +Recommends: pacemaker (>= 1.1.12) +Replaces: pacemaker (<< 1.1.12) +Breaks: pacemaker (<< 1.1.12) +Suggests: + bash-completion, + cluster-glue, + csync2, + dmidecode, + fdisk | util-linux (<< 2.29.2-3~), + ocfs2-tools, + openssh-server, + parted, + sbd, + ufw, + vim-addon-manager +Description: CRM shell for the pacemaker cluster manager + The crm shell is an advanced command-line interface for High-Availability + cluster management in GNU/Linux. Effortlessly configure, manage and + troubleshoot your clusters from the command line, with full tab completion + and extensive help. crmsh also provides advanced features like low-level + cluster configuration, cluster scripting and package management, and + history exploration tools giving you an instant view of what your cluster + is doing. + +Package: crmsh-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, fonts-font-awesome +Description: crmsh HTML Documentation + The crm shell is an advanced command-line interface for High-Availability + cluster management in GNU/Linux. Effortlessly configure, manage and + troubleshoot your clusters from the command line, with full tab completion + and extensive help. crmsh also provides advanced features like low-level + cluster configuration, cluster scripting and package management, and + history exploration tools giving you an instant view of what your cluster + is doing. + . + This package contains the html Pacemaker API documentation. -- cgit v1.2.3