[elbe-devel] [PATCH 2/9] debian: control: make dependencies compatible with Ubuntu

Thomas Weißschuh thomas.weissschuh at linutronix.de
Fri Mar 21 14:31:26 CET 2025


For Ubuntu the kernel packages are named differently.
Handle that properly.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index eed58cbbe003a82500c0a8200d01fde89b0b8924..cbef16006646cef86596de55dd230bb0c5c4e117 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends: debhelper-compat (= 13),
   python3-pytest,
   python3-sphinx,
   python3-sphinx-rtd-theme,
-  linux-image-amd64 [amd64]
+  linux-image-amd64 [amd64] | linux-image-generic
 Standards-Version: 3.9.6
 Rules-Requires-Root: no
 Homepage: https://elbe-rfs.org

-- 
2.48.1



More information about the elbe-devel mailing list