diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:45:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:54:52 +0000 |
commit | 76acb4a780d50e6deefa2816a1fe3b7c8e0359f8 (patch) | |
tree | 51c35da511de5ea4f246122689239f2eb79a0621 /debian/control | |
parent | Merging upstream version 3.4.0. (diff) | |
download | knot-76acb4a780d50e6deefa2816a1fe3b7c8e0359f8.tar.xz knot-76acb4a780d50e6deefa2816a1fe3b7c8e0359f8.zip |
Merging debian version 3.4.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/debian/control b/debian/control index 8a5bf0e..0a0d76b 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,6 @@ XSBC-Original-Uploaders: Robert Edmonds <edmonds@debian.org>, Jakub Ružička <jru@debian.org>, Bugs: mailto:maintainers@lists.progress-linux.org -Build-Depends-Indep: - python3-setuptools, - python3-sphinx, - python3-sphinx-panels, Build-Depends: autoconf, automake, @@ -43,6 +39,9 @@ Build-Depends: pkgconf, protobuf-c-compiler, python3-all, + python3-setuptools, + python3-sphinx, + python3-sphinx-panels, Standards-Version: 4.7.0 Homepage: https://www.knot-dns.cz/ Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/knot @@ -56,7 +55,7 @@ Architecture: any Depends: adduser, libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, @@ -74,7 +73,7 @@ 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: libknot15 Architecture: any Depends: ${misc:Depends}, @@ -130,7 +129,7 @@ Architecture: any Depends: libdnssec9 (= ${binary:Version}), libgnutls28-dev, - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, Section: libdevel @@ -149,7 +148,7 @@ Package: knot-dnsutils Architecture: any Depends: libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, @@ -182,7 +181,7 @@ Package: knot-dnssecutils Architecture: any Depends: libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, @@ -210,7 +209,7 @@ Package: knot-host Architecture: any Depends: libdnssec9 (= ${binary:Version}), - libknot14 (= ${binary:Version}), + libknot15 (= ${binary:Version}), libzscanner4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, @@ -297,7 +296,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: - libknot14t64 (>= ${source:Version}), + libknot15 (>= ${source:Version}), ${misc:Depends}, ${python3:Depends}, Section: python |