diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 47 |
1 files changed, 28 insertions, 19 deletions
diff --git a/debian/control b/debian/control index 9d15cd4..2a57a6d 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends-Indep: python3-setuptools, python3-sphinx, python3-sphinx-panels, -Build-Depends: +Build-Depends: dpkg-dev (>= 1.22.5), autoconf, automake, debhelper-compat (= 13), @@ -54,9 +54,9 @@ Package: knot Architecture: any Depends: adduser, - libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), - libzscanner4 (= ${binary:Version}), + libdnssec9t64 (= ${binary:Version}), + libknot14t64 (= ${binary:Version}), + libzscanner4t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Pre-Depends: @@ -73,7 +73,10 @@ Description: Authoritative domain name server registry and hence is well suited to run anything from the root zone, the top-level domain, to many smaller standard domain names. -Package: libknot14 +Package: libknot14t64 +Provides: ${t64:Provides} +Replaces: libknot14 +Breaks: libknot14 (<< ${source:Version}) Architecture: any Depends: ${misc:Depends}, @@ -90,7 +93,10 @@ Description: Authoritative domain name server (shared library) This package provides libknot shared library used by Knot DNS and Knot Resolver. -Package: libzscanner4 +Package: libzscanner4t64 +Provides: ${t64:Provides} +Replaces: libzscanner4 +Breaks: libzscanner4 (<< ${source:Version}) Architecture: any Depends: ${misc:Depends}, @@ -107,7 +113,10 @@ Description: DNS zone-parsing shared library from Knot DNS This package provides a fast zone parser shared library used by Knot DNS and Knot Resolver. -Package: libdnssec9 +Package: libdnssec9t64 +Provides: ${t64:Provides} +Replaces: libdnssec9 +Breaks: libdnssec9 (<< ${source:Version}) Architecture: any Depends: ${misc:Depends}, @@ -127,10 +136,10 @@ Description: DNSSEC shared library from Knot DNS Package: libknot-dev Architecture: any Depends: - libdnssec9 (= ${binary:Version}), + libdnssec9t64 (= ${binary:Version}), libgnutls28-dev, - libknot14 (= ${binary:Version}), - libzscanner4 (= ${binary:Version}), + libknot14t64 (= ${binary:Version}), + libzscanner4t64 (= ${binary:Version}), ${misc:Depends}, Section: libdevel Description: Knot DNS shared library development files @@ -147,9 +156,9 @@ Description: Knot DNS shared library development files Package: knot-dnsutils Architecture: any Depends: - libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), - libzscanner4 (= ${binary:Version}), + libdnssec9t64 (= ${binary:Version}), + libknot14t64 (= ${binary:Version}), + libzscanner4t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Breaks: @@ -180,9 +189,9 @@ Description: Clients provided with Knot DNS (kdig, knsupdate, kxdpgun) Package: knot-dnssecutils Architecture: any Depends: - libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), - libzscanner4 (= ${binary:Version}), + libdnssec9t64 (= ${binary:Version}), + libknot14t64 (= ${binary:Version}), + libzscanner4t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Breaks: @@ -208,9 +217,9 @@ Description: DNSSEC tools provided with Knot DNS (kzonecheck, kzonesign, knsec3h Package: knot-host Architecture: any Depends: - libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), - libzscanner4 (= ${binary:Version}), + libdnssec9t64 (= ${binary:Version}), + libknot14t64 (= ${binary:Version}), + libzscanner4t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Description: Version of 'host' bundled with Knot DNS |