[neon/qt/qtconnectivity/Neon/unstable] debian: Replace pkg-config build-dependency with pkgconf.
Dmitry Shachnev
null at kde.org
Mon Apr 29 17:44:03 BST 2024
Git commit 88323475cb0ac698ee383814193b1904893df397 by Dmitry Shachnev.
Committed on 09/03/2024 at 12:41.
Pushed by jriddell into branch 'Neon/unstable'.
Replace pkg-config build-dependency with pkgconf.
M +1 -0 debian/changelog
M +1 -1 debian/control
https://invent.kde.org/neon/qt/qtconnectivity/-/commit/88323475cb0ac698ee383814193b1904893df397
diff --git a/debian/changelog b/debian/changelog
index da2d0eb..53d41bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtconnectivity-opensource-src (5.15.13-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream release.
* Bump Qt build-dependencies to 5.15.13.
+ * Replace pkg-config build-dependency with pkgconf.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 09 Mar 2024 14:42:15 +0300
diff --git a/debian/control b/debian/control
index 4781b97..bc84591 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Simon Quigley <tsimonq2 at debian.org>
Build-Depends: debhelper-compat (= 13),
libbluetooth-dev [linux-any],
- pkg-config,
pkg-kde-tools,
+ pkgconf,
qtbase5-dev (>= 5.15.13+dfsg~),
qtbase5-private-dev (>= 5.15.13+dfsg~),
qtdeclarative5-dev (>= 5.15.13+dfsg~)
More information about the Neon-commits
mailing list