From 93744d47ea1c0d04c591608dd05e2212445a9e62 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 1 Apr 2018 21:37:06 +0100 Subject: Explicitly build-depend on pkg-config Build-depending on it via libgtk-3-dev is insufficient, especially when using the pkg.openssh.nognome build profile. Thanks to Aurelien Jarno. Closes: #894558 --- debian/changelog | 8 ++++++++ debian/control | 1 + 2 files changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 627124b96..119fc9476 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openssh (1:7.6p1-5) UNRELEASED; urgency=medium + + * Explicitly build-depend on pkg-config, rather than implicitly + build-depending on it via libgtk-3-dev (thanks, Aurelien Jarno; closes: + #894558). + + -- Colin Watson Sun, 01 Apr 2018 21:35:12 +0100 + openssh (1:7.6p1-4) unstable; urgency=medium * Move VCS to salsa.debian.org. diff --git a/debian/control b/debian/control index 541753a8e..4452e62b0 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: autotools-dev, libssl1.0-dev | libssl-dev (<< 1.1.0~), libsystemd-dev [linux-any], libwrap0-dev | libwrap-dev, + pkg-config, zlib1g-dev (>= 1:1.2.3), Standards-Version: 4.1.0 Uploaders: Colin Watson , -- cgit v1.2.3