diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 |
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 @@ | |||
1 | openssh (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 | |||
1 | openssh (1:7.6p1-4) unstable; urgency=medium | 9 | openssh (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), |
20 | Standards-Version: 4.1.0 | 21 | Standards-Version: 4.1.0 |
21 | Uploaders: Colin Watson <cjwatson@debian.org>, | 22 | Uploaders: Colin Watson <cjwatson@debian.org>, |