From f869b412932e82bb06ccf3308675a38e14521e08 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 14 Jul 2020 09:05:58 -0600 Subject: [PATCH] return to hard dependency on openjdk-8-jre --- debian/changelog | 9 +++++++++ debian/control | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 36cd489d..e04863a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +openrocket (15.03.6) unstable; urgency=medium + + * it turns out the current release of openrocket (15.03) doesn't actually + work on Java later than 8, so revert the change made in response to bug + 920726, returning to a hard dependency on openjdk-8-jre until there is + a new upstream release that supports newer Java versions. + + -- Bdale Garbee Tue, 14 Jul 2020 09:05:35 -0600 + openrocket (15.03.5) unstable; urgency=medium * change dependency to default-jre, closes: #920726 diff --git a/debian/control b/debian/control index 71259d53..af903f07 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: https://git.gag.com/?p=debian/openrocket Package: openrocket Architecture: all -Depends: wget, unzip, ${misc:Depends}, ${shlibs:Depends}, default-jre +Depends: wget, unzip, ${misc:Depends}, ${shlibs:Depends}, openjdk-8-jre Description: Model Rocket Simulator OpenRocket is a free, fully featured model rocket simulator that allows you to design and simulate your rockets before actually building and -- 2.30.2