diff options
author | Colin Watson <cjwatson@debian.org> | 2018-04-01 21:37:06 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-04-01 21:37:06 +0100 |
commit | 93744d47ea1c0d04c591608dd05e2212445a9e62 (patch) | |
tree | 5b84e04e833c51f0f52cb5f06b6e69720e91fa82 /debian/changelog | |
parent | 4206ad30a946190d10b04e951bdf56f633bcbbc0 (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/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 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. |