diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:11:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:11:07 +0000 |
commit | 8577887e5b17621781c7bf0574202b0c44e4dccf (patch) | |
tree | e26cf753236c37139bea773ad201f18d0d2e82cc | |
parent | Merging upstream version 2.9.1. (diff) | |
download | nvme-cli-8577887e5b17621781c7bf0574202b0c44e4dccf.tar.xz nvme-cli-8577887e5b17621781c7bf0574202b0c44e4dccf.zip |
Merging debian version 2.9.1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7e60c1c..b6eb149 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +nvme-cli (2.9.1-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 2.9.1. + * Updating to standards-version 4.7.0. + * Bumping libnvme build-depends to 1.9. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 05 May 2024 13:09:28 +0200 + nvme-cli (2.8-2~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index 25a2160..902f0d0 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libdbus-1-dev, libjson-c-dev, libkeyutils-dev, - libnvme-dev (>= 1.8), + libnvme-dev (>= 1.9), libssl-dev, meson, mypy <!nocheck>, @@ -25,7 +25,7 @@ Build-Depends: xmlto, zlib1g-dev, Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: https://github.com/linux-nvme/nvme-cli Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/nvme-cli Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/nvme-cli |