2025-02-16 11:11:48 +01:00
|
|
|
Source: nvme-cli
|
|
|
|
Section: admin
|
|
|
|
Priority: optional
|
2025-02-16 11:31:16 +01:00
|
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
2025-02-16 11:11:48 +01:00
|
|
|
Build-Depends:
|
2025-02-16 12:15:45 +01:00
|
|
|
asciidoc,
|
|
|
|
cmake,
|
2025-02-16 11:11:48 +01:00
|
|
|
debhelper-compat (= 13),
|
2025-02-16 12:15:45 +01:00
|
|
|
flake8 <!nocheck>,
|
|
|
|
isort <!nocheck>,
|
2025-02-16 12:21:10 +01:00
|
|
|
libdbus-1-dev,
|
2025-02-16 12:15:45 +01:00
|
|
|
libjson-c-dev,
|
2025-02-16 12:23:18 +01:00
|
|
|
libkeyutils-dev,
|
2025-02-16 12:26:14 +01:00
|
|
|
libnvme-dev (>= 1.8),
|
2025-02-16 12:15:45 +01:00
|
|
|
libssl-dev,
|
|
|
|
meson,
|
|
|
|
mypy <!nocheck>,
|
2025-02-16 11:11:48 +01:00
|
|
|
pkg-config,
|
2025-02-16 12:15:45 +01:00
|
|
|
python3-autopep8 <!nocheck>,
|
|
|
|
python3-nose2 <!nocheck>,
|
2025-02-16 11:11:48 +01:00
|
|
|
uuid-runtime,
|
2025-02-16 12:15:45 +01:00
|
|
|
xmlto,
|
|
|
|
zlib1g-dev,
|
2025-02-16 11:31:16 +01:00
|
|
|
Rules-Requires-Root: no
|
2025-02-16 12:19:40 +01:00
|
|
|
Standards-Version: 4.6.2
|
2025-02-16 11:11:48 +01:00
|
|
|
Homepage: https://github.com/linux-nvme/nvme-cli
|
2025-02-16 11:31:12 +01:00
|
|
|
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
|
2025-02-16 11:11:48 +01:00
|
|
|
|
|
|
|
Package: nvme-cli
|
2025-02-16 11:31:13 +01:00
|
|
|
Section: admin
|
2025-02-16 11:11:48 +01:00
|
|
|
Architecture: any
|
|
|
|
Depends:
|
2025-02-16 11:31:16 +01:00
|
|
|
uuid-runtime,
|
2025-02-16 11:11:48 +01:00
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
2025-02-16 11:32:24 +01:00
|
|
|
Recommends:
|
|
|
|
pci.ids,
|
2025-02-16 11:31:17 +01:00
|
|
|
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).
|
2025-02-16 11:11:48 +01:00
|
|
|
.
|
2025-02-16 11:31:17 +01:00
|
|
|
The nvme-cli tool provides management functions for these devices.
|