summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-02-04 20:19:33 +0100
committergregor herrmann <gregoa@debian.org>2023-02-04 20:22:51 +0100
commit78fac9dab4bcd6f9ba5e4eac43ab9560f27d687f (patch)
tree59450f4914d084e8d089666772fb5195c1c2f205
parentd20e252a84ecfba5fd111e84b49cf1011ca836e6 (diff)
Update Recommends and Suggests.
libmoo-perl is needed by Net::OpenSSH::ObjectRemote (thanks autopkgtests), libanyevent-perl and libobject-remote-perl are optional modules.
-rw-r--r--debian/control7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index bb99169..0b6fc3e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,11 @@ Multi-Arch: foreign
Depends: ${misc:Depends},
${perl:Depends},
openssh-client
-Suggests: libio-pty-perl,
- libnet-sftp-foreign-perl
+Recommends: libmoo-perl
+Suggests: libanyevent-perl,
+ libio-pty-perl,
+ libnet-sftp-foreign-perl,
+ libobject-remote-perl
Description: Perl SSH client package implemented on top of OpenSSH
Net::OpenSSH is a secure shell client package implemented on top of the
OpenSSH binary client (ssh), leveraging the multiplexing feature found