]> git.cworth.org Git - notmuch/commitdiff
debian: migrate build dependency to pkgconf archive/debian/0.38.3-3 debian/0.38.3-3
authorDavid Bremner <david@tethera.net>
Mon, 5 Aug 2024 13:14:40 +0000 (10:14 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 5 Aug 2024 13:14:40 +0000 (10:14 -0300)
pkgconf is apparently the annointed successor to pkg-config, at least
in Debian.

debian/changelog
debian/control

index 1bd26a1ec0c37dfc354563e1637e17318db7da4f..3a792518276345ee594b1717374b58809865dffb 100644 (file)
@@ -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
 
index 4dc525c17cd2e63cba3003f6dd670da1863e656b..08e3c7f3c42a4000c898651868d8b0fe37523b64 100644 (file)
@@ -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,