1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: pcs
Section: admin
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders:
Valentin Vidic <vvidic@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
libnss3-tools,
libpam0g-dev,
pkgconf,
psmisc,
puma,
python3:any | python3-all:any | python3-dev:any | python3-all-dev:any | dh-sequence-python3,
python3-cryptography,
python3-dacite,
python3-dateutil,
python3-lxml,
python3-pip,
python3-pyagentx,
python3-pycurl,
python3-pyparsing,
python3-setuptools,
python3-setuptools-scm,
python3-tornado (>= 6.0.4),
ruby,
ruby-backports,
ruby-childprocess,
ruby-dev,
ruby-ethon,
ruby-json,
ruby-nio4r,
ruby-rack-test,
ruby-rackup,
ruby-rubygems,
ruby-sinatra,
systemd-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/ClusterLabs/pcs
Vcs-Browser: https://salsa.debian.org/ha-team/pcs
Vcs-Git: https://salsa.debian.org/ha-team/pcs.git
Package: pcs
Architecture: all
Depends:
libnss3-tools,
${misc:Depends},
psmisc,
puma,
${python3:Depends},
python3-dacite,
python3-dateutil,
python3-lxml,
python3-openssl,
python3-pycurl,
python3-pyparsing,
python3-tornado (>= 6.0.4),
ruby,
ruby-backports,
ruby-childprocess,
ruby-ethon,
ruby-json,
ruby-nio4r,
ruby-rack (>= 3.1.16),
ruby-rackup,
ruby-sinatra,
Pre-Depends: ${misc:Pre-Depends}
Recommends: pacemaker (>= 2.0)
Breaks: pacemaker (<< 2.0)
# unrelated python module that installs files in the same location;
# conflict with it so it isn't loaded accidentally
Conflicts: python3-pcs
Description: Pacemaker Configuration System
pcs is a corosync and pacemaker configuration tool. It permits
users to easily view, modify and create pacemaker based clusters.
.
pcs also provides pcsd, which operates as a GUI and remote server
for pcs. Together pcs and pcsd form the recommended configuration
tool for use with pacemaker.
Package: pcs-snmp
Architecture: all
Depends:
${misc:Depends},
pcs,
${python3:Depends},
python3-pyagentx,
snmpd
Pre-Depends: ${misc:Pre-Depends}
Breaks: pcs (<< 0.9.165-3)
Replaces: pcs (<< 0.9.165-3)
Description: Pacemaker Configuration System SNMP agent
SNMP agent which connects to the master agent (snmpd)
via AgentX protocol and provides information about
the status of a corosync/pacemaker cluster.
|