Renaming python3-nvme to correct python3-libnvme name (Closes: #1032635).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4776b16754
commit
5f7ef1475e
3 changed files with 19 additions and 1 deletions
20
debian/control
vendored
20
debian/control
vendored
|
@ -49,7 +49,7 @@ Description: NVMe management library (library)
|
||||||
.
|
.
|
||||||
This package contains the shared library.
|
This package contains the shared library.
|
||||||
|
|
||||||
Package: python3-nvme
|
Package: python3-libnvme
|
||||||
Section: python
|
Section: python
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
|
@ -57,6 +57,10 @@ Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python3:Depends},
|
${python3:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
Breaks:
|
||||||
|
python3-nvme,
|
||||||
|
Conflicts:
|
||||||
|
python3-nvme,
|
||||||
Description: NVMe management library (Python)
|
Description: NVMe management library (Python)
|
||||||
NVM Express (NVMe) is a interface specification for accessing non-volatile
|
NVM Express (NVMe) is a interface specification for accessing non-volatile
|
||||||
storage media, typically modern solid state drives (SSDs) through PCI Express
|
storage media, typically modern solid state drives (SSDs) through PCI Express
|
||||||
|
@ -64,3 +68,17 @@ Description: NVMe management library (Python)
|
||||||
devices.
|
devices.
|
||||||
.
|
.
|
||||||
This package contains the Python bindings.
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue