summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control216
1 files changed, 216 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..081caa4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,216 @@
+Source: cluster-glue
+Section: admin
+Priority: optional
+Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
+Uploaders:
+ Valentin Vidic <vvidic@debian.org>,
+ Ferenc Wágner <wferi@debian.org>,
+Build-Depends:
+ debhelper-compat (= 13),
+ asciidoctor,
+ autoconf,
+ automake,
+ bison,
+ chrpath,
+ dh-python,
+ docbook-xsl,
+ docbook-xml,
+ flex,
+ help2man,
+ inetutils-ping | iputils-ping,
+ libaio-dev [linux-any],
+ libbz2-dev,
+ libcurl4-openssl-dev | libcurl3-openssl-dev,
+ libglib2.0-dev,
+ libltdl-dev,
+ libopenhpi-dev [!hurd-any],
+ libopenipmi-dev [!hurd-any],
+ libsensors-dev [!hurd-any],
+ libtool,
+ libsnmp-dev,
+ libxml2-dev,
+ libxml2-utils,
+ openssh-client <!nocheck>,
+ perl,
+ pkgconf,
+ psmisc,
+ python3,
+ systemd [linux-any],
+ uuid-dev,
+ xsltproc,
+ zlib1g-dev
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://github.com/ClusterLabs/cluster-glue
+Vcs-Browser: https://salsa.debian.org/ha-team/cluster-glue
+Vcs-Git: https://salsa.debian.org/ha-team/cluster-glue.git
+
+Package: cluster-glue
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${python3:Depends},
+ adduser,
+ bzip2,
+ libtimedate-perl,
+ liblrm2 (>= ${binary:Version}),
+ libpils2 (>= ${binary:Version}),
+ libplumb2 (>= ${binary:Version}),
+ libplumbgpl2 (>= ${binary:Version}),
+ libstonith1 (>= ${binary:Version}),
+Pre-Depends: ${misc:Pre-Depends}
+Suggests:
+ ipmitool
+Description: Reusable cluster components for Linux HA
+ This package contains node fencing plugins, an error reporting
+ utility, and other reusable cluster components from
+ the Linux HA project.
+ .
+ If you are using the pacemaker/corosync HA cluster stack, you
+ probably want to install this package.
+
+Package: cluster-glue-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ liblrm2-dev (>= ${binary:Version}),
+ libpils2-dev (>= ${binary:Version}),
+ libplumb2-dev (>= ${binary:Version}),
+ libplumbgpl2-dev (>= ${binary:Version}),
+ libstonith1-dev (>= ${binary:Version})
+Breaks: cluster-glue (<< 1.0.12-8)
+Replaces: cluster-glue (<< 1.0.12-8)
+Description: Development files for the cluster glue components
+ This package includes headers and static libraries for the glue
+ cluster components.
+ .
+ If you are developing for cluster-glue, you probably want to
+ install this package.
+
+Package: liblrm2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Reusable cluster libraries -- liblrm2
+ This package contains the lrm helper library from cluster-glue,
+ the reusable cluster components package.
+ .
+ If you want to use the pacemaker cluster manager, than you want
+ to install this package.
+
+Package: libpils2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Reusable cluster libraries -- libpils2
+ This package contains the pils library from cluster-glue, the
+ reusable cluster components package.
+ .
+ If you want to use the pacemaker cluster manager, than you want
+ to install this package.
+
+Package: libplumb2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Reusable cluster libraries -- libplumb2
+ This package contains the plumber library from cluster-glue, the
+ reusable cluster components package.
+ .
+ If you want to use the pacemaker cluster manager, than you want
+ to install this package.
+
+Package: libplumbgpl2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Reusable cluster libraries -- libplumbgpl2
+ This package contains the plumber library from cluster-glue,
+ the reusable cluster components package, in the GPL version.
+ .
+ If you want to use the pacemaker cluster manager, than you want
+ to install this package.
+
+Package: libstonith1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Reusable cluster libraries -- libstonith1
+ This package contains the stonith library from cluster-glue, the
+ reusable cluster components package.
+ .
+ If you want to use the pacemaker cluster manager, than you want
+ to install this package.
+
+Package: liblrm2-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ liblrm2 (= ${binary:Version})
+Description: Reusable cluster development files -- liblrm
+ This package contains the development files of the lrm helper
+ library from cluster-glue, the reusable cluster components
+ package.
+ .
+ If you are developing with liblrm2, you probably want to
+ install this package.
+
+Package: libpils2-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libpils2 (= ${binary:Version}),
+ libltdl-dev
+Description: Reusable cluster development files -- libpils2
+ This package contains the development files of the pils
+ library from cluster-glue, the reusable cluster components
+ package.
+ .
+ If you are developing with libpils2, you probably want to
+ install this package.
+
+Package: libplumb2-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libplumb2 (= ${binary:Version})
+Description: Reusable cluster development files -- libplumb2
+ This package contains the development files of the plumber
+ library from cluster-glue, the reusable cluster components
+ package.
+ .
+ If you are developing with libplumb2, you probably want to
+ install this package.
+
+Package: libplumbgpl2-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libplumbgpl2 (= ${binary:Version})
+Description: Reusable cluster development files -- libplumbgpl2
+ This package contains the development files of the plumber
+ library from cluster-glue, the reusable cluster components
+ package, in the GPL version.
+ .
+ If you are developing with libplumbgpl2, you probably want to
+ install this package.
+
+Package: libstonith1-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libstonith1 (= ${binary:Version})
+Description: Reusable cluster development files -- libstonith1
+ This package contains the development files of the stonith
+ library from cluster-glue, the reusable cluster components
+ package.
+ .
+ If you are developing with libstonith, you probably want to
+ install this package.