summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-16 14:39:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-16 15:02:58 +0000
commit349136e9b381826457e42e9bdd66e7cf083f0de7 (patch)
treef1e2837badb18ab7a58c6be1c9f7c3111be6eb55 /debian/control
parentAdding upstream version 1.0. (diff)
downloadlibnvme-349136e9b381826457e42e9bdd66e7cf083f0de7.tar.xz
libnvme-349136e9b381826457e42e9bdd66e7cf083f0de7.zip
Adding debian version 1.0-1.debian/1.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control66
1 files changed, 66 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..47d1d18
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.