summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/tests/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c6fb1c2e6..4339216e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1openssh (1:7.3p1-5) UNRELEASED; urgency=medium
2
3 * debian/tests/control: Add dependency on openssl, required by the PuTTY
4 interoperability tests.
5
6 -- Colin Watson <cjwatson@debian.org> Sat, 03 Dec 2016 03:42:22 +0000
7
1openssh (1:7.3p1-4) unstable; urgency=medium 8openssh (1:7.3p1-4) unstable; urgency=medium
2 9
3 * Adjust Build-Depends further to avoid considering libssl-dev >= 1.1.0~ 10 * Adjust Build-Depends further to avoid considering libssl-dev >= 1.1.0~
diff --git a/debian/tests/control b/debian/tests/control
index 5a54be563..98f08e4dc 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
1Tests: regress 1Tests: regress
2Restrictions: needs-root allow-stderr 2Restrictions: needs-root allow-stderr
3Depends: @builddeps@, openssh-client, openssh-server, openssh-sftp-server, sudo, putty-tools (>= 0.67-2), python-twisted-conch (>= 1:15.5.0-1) 3Depends: @builddeps@, openssh-client, openssh-server, openssh-sftp-server, sudo, openssl, putty-tools (>= 0.67-2), python-twisted-conch (>= 1:15.5.0-1)