From: Keith Packard Date: Thu, 4 Sep 2025 19:21:47 +0000 (-0700) Subject: debian: Build depend on default-jdk-headless X-Git-Tag: debian/1.9.22-2~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a4b762aa063cb384e36af5dfbb37b02094b7edef;p=fw%2Faltos 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 --- 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,