diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-29 01:17:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-29 01:17:31 +0000 |
commit | f54af488ea765258e6f090ecab4524e44b628601 (patch) | |
tree | 581321e807ff0b2bb4db691ed47ee8a537edb1a3 | |
parent | Releasing debian version 1.4-3. (diff) | |
download | libnvme-f54af488ea765258e6f090ecab4524e44b628601.tar.xz libnvme-f54af488ea765258e6f090ecab4524e44b628601.zip |
Adding missing dependencies to libnvme-dev, thanks to Michael Biebl <biebl@debian.org> (Closes: #1039858).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ffb6159..97680c5 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,10 @@ Package: libnvme-dev Section: libdevel Architecture: any Depends: + libjson-c-dev, + libkeyutils-dev, libnvme1 (= ${binary:Version}), + libssl-dev, ${misc:Depends}, Description: NVMe management library (development) NVM Express (NVMe) is a interface specification for accessing non-volatile |