summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:49:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:49:00 +0000
commit93907d0c009d758811b54e7984337477a39f05cf (patch)
treea34881e1b02ccd5281ca58a799877f2d5e80d778 /debian/control
parentAdding upstream version 4.6.0. (diff)
downloadcrmsh-93907d0c009d758811b54e7984337477a39f05cf.tar.xz
crmsh-93907d0c009d758811b54e7984337477a39f05cf.zip
Adding debian version 4.6.0-1.debian/4.6.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control80
1 files changed, 80 insertions, 0 deletions
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 <debian-ha-maintainers@lists.alioth.debian.org>
+Uploaders:
+ Richard B Winters <rik@mmogp.com>,
+ Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
+ Valentin Vidic <vvidic@debian.org>
+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.