From 4fd50f3cc44e537e930c0fccb2d9944575246c90 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 18 Jun 2024 13:16:30 +0200 Subject: [PATCH] Build depend on pkgconf instead of pkg-config. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e4b4691..59d6344 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ fuse-exfat (1.4.0-3) UNRELEASED; urgency=medium * UsrMerge, install with prefix /usr. (Closes: #1073755) + * Build depend on pkgconf instead of pkg-config. -- Sven Hoexter Tue, 18 Jun 2024 13:06:34 +0200 diff --git a/debian/control b/debian/control index 84d5d73..4cd8c5b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fuse-exfat Section: otherosfs Priority: optional Maintainer: Sven Hoexter -Build-Depends: debhelper-compat (= 13), libfuse3-dev, pkg-config +Build-Depends: debhelper-compat (= 13), libfuse3-dev, pkgconf Rules-Requires-Root: no Standards-Version: 4.6.2 Homepage: https://github.com/relan/exfat -- 2.39.2