diff options
| author | David Bremner <david@tethera.net> | 2024-08-05 10:14:40 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2024-08-05 10:14:40 -0300 |
| commit | 85c1dbded05dc182b131e5ad798e5956dc6eb359 (patch) | |
| tree | 1a6f43d3bd11b560fc62aaa5b750068e474b402d | |
| parent | a7052376d3cbac52f726a3615a3201bac9a086c2 (diff) | |
debian: migrate build dependency to pkgconfdebian/0.38.3-3archive/debian/0.38.3-3
pkgconf is apparently the annointed successor to pkg-config, at least
in Debian.
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1bd26a1e..3a792518 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 4dc525c1..08e3c7f3 100644 --- a/debian/control +++ b/debian/control @@ -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, |
