mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-21 08:54:54 +01:00
debian: migrate build dependency to pkgconf
pkgconf is apparently the annointed successor to pkg-config, at least in Debian.
This commit is contained in:
parent
a7052376d3
commit
85c1dbded0
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -14,8 +14,9 @@ notmuch (0.38.3-3) unstable; urgency=medium
|
|||
#1077911).
|
||||
* skip test T810-tsan everywhere, as it seems broken by the latest glib
|
||||
(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
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -30,7 +30,7 @@ Build-Depends: dpkg-dev (>= 1.22.5),
|
|||
libtalloc-dev,
|
||||
libxapian-dev,
|
||||
libz-dev,
|
||||
pkg-config,
|
||||
pkgconf,
|
||||
python3,
|
||||
python3-cffi,
|
||||
python3-pytest,
|
||||
|
|
Loading…
Reference in a new issue