summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-04-01 21:37:06 +0100
committerColin Watson <cjwatson@debian.org>2018-04-01 21:37:06 +0100
commit93744d47ea1c0d04c591608dd05e2212445a9e62 (patch)
tree5b84e04e833c51f0f52cb5f06b6e69720e91fa82 /debian
parent4206ad30a946190d10b04e951bdf56f633bcbbc0 (diff)
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
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control1
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 627124b96..119fc9476 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
1openssh (1:7.6p1-5) UNRELEASED; urgency=medium
2
3 * Explicitly build-depend on pkg-config, rather than implicitly
4 build-depending on it via libgtk-3-dev (thanks, Aurelien Jarno; closes:
5 #894558).
6
7 -- Colin Watson <cjwatson@debian.org> Sun, 01 Apr 2018 21:35:12 +0100
8
1openssh (1:7.6p1-4) unstable; urgency=medium 9openssh (1:7.6p1-4) unstable; urgency=medium
2 10
3 * Move VCS to salsa.debian.org. 11 * 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,
16 libssl1.0-dev | libssl-dev (<< 1.1.0~), 16 libssl1.0-dev | libssl-dev (<< 1.1.0~),
17 libsystemd-dev [linux-any], 17 libsystemd-dev [linux-any],
18 libwrap0-dev | libwrap-dev, 18 libwrap0-dev | libwrap-dev,
19 pkg-config,
19 zlib1g-dev (>= 1:1.2.3), 20 zlib1g-dev (>= 1:1.2.3),
20Standards-Version: 4.1.0 21Standards-Version: 4.1.0
21Uploaders: Colin Watson <cjwatson@debian.org>, 22Uploaders: Colin Watson <cjwatson@debian.org>,