XPost: linux.debian.maint.java
Hi!
On Wed, 2023-08-30 at 20:35:40 -0700, tony mancill wrote:
No concerns from the Debian Java team. I can't imagine any breakage,
but if there is any fall-out, it would be due to cruft that we should
clean up anyway. The dependency on gcj-jdk was dropped from javahelper (src:javatools) for buster [0].
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892530
On Thu, 2023-08-31 at 19:19:50 +0200, Emmanuel Bourg wrote:
Yes go ahead, GCJ is long dead and gone, you can remove the remaining references safely.
Thanks both for the confirmation! I've queued the attached patch which
will be included in my next git push targeting dpkg 1.22.1.
Regards,
Guillem
From 444a0d7b0546cde45c752f12125810cfeb5bf667 Mon Sep 17 00:00:00 2001
From: Guillem Jover <
[email protected]>
Date: Thu, 31 Aug 2023 20:00:46 +0200
Subject: [PATCH] scripts: Remove unused GCJ and GCJFLAGS support
The gcj project is dead since 2018.
---
doc/README.feature-removal-schedule | 6 ++++++
man/dpkg-buildflags.pod | 22 +++++++++-------------
scripts/Dpkg/BuildFlags.pm | 3 ---
scripts/Dpkg/BuildInfo.pm | 1 -
scripts/Dpkg/Vendor/Debian.pm | 1 -
scripts/mk/buildflags.mk | 3 +--
scripts/mk/buildtools.mk | 2 --
scripts/t/Dpkg_BuildFlags_Ubuntu.t | 4 ++--
scripts/t/Dpkg_BuildInfo.t | 2 +-
scripts/t/mk.t | 1 -
scripts/t/mk/buildflags.mk | 1 -
scripts/t/mk/buildtools.mk | 2 --
12 files changed, 19 insertions(+), 29 deletions(-)
diff --git a/doc/README.feature-removal-schedule b/doc/README.feature-removal-schedule
index 928880f0a..f9b1f0b53 100644
--- a/doc/README.feature-removal-schedule
+++ b/doc/README.feature-removal-schedule
@@ -172,3 +172,9 @@ Warning: program
Why:
Obsoleted long time ago (2005-01-22). Remaining packages should switch to
use 'dpkg --print-architecture'.
+
+What: GCJ and GC