diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:00:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:00:46 +0000 |
commit | 8eda546b8de38aa3bf89b8ae6cafb583e0b10bc4 (patch) | |
tree | 817c7927633923cb1ca987c1f65bbeca4bc5bacf /debian/control | |
parent | Adding debian version 3.3.4-1. (diff) | |
download | knot-8eda546b8de38aa3bf89b8ae6cafb583e0b10bc4.tar.xz knot-8eda546b8de38aa3bf89b8ae6cafb583e0b10bc4.zip |
Adding debian version 3.3.4-1.1.debian/3.3.4-1.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 fdf998e..547a779 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,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), @@ -49,9 +49,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: @@ -68,7 +68,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}, @@ -85,7 +88,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}, @@ -102,7 +108,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}, @@ -122,10 +131,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 @@ -142,9 +151,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: @@ -175,9 +184,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: @@ -203,9 +212,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 |