summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 47d1d18c84798f2bc2e8456f1d753bd3e4785696 (plain)
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
63
64
65
66
Source: libnvme
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 dh-python,
 libjson-c-dev,
 libssl-dev,
 meson,
 pkg-config,
 python3-dev,
 swig,
 uuid-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/linux-nvme/libnvme
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libnvme
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libnvme

Package: libnvme-dev
Section: libdevel
Architecture: any
Depends:
 libnvme1 (= ${binary:Version}),
 ${misc:Depends},
Description: NVMe management library (development)
 NVM Express (NVMe) is a interface specification for accessing non-volatile
 storage media, typically modern solid state drives (SSDs) through PCI Express
 (PCIe). libnvme provides library functions for accessing and managing NVMe
 devices.
 .
 This package contains the development files.

Package: libnvme1
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 nvme-cli,
Description: NVMe management library (library)
 NVM Express (NVMe) is a interface specification for accessing non-volatile
 storage media, typically modern solid state drives (SSDs) through PCI Express
 (PCIe). libnvme provides library functions for accessing and managing NVMe
 devices.
 .
 This package contains the shared library.

Package: python3-nvme
Section: python
Architecture: any
Depends:
 libnvme1 (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: NVMe management library (Python)
 NVM Express (NVMe) is a interface specification for accessing non-volatile
 storage media, typically modern solid state drives (SSDs) through PCI Express
 (PCIe). libnvme provides library functions for accessing and managing NVMe
 devices.
 .
 This package contains the Python bindings.