Rename libraries for 64-bit time_t transition.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0316514a35
commit
3038d59df0
3 changed files with 7 additions and 3 deletions
9
debian/control
vendored
9
debian/control
vendored
|
@ -26,7 +26,7 @@ Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
libjson-c-dev,
|
libjson-c-dev,
|
||||||
libkeyutils-dev,
|
libkeyutils-dev,
|
||||||
libnvme1 (= ${binary:Version}),
|
libnvme1t64 (= ${binary:Version}),
|
||||||
libssl-dev,
|
libssl-dev,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Description: NVMe management library (development)
|
Description: NVMe management library (development)
|
||||||
|
@ -37,7 +37,10 @@ Description: NVMe management library (development)
|
||||||
.
|
.
|
||||||
This package contains the development files.
|
This package contains the development files.
|
||||||
|
|
||||||
Package: libnvme1
|
Package: libnvme1t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libnvme1
|
||||||
|
Breaks: libnvme1 (<< ${source:Version})
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
|
@ -57,7 +60,7 @@ Package: python3-libnvme
|
||||||
Section: python
|
Section: python
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
libnvme1 (= ${binary:Version}),
|
libnvme1t64 (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python3:Depends},
|
${python3:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
|
1
debian/libnvme1t64.lintian-overrides
vendored
Normal file
1
debian/libnvme1t64.lintian-overrides
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
libnvme1t64: package-name-doesnt-match-sonames libnvme1
|
Loading…
Add table
Reference in a new issue