Build-depend on pkgconf instead of pkg-config as the latter has been superseded by the former.

ci/unstable
Patrick Franz 12 months ago
parent 36a6dc2780
commit a5ae5cf72a
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56

3
debian/changelog vendored

@ -6,6 +6,8 @@ qt6-base (6.6.2+dfsg-1) UNRELEASED; urgency=medium
* Refresh patches and remove patches that have been applied upstream. * Refresh patches and remove patches that have been applied upstream.
* Update list of installed files. * Update list of installed files.
* Update symbols from buildlogs. * 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 <debian-qt-kde@lists.debian.org> Thu, 15 Feb 2024 18:14:07 +0100 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 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. * Add patch to fix CVE-2023-37369.
-- Patrick Franz <deltaone@debian.org> Fri, 22 Dec 2023 16:11:45 +0100 -- Patrick Franz <deltaone@debian.org> Fri, 22 Dec 2023 16:11:45 +0100
>>>>>>> master
qt6-base (6.4.2+dfsg-19) unstable; urgency=medium qt6-base (6.4.2+dfsg-19) unstable; urgency=medium

2
debian/control vendored

@ -69,7 +69,7 @@ Build-Depends: cmake (>= 3.24~),
libxrender-dev, libxrender-dev,
libzstd-dev, libzstd-dev,
ninja-build, ninja-build,
pkg-config, pkgconf,
pkg-kde-tools (>= 0.15.17~), pkg-kde-tools (>= 0.15.17~),
qt6-base-dev:native <cross>, qt6-base-dev:native <cross>,
unixodbc-dev, unixodbc-dev,

Loading…
Cancel
Save