Commit 9ae565fa authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

iptables-nftables-compat: link compat manpages to the originals



There are no specific manpages for the -compat tools right now.

Writting such manpages is something I would like to discuss with upstream.
I think the best sollution by now is to simply redirect users to the originals.
For this, a dependency with the original tools is required.

It should be noted that such a dependency is not weird, since its very likely
that users of the iptables-nftables-compat package are triying to migrate
their ruleset, so they need the original tools anyway.
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
parent d0c66152
......@@ -54,7 +54,9 @@ Description: iptables development files
Package: iptables-nftables-compat
Architecture: linux-any
Priority: optional
Depends: iptables (=${binary:Version}),
Depends: arptables,
ebtables,
iptables (=${binary:Version}),
libxtables11 (=${binary:Version}),
${misc:Depends},
${shlibs:Depends}
......
usr/share/man/man8/arptables.8.gz usr/share/man/man8/arptables-compat.8.gz
usr/share/man/man8/ebtables.8.gz usr/share/man/man8/ebtables-compat.8.gz
usr/share/man/man8/iptables-restore.8.gz usr/share/man/man8/ip6tables-compat-restore.8.gz
usr/share/man/man8/iptables-restore.8.gz usr/share/man/man8/iptables-compat-restore.8.gz
usr/share/man/man8/iptables-save.8.gz usr/share/man/man8/ip6tables-compat-save.8.gz
usr/share/man/man8/iptables-save.8.gz usr/share/man/man8/iptables-compat-save.8.gz
usr/share/man/man8/iptables.8.gz usr/share/man/man8/ip6tables-compat.8.gz
usr/share/man/man8/iptables.8.gz usr/share/man/man8/iptables-compat.8.gz
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment