From a5ae5cf72a17a58b10ab80cc8021baaaa995bbce Mon Sep 17 00:00:00 2001 From: Patrick Franz Date: Thu, 15 Feb 2024 19:41:33 +0100 Subject: [PATCH] Build-depend on pkgconf instead of pkg-config as the latter has been superseded by the former. --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e7e61bd..370d2b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ qt6-base (6.6.2+dfsg-1) UNRELEASED; urgency=medium * Refresh patches and remove patches that have been applied upstream. * Update list of installed files. * Update symbols from buildlogs. + * Build-depend on pkgconf instead of pkg-config as the latter has been + superseded by the former. -- Debian Qt/KDE Maintainers Thu, 15 Feb 2024 18:14:07 +0100 @@ -134,7 +136,6 @@ qt6-base (6.4.2+dfsg-20) unstable; urgency=medium * Add patch to fix CVE-2023-37369. -- Patrick Franz Fri, 22 Dec 2023 16:11:45 +0100 ->>>>>>> master qt6-base (6.4.2+dfsg-19) unstable; urgency=medium diff --git a/debian/control b/debian/control index 886da52..777cca9 100644 --- a/debian/control +++ b/debian/control @@ -69,7 +69,7 @@ Build-Depends: cmake (>= 3.24~), libxrender-dev, libzstd-dev, ninja-build, - pkg-config, + pkgconf, pkg-kde-tools (>= 0.15.17~), qt6-base-dev:native , unixodbc-dev,