summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2024-02-26 11:15:24 +0000
committerColin Watson <cjwatson@debian.org>2024-02-26 11:15:24 +0000
commit5d90798133818ca88b0ee567072e41929d6b7495 (patch)
tree965ac70415b3c7d82094fd04c98e9c2d8672b49c
parenta6c7b9ef532489671e3a654ad38102cc30d94b5a (diff)
Build-depend on pkgconf rather than pkg-config
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ead6c575f..7af317360 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ openssh (1:9.6p1-4) UNRELEASED; urgency=medium
test to ensure it doesn't get out of date again.
* Drop manual adjustment of OpenSSL dependencies; OpenSSH relaxed its
checks for OpenSSL >= 3 in 9.4p1.
+ * Build-depend on pkgconf rather than pkg-config.
-- Colin Watson <cjwatson@debian.org> Fri, 16 Feb 2024 14:28:16 +0000
diff --git a/debian/control b/debian/control
index b2dbb8012..0a785bcb2 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 13.1~),
libssl-dev (>= 1.1.1),
libsystemd-dev [linux-any] | libelogind-dev [linux-any],
libwrap0-dev | libwrap-dev,
- pkg-config,
+ pkgconf,
zlib1g-dev,
Standards-Version: 4.6.2
Uploaders: Colin Watson <cjwatson@debian.org>,