]> git.proxmox.com Git - corosync-pve.git/blob - debian/control
do not depend on dh-systemd
[corosync-pve.git] / debian / control
1 Source: corosync-pve
2 Priority: extra
3 Maintainer: Proxmox Support Team <support@proxmox.com>
4 Build-Depends: debhelper (>= 7), libnss3-dev, groff, quilt, dh-systemd (>= 1.4)
5 Standards-Version: 3.7.3
6 Section: admin
7 Homepage: http://openais.org/
8
9 Package: corosync-pve
10 Section: admin
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, psmisc, lsb-base (>= 3.0-6), libcorosync4-pve, adduser, systemd
13 Conflicts: openais (<< 0.96), corosync
14 Provides: corosync
15 Description: Standards-based cluster framework (daemon and modules)
16 The corosync project is a project to implement a production quality
17 "Revised BSD" licensed implementation of all core functionalities
18 required by openais. The project implements cutting edge research
19 on virtual synchrony to provide 100% correct operation in the face of
20 failures or partitionable networks with excellent performance
21 characteristics.
22 .
23 The Application Interface Specification is a software API and policies
24 which are used to develop applications that maintain service during
25 faults.
26 .
27 This package contains the corosync daemon and modules.
28
29 Package: libcorosync4-pve
30 Section: libs
31 Architecture: any
32 Depends: ${shlibs:Depends}
33 Conflicts: libopenais2 (<< 0.96-1), libcorosync4
34 Provides: libcorosync4
35 Description: Standards-based cluster framework (libraries)
36 The corosync project is a project to implement a production quality
37 "Revised BSD" licensed implementation of all core functionalities
38 required by openais. The project implements cutting edge research
39 on virtual synchrony to provide 100% correct operation in the face of
40 failures or partitionable networks with excellent performance
41 characteristics.
42 .
43 The Application Interface Specification is a software API and policies
44 which are used to develop applications that maintain service during
45 faults.
46 .
47 This package contains libraries that should be used by corosync clients.
48
49 Package: libcorosync-pve-dev
50 Section: libdevel
51 Architecture: any
52 Depends: libcorosync4-pve (= ${binary:Version})
53 Conflicts: libopenais-dev (<< 0.96-1), libcorosync-dev
54 Provides: libcorosync-dev
55 Description: Standards-based cluster framework (developer files)
56 The corosync project is a project to implement a production quality
57 "Revised BSD" licensed implementation of all core functionalities
58 required by openais. The project implements cutting edge research
59 on virtual synchrony to provide 100% correct operation in the face of
60 failures or partitionable networks with excellent performance
61 characteristics.
62 .
63 The Application Interface Specification is a software API and policies
64 which are used to develop applications that maintain service during
65 faults.
66 .
67 This package contains header files required to build clients for the
68 corosync infrastructure.