]> git.proxmox.com Git - dlm.git/blame - debian/control
fix package dependency
[dlm.git] / debian / control
CommitLineData
b786c511 1Source: dlm
c9bad890 2Priority: optional
b786c511 3Maintainer: Proxmox Support Team <support@proxmox.com>
c9bad890
DM
4Build-Depends: debhelper (>= 9), libsystemd-daemon-dev
5Standards-Version: 3.9.5
6Section: libs
b786c511 7
c9bad890 8Package: libdlm3
b786c511
DM
9Architecture: any
10Depends: ${shlibs:Depends}, ${misc:Depends}
c9bad890 11Conflicts: libdlmcontrol3
b786c511
DM
12Description: 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.
c9bad890
DM
15
16Package: libdlm-dev
17Section: libdevel
18Architecture: any
d6f770d3 19Depends: ${misc:Depends}, libdlm3 (= ${binary:Version})
c9bad890
DM
20Description: 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.