From ccee3e4a033ffd7a7048d50623666aebd50e7288 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 21:41:33 +0200 Subject: Adding debian version 2.8-1. Signed-off-by: Daniel Baumann --- debian/control | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..36a7ddb --- /dev/null +++ b/debian/control @@ -0,0 +1,44 @@ +Source: nvme-cli +Section: admin +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + asciidoc, + cmake, + debhelper-compat (= 13), + flake8 , + isort , + libdbus-1-dev, + libjson-c-dev, + libkeyutils-dev, + libnvme-dev (>= 1.8), + libssl-dev, + meson, + mypy , + pkg-config, + python3-autopep8 , + python3-nose2 , + 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. -- cgit v1.2.3