Rename libraries for 64-bit time_t transition.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2b1f7c076e
commit
79755b66ca
3 changed files with 6 additions and 2 deletions
7
debian/control
vendored
7
debian/control
vendored
|
@ -15,7 +15,7 @@ Section: libdevel
|
|||
Architecture: linux-any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
libck0 (= ${binary:Version}),
|
||||
libck0t64 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Concurrency Kit (development)
|
||||
|
@ -25,7 +25,10 @@ Description: Concurrency Kit (development)
|
|||
.
|
||||
This package contains the development files.
|
||||
|
||||
Package: libck0
|
||||
Package: libck0t64
|
||||
Provides: ${t64:Provides}
|
||||
Replaces: libck0
|
||||
Breaks: libck0 (<< ${source:Version})
|
||||
Section: libs
|
||||
Architecture: linux-any
|
||||
Pre-Depends:
|
||||
|
|
1
debian/libck0t64.lintian-overrides
vendored
Normal file
1
debian/libck0t64.lintian-overrides
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
libck0t64: package-name-doesnt-match-sonames libck0
|
Loading…
Add table
Reference in a new issue