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
|
Source: pcs
Section: admin
Priority: extra
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders: Richard B Winters <rik@mmogp.com>,
Christoph Berg <myon@debian.org>,
Valentin Vidic <Valentin.Vidic@CARNet.hr>
Build-Depends: debhelper (>= 9.0.0),
dh-python,
dh-systemd,
libpam0g-dev,
python-all (>= 2.6.6-3~),
python-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/ClusterLabs/pcs
Vcs-Git: https://alioth.debian.org/anonscm/git/debian-ha/pcs.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-ha/pcs.git
Package: pcs
Architecture: all
Depends: ${shlibs:Depends},
${python:Depends},
${misc:Depends},
lsb-base (>= 3.0-6),
psmisc,
fonts-liberation,
python2.7 (>=2.7.9),
python-lxml,
python-pkg-resources,
ruby,
ruby-activesupport,
ruby-backports,
ruby-highline,
ruby-json,
ruby-multi-json,
ruby-open4,
ruby-rack,
ruby-rack-protection,
ruby-rack-test,
ruby-rpam-ruby19,
ruby-sinatra,
ruby-sinatra-contrib,
rubygems-integration
Recommends: pacemaker (>= 1.1.12)
Replaces: pacemaker (<< 1.1.12)
Breaks: pacemaker (<< 1.1.12)
# unrelated python module that installs files in the same location;
# conflict with it so it isn't loaded accidentally
Conflicts: python-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.
|