Source: nvme-cli
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 asciidoc,
 cmake,
 flake8 <!nocheck>,
 isort <!nocheck>,
 libdbus-1-dev,
 libjson-c-dev,
 libkeyutils-dev,
 libkmod-dev,
 libpython3-dev,
 libssl-dev,
 libsystemd-dev,
 liburing-dev,
 meson,
 mypy <!nocheck>,
 pkgconf,
 python3-autopep8 <!nocheck>,
 python3-dev:native,
 python3-nose2 <!nocheck>,
 swig,
 uuid-runtime,
 xmlto,
 zlib1g-dev,
Standards-Version: 4.7.4
Homepage: https://github.com/linux-nvme/nvme-cli
Vcs-Browser: https://forgejo.debian.net/nvme/nvme-cli
Vcs-Git: https://forgejo.debian.net/nvme/nvme-cli

Package: nvme-cli
Section: admin
Architecture: any
Depends:
 uuid-runtime,
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.

Package: libnvme-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libjson-c-dev,
 libkeyutils-dev,
 libnvme3-1 (= ${binary:Version}),
 libssl-dev,
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: libnvme3-1
Section: libs
Architecture: any
Multi-Arch: same
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:
 libnvme3-1 (= ${binary:Version}),
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.
