summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:41:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:41:05 +0000
commit3f3d5c3dfaaae089ff38e368212f330d442f68ea (patch)
treea4f23c9aa9dce0ca7868e1bbf760f4e47999a0e3 /debian/control
parentAdding upstream version 2.4+really2.3. (diff)
downloadnvme-cli-3f3d5c3dfaaae089ff38e368212f330d442f68ea.tar.xz
nvme-cli-3f3d5c3dfaaae089ff38e368212f330d442f68ea.zip
Adding debian version 2.4+really2.3-3.debian/2.4+really2.3-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e0482ce
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: nvme-cli
+Section: admin
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ asciidoc,
+ cmake,
+ debhelper-compat (= 13),
+ flake8 <!nocheck>,
+ isort <!nocheck>,
+ libdbus-1-dev,
+ libjson-c-dev,
+ libnvme-dev (>= 1.3),
+ libssl-dev,
+ meson,
+ mypy <!nocheck>,
+ pkg-config,
+ python3-autopep8 <!nocheck>,
+ python3-nose2 <!nocheck>,
+ uuid-runtime,
+ xmlto,
+ zlib1g-dev,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://github.com/linux-nvme/nvme-cli
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/nvme-cli
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/nvme-cli
+
+Package: nvme-cli
+Section: admin
+Architecture: any
+Depends:
+ uuid-runtime,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ pci.ids,
+Description: NVMe management tool
+ NVM Express (NVMe) is a interface specification for accessing non-volatile
+ storage media, typically modern solid state drives (SSDs) through PCI Express
+ (PCIe).
+ .
+ The nvme-cli tool provides management functions for these devices.