Promote iptables from Recommend to Depends
authorMichael Prokop <mika@grml.org>
Fri, 25 Nov 2022 16:05:50 +0000 (17:05 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 25 Nov 2022 16:05:50 +0000 (17:05 +0100)
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

index 3174164..9ccd5f6 100644 (file)
@@ -20,13 +20,13 @@ Depends:
  dialog,
  grml-etc-core,
  iproute2,
+ iptables,
  psmisc,
  zsh,
  ${misc:Depends},
  ${shlibs:Depends},
 Recommends:
  bridge-utils,
- iptables,
  nmap,
  pppoeconf,
  resolvconf,