summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:22:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:22:29 +0000
commit10e2f5821be3d19d27a649bad656fffb9c3e4d5b (patch)
treedc82933779ce76b54859ad4a5dfd0a2a03d6526d /debian/control
parentAdding upstream version 1.8. (diff)
downloadlibnvme-10e2f5821be3d19d27a649bad656fffb9c3e4d5b.tar.xz
libnvme-10e2f5821be3d19d27a649bad656fffb9c3e4d5b.zip
Adding debian version 1.8-2.debian/1.8-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control88
1 files changed, 88 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..97680c5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,88 @@
+Source: libnvme
+Section: libs
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ cmake,
+ debhelper-compat (= 13),
+ dh-python,
+ libdbus-1-dev,
+ libjson-c-dev,
+ libkeyutils-dev,
+ libssl-dev,
+ meson (>= 1.0.0-1.1~),
+ pkg-config,
+ python3-dev,
+ swig,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+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:
+ libjson-c-dev,
+ libkeyutils-dev,
+ libnvme1 (= ${binary:Version}),
+ libssl-dev,
+ ${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-libnvme
+Section: python
+Architecture: any
+Depends:
+ libnvme1 (= ${binary:Version}),
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Breaks:
+ python3-nvme (<< 1.4~),
+Replaces:
+ python3-nvme,
+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.
+
+Package: python3-nvme
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends:
+ python3-libnvme,
+ ${misc:Depends},
+Description: NVMe management library (transitional package)
+ Package to ease upgrading from older python3-nvme package to the new
+ python3-libnvme package.
+ .
+ This package can be purged at anytime once the python3-libnvme package has been
+ installed.