From 07127ecb7aaf0e14dff6f44ae213b20846e8c86d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 3 Mar 2025 18:21:54 -0700 Subject: [PATCH] fix another jfreechart 1.5.5 API issue --- debian/patches/anotherone.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/anotherone.patch diff --git a/debian/patches/anotherone.patch b/debian/patches/anotherone.patch new file mode 100644 index 00000000..7ce85715 --- /dev/null +++ b/debian/patches/anotherone.patch @@ -0,0 +1,13 @@ +diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java +index 47ba3d427..777b6855d 100644 +--- a/altosui/AltosGraphUI.java ++++ b/altosui/AltosGraphUI.java +@@ -29,7 +29,7 @@ import org.altusmetrum.altosuilib_14.*; + + import org.jfree.chart.ChartPanel; + import org.jfree.chart.JFreeChart; +-import org.jfree.ui.RefineryUtilities; ++import org.jfree.chart.ui.UIUtils; + + public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, AltosUnitsListener, AltosFilterListener + { diff --git a/debian/patches/series b/debian/patches/series index 44f6506a..cb688176 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ more-includes.patch use-smaller-crt0.patch jfreechart-1.5.5.patch +anotherone.patch -- 2.47.2