From: Bdale Garbee Date: Tue, 4 Mar 2025 01:21:54 +0000 (-0700) Subject: fix another jfreechart 1.5.5 API issue X-Git-Tag: debian/1.9.19-4~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=07127ecb7aaf0e14dff6f44ae213b20846e8c86d;p=fw%2Faltos fix another jfreechart 1.5.5 API issue --- 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