debian: migrate build dependency to pkgconf

pkgconf is apparently the annointed successor to pkg-config, at least
in Debian.
This commit is contained in:
David Bremner 2024-08-05 10:14:40 -03:00
parent a7052376d3
commit 85c1dbded0
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -14,8 +14,9 @@ notmuch (0.38.3-3) unstable; urgency=medium
#1077911). #1077911).
* skip test T810-tsan everywhere, as it seems broken by the latest glib * skip test T810-tsan everywhere, as it seems broken by the latest glib
(Closes: #1077910). Thanks to Jeremy Bícha for the report (Closes: #1077910). Thanks to Jeremy Bícha for the report
* Replace build-dependency on pkg-config with pkgconf
-- David Bremner <bremner@debian.org> Mon, 05 Aug 2024 08:48:01 -0300 -- David Bremner <bremner@debian.org> Mon, 05 Aug 2024 10:13:01 -0300
notmuch (0.38.3-2) unstable; urgency=medium notmuch (0.38.3-2) unstable; urgency=medium

2
debian/control vendored
View file

@ -30,7 +30,7 @@ Build-Depends: dpkg-dev (>= 1.22.5),
libtalloc-dev, libtalloc-dev,
libxapian-dev, libxapian-dev,
libz-dev, libz-dev,
pkg-config, pkgconf,
python3, python3,
python3-cffi, python3-cffi,
python3-pytest, python3-pytest,