From 71f91f08f45c1167743d55b2168a4d45c11c8eae Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Sun, 12 Feb 2023 23:26:32 +0100 Subject: debian: T5003: Update XDP for latest libbpf --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 1e593d378..eb8ac35a6 100644 --- a/debian/control +++ b/debian/control @@ -78,7 +78,7 @@ Depends: lcdproc, lcdproc-extra-drivers, libatomic1, - libbpf0 [amd64], + libbpf1 [amd64], libcharon-extra-plugins (>=5.9), libcharon-extauth-plugins (>=5.9), libndp-tools, -- cgit v1.2.3 From da37c537975de5adc111c2aca86426adc49a8637 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Mon, 13 Feb 2023 00:55:31 +0100 Subject: debian: T5003: Remove obsolete crda package Kernel now performs this function internally --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index eb8ac35a6..f311abd42 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,6 @@ Depends: conserver-client, conserver-server, console-data, - crda, cron, curl, dbus, -- cgit v1.2.3 From 9e32eb7374441f6d521d3a22f128ab8ee8945abf Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:21:53 +0100 Subject: debian: T5003: Build tests require iproute2 --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f311abd42..19f98b799 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: fakeroot, gcc-multilib [amd64], clang [amd64], + iproute2, llvm [amd64], libbpf-dev [amd64], libelf-dev (>= 0.2) [amd64], -- cgit v1.2.3