diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 08:18:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 08:18:19 +0000 |
commit | 60efe2e0562ae527f0c263b7db1bf6eea4a4f270 (patch) | |
tree | 0bac0e3cc596332cee7bf583915fe3a93dc1eb4a | |
parent | Merging upstream version 2.4+really2.3. (diff) | |
download | nvme-cli-60efe2e0562ae527f0c263b7db1bf6eea4a4f270.tar.xz nvme-cli-60efe2e0562ae527f0c263b7db1bf6eea4a4f270.zip |
Reverting bump of libnvme build-depends, the nvme-cli 2.4-1 upload should have gone to experimental.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cb9b79e..e0482ce 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: isort <!nocheck>, libdbus-1-dev, libjson-c-dev, - libnvme-dev (>= 1.4), + libnvme-dev (>= 1.3), libssl-dev, meson, mypy <!nocheck>, |