From a4b762aa063cb384e36af5dfbb37b02094b7edef Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 4 Sep 2025 12:21:47 -0700 Subject: [PATCH] debian: Build depend on default-jdk-headless When building the package, we don't need to run any java apps with a GUI, we just need the compiler. Switching the dependency reduces the number of packages loaded at build time by a bunch. Signed-off-by: Keith Packard --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ea0c086c..c104f470 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: asciidoctor, autoconf, automake, debhelper (>= 13), - default-jdk:native, + default-jdk-headless:native, faketime, freetts, gawk, -- 2.47.3