diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:44:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:44:07 +0000 |
commit | 77714bfd86cfa40ca745567a6fa3ffc98ff8a1d6 (patch) | |
tree | 2a74f1ea7958b1ada8b283def863dbca7765d9fd /distro | |
parent | Adding debian version 3.3.8-1. (diff) | |
download | knot-77714bfd86cfa40ca745567a6fa3ffc98ff8a1d6.tar.xz knot-77714bfd86cfa40ca745567a6fa3ffc98ff8a1d6.zip |
Merging upstream version 3.3.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'distro')
-rw-r--r-- | distro/pkg/deb-nolibxdp/control | 1 | ||||
-rw-r--r-- | distro/pkg/deb-noxdp/control | 1 | ||||
-rw-r--r-- | distro/pkg/deb/control | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/distro/pkg/deb-nolibxdp/control b/distro/pkg/deb-nolibxdp/control index 7db1fb2..ac5211b 100644 --- a/distro/pkg/deb-nolibxdp/control +++ b/distro/pkg/deb-nolibxdp/control @@ -269,6 +269,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: + libknot14 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Section: python diff --git a/distro/pkg/deb-noxdp/control b/distro/pkg/deb-noxdp/control index 147715a..be9dd3f 100644 --- a/distro/pkg/deb-noxdp/control +++ b/distro/pkg/deb-noxdp/control @@ -273,6 +273,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: + libknot14 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Section: python diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 2fb547a..5df1b62 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -270,6 +270,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: + libknot14 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Section: python |