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:
|
||||
libjson-c-dev,
|
||||
libkeyutils-dev,
|
||||
libnvme1 (= ${binary:Version}),
|
||||
libnvme1t64 (= ${binary:Version}),
|
||||
libssl-dev,
|
||||
${misc:Depends},
|
||||
Description: NVMe management library (development)
|
||||
|
@ -37,7 +37,10 @@ Description: NVMe management library (development)
|
|||
.
|
||||
This package contains the development files.
|
||||
|
||||
Package: libnvme1
|
||||
Package: libnvme1t64
|
||||
Provides: ${t64:Provides}
|
||||
Replaces: libnvme1
|
||||
Breaks: libnvme1 (<< ${source:Version})
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends:
|
||||
|
@ -57,7 +60,7 @@ Package: python3-libnvme
|
|||
Section: python
|
||||
Architecture: any
|
||||
Depends:
|
||||
libnvme1 (= ${binary:Version}),
|
||||
libnvme1t64 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${python3: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