]> 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>
Tue, 13 Feb 2024 21:36:09 +0000 (22:36 +0100)
debian/changelog
debian/control

index 34aa895d695c7604813a44adc814a008c4140e8c..cea6b835445bbb134cf6d0693354ea0428106429 100644 (file)
@@ -25,6 +25,7 @@ bcachefs-tools (1:1.4.2~git20240213-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>  Tue, 13 Feb 2024 21:43:21 +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,