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
|
Source: dlm
Section: admin
Priority: optional
Maintainer: Bastian Blank <waldi@debian.org>
Build-Depends: debhelper (>= 4.0.0), libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc]
Standards-Version: 3.6.0
Package: libdlm0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Distributed lock manager - library
DLM is a symmetric general-purpose distributed lock manager. It is
used for example by GFS and the distributed volume manager.
.
This is the client library for applications using the lock manager.
The lock manager itself is a kernel module.
Package: libdlm-dev
Section: libdevel
Architecture: any
Depends: libdlm0 (= ${Source-Version})
Description: Distributed lock manager - development files
DLM is a symmetric general-purpose distributed lock manager. It is
used for example by GFS and the distributed volume manager.
.
This package contains the files needed for developing applications
that use the lock manager.
|