Rename libraries for 64-bit time_t transition.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1f54e82061
commit
29327b83bb
3 changed files with 6 additions and 2 deletions
7
debian/control
vendored
7
debian/control
vendored
|
@ -19,7 +19,7 @@ Package: libdnswire-dev
|
|||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends:
|
||||
libdnswire1 (= ${binary:Version}),
|
||||
libdnswire1t64 (= ${binary:Version}),
|
||||
libprotobuf-c-dev,
|
||||
libtinyframe-dev,
|
||||
${misc:Depends},
|
||||
|
@ -29,7 +29,10 @@ Description: DNS encapsulations and transporting (development)
|
|||
.
|
||||
This package contains the development files.
|
||||
|
||||
Package: libdnswire1
|
||||
Package: libdnswire1t64
|
||||
Provides: ${t64:Provides}
|
||||
Replaces: libdnswire1
|
||||
Breaks: libdnswire1 (<< ${source:Version})
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends:
|
||||
|
|
1
debian/libdnswire1t64.lintian-overrides
vendored
Normal file
1
debian/libdnswire1t64.lintian-overrides
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
libdnswire1t64: package-name-doesnt-match-sonames libdnswire1
|
Loading…
Add table
Reference in a new issue