Control: tags 1129645 + patch Control: tags 1129645 + pending Control: tags 1130088 + pending
Dear maintainer, I've prepared an NMU for godot (versioned as 4.4.1+ds-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for godot-4.4.1+ds godot-4.4.1+ds changelog | 8 ++++++++ control | 1 + rules | 6 ------ 3 files changed, 9 insertions(+), 6 deletions(-) diff -Nru godot-4.4.1+ds/debian/changelog godot-4.4.1+ds/debian/changelog --- godot-4.4.1+ds/debian/changelog 2025-08-16 16:03:47.000000000 +0300 +++ godot-4.4.1+ds/debian/changelog 2026-03-13 13:11:58.000000000 +0200 @@ -1,3 +1,11 @@ +godot (4.4.1+ds-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Depend on libfontconfig1. (Closes: #1129645) + * Drop the no longer needed libatomic workaround. (Closes: #1130088) + + -- Adrian Bunk <[email protected]> Fri, 13 Mar 2026 13:11:58 +0200 + godot (4.4.1+ds-1) unstable; urgency=medium * New major upstream version 4.4.1+ds (Closes: #1070845) diff -Nru godot-4.4.1+ds/debian/control godot-4.4.1+ds/debian/control --- godot-4.4.1+ds/debian/control 2025-08-16 16:03:47.000000000 +0300 +++ godot-4.4.1+ds/debian/control 2026-03-13 13:11:58.000000000 +0200 @@ -55,6 +55,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, + libfontconfig1, Description: Full 2D and 3D game engine with editor Godot is an advanced, feature packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making diff -Nru godot-4.4.1+ds/debian/rules godot-4.4.1+ds/debian/rules --- godot-4.4.1+ds/debian/rules 2025-08-16 16:03:47.000000000 +0300 +++ godot-4.4.1+ds/debian/rules 2026-03-13 13:11:58.000000000 +0200 @@ -6,12 +6,6 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -# Link with libatomic on archs where it is needed. -# See <URL: https://bugs.debian.org/1019868 > -ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),armel riscv64)) - export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed -endif - # replace "custom_build" with more useful Debian version info include /usr/share/dpkg/pkg-info.mk # provides DEB_VERSION export BUILD_NAME = debian${DEB_VERSION}

