Pierre Gruet pushed to branch wip/21 at Debian Java Maintainers / openjfx
Commits: ec2d6024 by Pierre Gruet at 2026-09-22T09:25:29+01:00 Rely on pre-initialized dpkg-architecture variables. Changes-By: lintian-brush - - - - - 613de89d by Pierre Gruet at 2026-09-22T10:26:43+02:00 Updating changelog - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -28,13 +28,14 @@ openjfx (21.0.12+3-1) UNRELEASED; urgency=medium * Using javahelper to write the classpath of the built jars * Revising the list of build-dependencies * Switching to debhelper-compat 14, dropping shlibs and misc substvars + * Rely on pre-initialized dpkg-architecture variables. [ Jeremy BĂcha ] * New upstream release 17.x (Closes: #1041527, #991640) * Add minimal debian/gbp.conf * Remove obsolete patches - -- Pierre Gruet <[email protected]> Sat, 15 Aug 2026 11:16:08 +0200 + -- Pierre Gruet <[email protected]> Tue, 22 Sep 2026 10:25:55 +0200 openjfx (11.0.11+1-7) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -1,7 +1,6 @@ #!/usr/bin/make -f -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +include /usr/share/dpkg/architecture.mk export CXX=g++ View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/4291699dbd0336f0b6e2be8b701369444f89c409...613de89d40bbcbc00b9fb37cae7f5a009d4b2e23 -- View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/4291699dbd0336f0b6e2be8b701369444f89c409...613de89d40bbcbc00b9fb37cae7f5a009d4b2e23 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

