]> git.proxmox.com Git - dlm.git/blob - debian/control
fix package dependency
[dlm.git] / debian / control
1 Source: dlm
2 Priority: optional
3 Maintainer: Proxmox Support Team <support@proxmox.com>
4 Build-Depends: debhelper (>= 9), libsystemd-daemon-dev
5 Standards-Version: 3.9.5
6 Section: libs
7
8 Package: libdlm3
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Conflicts: libdlmcontrol3
12 Description: Distributed lock manager
13 DLM is a symmetric general-purpose distributed lock manager. It is used
14 for example by GFS and the distributed volume manager.
15
16 Package: libdlm-dev
17 Section: libdevel
18 Architecture: any
19 Depends: ${misc:Depends}, libdlm3 (= ${binary:Version})
20 Description: Distributed lock manager (developer files)
21 DLM is a symmetric general-purpose distributed lock manager. It is used
22 for example by GFS and the distributed volume manager.