[Git][java-team/uncommons-watchmaker][master] 7 commits: Add myself to uploaders
Julien Plissonneau Duquène (@jpd)
gitlab at salsa.debian.org
Wed Apr 30 10:47:46 BST 2025
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 <sre4ever at free.fr>
- - - - -
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 <sre4ever at free.fr>
- - - - -
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 <sre4ever at free.fr>
- - - - -
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 <sre4ever at free.fr>
- - - - -
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 <sre4ever at free.fr>
- - - - -
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 <sre4ever at free.fr>
- - - - -
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 <sre4ever at free.fr>
- - - - -
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 <sre4ever at free.fr> 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 <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Julien Plissonneau Duquène <sre4ever at free.fr>
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. <dan at uncommons.org>
=====================================
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 <sre4ever at free.fr>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250430/796316bd/attachment.htm>
More information about the pkg-java-commits
mailing list