]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Build-Depend on pkgconf instead of pkg-config (Lintian warning).
authorSteinar H. Gunderson <sesse@debian.org>
Tue, 13 Feb 2024 21:08:40 +0000 (22:08 +0100)
committerSteinar H. Gunderson <sesse@debian.org>
Wed, 21 Feb 2024 18:36:13 +0000 (19:36 +0100)
debian/changelog
debian/control

index 8a4202d87f443c32076cddeeaf66f7c94dcee0a0..726208278a0d272943945310b314cdfb460f6858 100644 (file)
@@ -26,6 +26,7 @@ bcachefs-tools (1:1.6.3-0.1) UNRELEASED; urgency=medium
       - bindgen (0.69.4 -> 0.66; see revert-bindgen-changes.patch above)
     * Add build-dependency on all relevant Rust crates, and on python3:native
       due to use of the Cargo wrapper.
+  * Build-Depend on pkgconf instead of pkg-config (Lintian warning).
 
  -- Steinar H. Gunderson <sesse@debian.org>  Wed, 21 Feb 2024 19:32:51 +0100
 
index 9023256331c4a21853e2afe6f2ac33b4a82365d7..7d50c1dacd76e340e2cb5f97e2ded12cdaafafad 100644 (file)
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper-compat (= 13),
                cargo,
                python3:native,
-               pkg-config,
+               pkgconf,
                python3-docutils,
                python3-pytest,
                libaio-dev,