diff options
Diffstat (limited to '')
-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 2ec5aba..2f2125f 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~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index ed19996..8a5bf0e 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,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 @@ -297,6 +297,7 @@ Description: Prometheus exporter for Knot DNS Package: python3-libknot Architecture: all Depends: + libknot14t64 (>= ${source:Version}), ${misc:Depends}, ${python3:Depends}, Section: python |