1
0
Fork 0

Renaming python3-nvme to correct python3-libnvme name (Closes: #1032635).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:07:22 +01:00
parent 4776b16754
commit 5f7ef1475e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 19 additions and 1 deletions

20
debian/control vendored
View file

@ -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.