From: Michael Prokop Date: Fri, 25 Nov 2022 16:05:50 +0000 (+0100) Subject: Promote iptables from Recommend to Depends X-Git-Tag: v0.14.1~1 X-Git-Url: http://git.grml.org/?p=grml-network.git;a=commitdiff_plain;h=94a6f8d78ae4d5f45223aa618bc11c6168f3565b Promote iptables from Recommend to Depends Otherwise tools like grml-router don't work OOTB: | grml@grml ~ % sudo grml-router | iptables: binary not found Given that iptables and its dependencies require less than 3MB of disk space on e.g. grml64-small, let's add it as dependency. Closes: https://github.com/grml/grml/issues/196 --- diff --git a/debian/control b/debian/control index 3174164..9ccd5f6 100644 --- a/debian/control +++ b/debian/control @@ -20,13 +20,13 @@ Depends: dialog, grml-etc-core, iproute2, + iptables, psmisc, zsh, ${misc:Depends}, ${shlibs:Depends}, Recommends: bridge-utils, - iptables, nmap, pppoeconf, resolvconf,