diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-04 04:51:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-04 04:51:36 +0000 |
commit | 71b96d5de70c2356a85224ac0131000b040fce20 (patch) | |
tree | 91a919553c7c4750fb5ae43e999031d3d46fef62 | |
parent | Building with keyutils support. (diff) | |
download | libnvme-71b96d5de70c2356a85224ac0131000b040fce20.tar.xz libnvme-71b96d5de70c2356a85224ac0131000b040fce20.zip |
Correcting breaks/replaces for transitional package.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d7b7273..ffb6159 100644 --- a/debian/control +++ b/debian/control @@ -59,8 +59,8 @@ Depends: ${python3:Depends}, ${shlibs:Depends}, Breaks: - python3-nvme, -Conflicts: + python3-nvme (<< 1.4~), +Replaces: python3-nvme, Description: NVMe management library (Python) NVM Express (NVMe) is a interface specification for accessing non-volatile |