From 94a6f8d78ae4d5f45223aa618bc11c6168f3565b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 25 Nov 2022 17:05:50 +0100 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.1.4