From 52f07c9c2b4d0fd7c4ac68bb7fa5be8429751e29 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Jan 2023 11:46:17 +0000 Subject: [PATCH] debian/control: Add many missing Recommends userv-ipif requires `ifconfig` and NetAddr::Ip::Lite. The usual server config wants iptables and a syslogd. Signed-off-by: Ian Jackson --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0e2c7d8..8d6393b 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,8 @@ Standards-Version: 4.6.1 Package: hippotat-client Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, hippotat-common -Recommends: hippotat-doc, userv, userv-utils (>= 0.6.0~~iwj4) +Recommends: hippotat-doc, + userv, userv-utils (>= 0.6.0~~iwj4), libnetaddr-ip-perl Description: IP Over HTTP (Asinine) - client IP-over-HTTP client. . @@ -60,7 +61,9 @@ Package: hippotat-server Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, hippotat-common, lsb-base Pre-Depends: ${misc:Pre-Depends} -Recommends: hippotat-doc, userv, userv-utils (>= 0.6.0~~iwj4) +Recommends: hippotat-doc, + userv, userv-utils (>= 0.6.0~~iwj4), libnetaddr-ip-perl, + iptables, rsyslog | system-log-daemon Suggests: authbind Description: IP Over HTTP (Asinine) - server IP-over-HTTP server. -- 2.30.2