Julien Plissonneau Duquène pushed to branch master at Debian Java Maintainers / uncommons-watchmaker
Commits: cd5e5d9d by Julien Plissonneau Duquène at 2025-03-30T11:42:21+00:00 Add myself to uploaders Signed-off-by: Julien Plissonneau Duquène <[email protected]> - - - - - 560bd2c4 by Julien Plissonneau Duquène at 2025-03-30T11:42:28+00:00 Fix FTBFS caused by jfreechart API changes Closes: #1099295 Signed-off-by: Julien Plissonneau Duquène <[email protected]> - - - - - bec523fa by Julien Plissonneau Duquène at 2025-03-30T11:42:31+00:00 Promote Standards-Version to 4.7.2 Signed-off-by: Julien Plissonneau Duquène <[email protected]> - - - - - d6f1e632 by Julien Plissonneau Duquène at 2025-03-30T11:52:22+00:00 Fix clean rule Closes: #1048607 Signed-off-by: Julien Plissonneau Duquène <[email protected]> - - - - - 85edc38e by Julien Plissonneau Duquène at 2025-03-30T12:13:25+00:00 Include documentation files in package The Apache 2.0 license requires the accompanying NOTICE.txt to be included in the package. Signed-off-by: Julien Plissonneau Duquène <[email protected]> - - - - - 615e2d80 by Julien Plissonneau Duquène at 2025-04-28T15:59:25+00:00 Fix Format URL in debian/copyright Signed-off-by: Julien Plissonneau Duquène <[email protected]> - - - - - 9dcfce12 by Julien Plissonneau Duquène at 2025-04-28T16:00:31+00:00 Prepare for upload to unstable Signed-off-by: Julien Plissonneau Duquène <[email protected]> - - - - - 8 changed files: - debian/changelog - debian/control - debian/copyright - + debian/libuncommons-watchmaker-framework-java.docs - + debian/libuncommons-watchmaker-swing-java.docs - + debian/patches/jfreechart-compatibility.patch - + debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +uncommons-watchmaker (0.7.1-4) unstable; urgency=medium + + * Add myself to uploaders. + * Fix FTBFS caused by jfreechart API changes. (Closes: #1099295) + * Promote Standards-Version to 4.7.2 with no change. + * Fix clean rule. (Closes: #1048607) + * Include README.txt, CHANGELOG.txt and NOTICE.txt in documentation files. + * Fix Format URL in debian/copyright. + + -- Julien Plissonneau Duquène <[email protected]> Mon, 28 Apr 2025 16:00:14 +0000 + uncommons-watchmaker (0.7.1-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -2,6 +2,7 @@ Source: uncommons-watchmaker Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Julien Plissonneau Duquène <[email protected]> Build-Depends: debhelper-compat (= 13), default-jdk-headless | default-jdk, gradle-debian-helper, @@ -10,7 +11,7 @@ Build-Depends: debhelper-compat (= 13), libjfreechart-java, libuncommons-maths-java, maven-repo-helper -Standards-Version: 4.6.1 +Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/java-team/uncommons-watchmaker.git Vcs-Browser: https://salsa.debian.org/java-team/uncommons-watchmaker Homepage: http://watchmaker.uncommons.org ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/dwdyer/watchmaker Upstream-Name: Watchmaker Framework Upstream-Contact: Daniel Dyer W. <[email protected]> ===================================== debian/libuncommons-watchmaker-framework-java.docs ===================================== @@ -0,0 +1,3 @@ +README.txt +NOTICE.txt +CHANGELOG.txt ===================================== debian/libuncommons-watchmaker-swing-java.docs ===================================== @@ -0,0 +1,3 @@ +README.txt +NOTICE.txt +CHANGELOG.txt ===================================== debian/patches/jfreechart-compatibility.patch ===================================== @@ -0,0 +1,30 @@ +Description: Use newer jfreechart API +Author: Julien Plissonneau Duquène <[email protected]> +Bug-Debian: https://bugs.debian.org/1099295 +Forwarded: no +Last-Update: 2025-03-30 + +--- a/swing/src/java/main/org/uncommons/watchmaker/swing/evolutionmonitor/IslandsView.java ++++ b/swing/src/java/main/org/uncommons/watchmaker/swing/evolutionmonitor/IslandsView.java +@@ -73,7 +73,7 @@ + plot.getRangeAxis().setAutoRange(false); + plot.setDatasetRenderingOrder(DatasetRenderingOrder.FORWARD); + +- meanRenderer.setBaseLinesVisible(false); ++ meanRenderer.setDefaultLinesVisible(false); + ChartPanel chartPanel = new ChartPanel(chart, + ChartPanel.DEFAULT_WIDTH, + ChartPanel.DEFAULT_HEIGHT, +--- a/swing/src/java/main/org/uncommons/watchmaker/swing/evolutionmonitor/JVMView.java ++++ b/swing/src/java/main/org/uncommons/watchmaker/swing/evolutionmonitor/JVMView.java +@@ -37,8 +37,8 @@ + import org.jfree.data.time.Second; + import org.jfree.data.time.TimeSeries; + import org.jfree.data.time.TimeSeriesCollection; +-import org.jfree.ui.RectangleAnchor; +-import org.jfree.ui.TextAnchor; ++import org.jfree.chart.ui.RectangleAnchor; ++import org.jfree.chart.ui.TextAnchor; + + /** + * Evolution monitor panel that displays information about the current ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +jfreechart-compatibility.patch ===================================== debian/rules ===================================== @@ -11,3 +11,7 @@ override_dh_auto_build: --project-prop DEB_VERSION_UPSTREAM=$(DEB_VERSION_UPSTREAM) override_dh_auto_test: + +override_dh_auto_clean: + dh_auto_clean + find . -type d -name .gradle -exec rm -Rf '{}' + View it on GitLab: https://salsa.debian.org/java-team/uncommons-watchmaker/-/compare/c2a0d0ada6680ec751ab2dc88c3f938bf67d737f...9dcfce1217fa9a98694dd236d40e64446ce96a47 -- View it on GitLab: https://salsa.debian.org/java-team/uncommons-watchmaker/-/compare/c2a0d0ada6680ec751ab2dc88c3f938bf67d737f...9dcfce1217fa9a98694dd236d40e64446ce96a47 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

