1
0
Fork 0
nvme-cli/debian/control
Daniel Baumann 8e2fa0b827
Updating to standards-version 4.7.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:26:52 +01:00

44 lines
1.1 KiB
Text

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,
libkeyutils-dev,
libnvme-dev (>= 1.8),
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.7.0
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.