Package: plantuml
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu noble ubuntu-patch
Dear Maintainer,
openjdk-*-jre-headless packages now recommend fontmanager dependencies, not
depend on them. This breaks plantuml, because the binary package depends on
default-jre-headless and recommended packages are not installed in the build
enviroment.
In Ubuntu, the attached patch was applied to achieve the following:
* d/control: make plantuml depend on default-jre, not default-jre-
headless (LP: #2060267).
Thanks for considering the patch.
-- System Information:
Debian Release: trixie/sid
APT prefers mantic-updates
APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500,
'mantic'), (100, 'mantic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.5.0-26-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru plantuml-1.2020.2+ds/debian/control
plantuml-1.2020.2+ds/debian/control
--- plantuml-1.2020.2+ds/debian/control 2023-03-09 00:22:25.000000000 +1300
+++ plantuml-1.2020.2+ds/debian/control 2024-04-05 18:15:16.000000000 +1300
@@ -19,7 +19,7 @@
Architecture: all
Depends:
${misc:Depends},
- default-jre-headless,
+ default-jre,
libfop-java,
libbatik-java,
libjlatexmath-java,