summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 6f6a02500915f9d3982874ff00e773776293c5c3 (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
Source: cluster-glue
Section: admin
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
XSBC-Original-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.