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
|
Source: sanlock
Section: libs
Standards-Version: 3.9.7
Priority: optional
Homepage: https://fedorahosted.org/sanlock/
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: libaio-dev,
libblkid1,
libblkid-dev,
debhelper (>= 9),
dh-python,
dh-systemd (>= 1.5),
python-all-dev
Package: sanlock
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Architecture: any
Description: Shared storage lock manager
Sanlock ensures that single disk cannot be used by more than
one running VM at a time, across any host in a network.
.
This package contains the binaries and private shared libraries.
Package: libsanlock-client1
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Description: Shared storage lock manager (client library)
Sanlock ensures that single disk cannot be used by more than
one running VM at a time, across any host in a network.
.
This package contains the public shared library for libvirt.
Package: libsanlock1
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Description: Shared storage lock manager (shared library)
Sanlock ensures that single disk cannot be used by more than
one running VM at a time, across any host in a network.
.
This package contains libsanlock shared library.
Package: libsanlock-dev
Depends: ${misc:Depends}, libsanlock-client1 (= ${binary:Version}), sanlock (= ${binary:Version}), libsanlock1 (= ${binary:Version})
Architecture: any
Section: libdevel
Description: Shared storage lock manager (development files)
Sanlock ensures that single disk cannot be used by more than
one running VM at a time, across any host in a network.
.
This package contains the header files and static libraries.
Package: python-sanlock
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libsanlock1 (= ${binary:Version})
Built-Using: ${Built-Using}
Section: python
Provides: ${python:Provides}
Description: Python bindings to shared storage lock manager
Sanlock ensures that single disk cannot be used by more than
one running VM at a time, across any host in a network.
.
This package contains the Python bindings.
|