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 | fd5f9bb4c1cc9f57328953fcb6d5bb228449c561 (patch) | |
tree | 1e21d9c1e908a873b407ab562472aef5b780410d | |
parent | Merging upstream version 3.3.9. (diff) | |
download | knot-fd5f9bb4c1cc9f57328953fcb6d5bb228449c561.tar.xz knot-fd5f9bb4c1cc9f57328953fcb6d5bb228449c561.zip |
Adding debian version 3.3.9-1.debian/3.3.9-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d1494ae..7791a37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +knot (3.3.9-1) unstable; urgency=medium + + * New upstream version 3.3.9 (Closes: #1078625) + * Add libknot to python3-libknot Depends + * Update Build-Depends: pkg-config => pkgconf + + -- Jakub Ružička <jru@debian.org> Mon, 26 Aug 2024 13:07:53 +0200 + knot (3.3.8-1) unstable; urgency=medium * New upstream version 3.3.8 diff --git a/debian/control b/debian/control index 4f18c46..9f0aa43 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Build-Depends: libtool, liburcu-dev, libxdp-dev [!hurd-amd64 !hurd-i386 !alpha !arc !hppa !ia64 !loong64 !m68k !powerpc !sh4 !sparc64 !x32], - pkg-config, + pkgconf, protobuf-c-compiler, python3-all, Standards-Version: 4.7.0 @@ -301,6 +301,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: + libknot14t64 (>= ${source:Version}), ${misc:Depends}, ${python3:Depends}, Section: python |