summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-11-15 01:30:32 +0000
committerColin Watson <cjwatson@debian.org>2018-11-15 01:30:48 +0000
commit7d993cf4035ec1873db38fe2c5d2dd5f580e2630 (patch)
treee5dd993abe9271e6158efa35e8ecdf6ee9d6d7e0
parent78bc85943c855df6df3ea0fe501bff25f2aa7b2a (diff)
Restore some direct test dependencies
Restore direct test dependencies on openssl, putty-tools, and python-twisted-conch; these are really only indirect dependencies via openssh-tests, but including them means that this package will be retested when they change.
-rw-r--r--debian/changelog4
-rw-r--r--debian/tests/control3
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a6e530341..8c5202e24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ openssh (1:7.9p1-3) UNRELEASED; urgency=medium
3 * Be more specific about what files to install in openssh-tests, to avoid 3 * Be more specific about what files to install in openssh-tests, to avoid
4 installing a symlink into the build tree. 4 installing a symlink into the build tree.
5 * Re-export debian/upstream/signing-key.asc without extra signatures. 5 * Re-export debian/upstream/signing-key.asc without extra signatures.
6 * Restore direct test dependencies on openssl, putty-tools, and
7 python-twisted-conch; these are really only indirect dependencies via
8 openssh-tests, but including them means that this package will be
9 retested when they change.
6 10
7 -- Colin Watson <cjwatson@debian.org> Thu, 15 Nov 2018 00:47:48 +0000 11 -- Colin Watson <cjwatson@debian.org> Thu, 15 Nov 2018 00:47:48 +0000
8 12
diff --git a/debian/tests/control b/debian/tests/control
index 85220df4e..b010ac63c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,5 +3,8 @@ Restrictions: needs-root allow-stderr
3Depends: devscripts, 3Depends: devscripts,
4 haveged, 4 haveged,
5 openssh-tests, 5 openssh-tests,
6 openssl,
7 putty-tools,
8 python-twisted-conch,
6 sudo, 9 sudo,
7 sysvinit-utils, 10 sysvinit-utils,