diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 07:50:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-03 07:51:51 +0000 |
commit | a5158e299fb7dabdc6d40dc85d1dfc5fedf7d911 (patch) | |
tree | 79c998ccce4bc8d6d34539fa6e2bf0a721c31928 | |
parent | Merging upstream version 1.4. (diff) | |
download | libnvme-a5158e299fb7dabdc6d40dc85d1dfc5fedf7d911.tar.xz libnvme-a5158e299fb7dabdc6d40dc85d1dfc5fedf7d911.zip |
Renaming python3-nvme to correct python3-libnvme name (Closes: #1032635).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 20 | ||||
-rw-r--r-- | debian/python3-libnvme.examples (renamed from debian/python3-nvme.examples) | 0 | ||||
-rw-r--r-- | debian/python3-libnvme.install (renamed from debian/python3-nvme.install) | 0 |
3 files changed, 19 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bfad408..53a5135 100644 --- a/debian/control +++ b/debian/control @@ -49,7 +49,7 @@ Description: NVMe management library (library) . This package contains the shared library. -Package: python3-nvme +Package: python3-libnvme Section: python Architecture: any Depends: @@ -57,6 +57,10 @@ Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, +Breaks: + python3-nvme, +Conflicts: + python3-nvme, Description: NVMe management library (Python) NVM Express (NVMe) is a interface specification for accessing non-volatile storage media, typically modern solid state drives (SSDs) through PCI Express @@ -64,3 +68,17 @@ Description: NVMe management library (Python) devices. . This package contains the Python bindings. + +Package: python3-nvme +Section: oldlibs +Priority: extra +Architecture: all +Depends: + python3-libnvme, + ${misc:Depends}, +Description: NVMe management library (transitional package) + Package to ease upgrading from older python3-nvme package to the new + python3-libnvme package. + . + This package can be purged at anytime once the python3-libnvme package has been + installed. diff --git a/debian/python3-nvme.examples b/debian/python3-libnvme.examples index 2c8fad4..2c8fad4 100644 --- a/debian/python3-nvme.examples +++ b/debian/python3-libnvme.examples diff --git a/debian/python3-nvme.install b/debian/python3-libnvme.install index 4606faa..4606faa 100644 --- a/debian/python3-nvme.install +++ b/debian/python3-libnvme.install |