>>>>> Matt Pavlovich <mattr...@apache.org>: > Heads up— the rules file references a jansi 2.4.1, but Karaf 4.4.8 uses 2.4.2 > sed -i -e 's#jansi/2.4.1#jansi/debian#' > $(DESTDIR)/etc/karaf/startup.properties
Thanks! The reason for this sed is that I try to, as far as possible, to rely on java libraries from other debian packages, such as e.g. https://packages.debian.org/trixie/libjansi-java (trixie is still using 2.4.1... possibly an issue...?) What effect the sed not hitting the line in startup.properties has, I'm not sure, but I will try fixing the sed and see what happens.