From 8822c451b298b256d4de66cb2e56890b336b6a70 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 9 Apr 2021 11:05:00 +0200 Subject: Debian: bullseye needs libxtables-dev over iptables-dev --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1f200fdf1..68cae42e8 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: bison, dpkg-dev (>= 1.16.2), flex, gperf, - iptables-dev [linux-any], + iptables-dev [linux-any] | libxtables-dev [linux-any], libcap-dev [linux-any], libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, libgcrypt20-dev | libgcrypt11-dev, -- cgit v1.2.3