Control: tags 1078386 + patch Dear maintainer,
I've uploaded an NMU for gnome-chemistry-utils (versioned as 0.14.17-6.3). The diff is attached to this message. cu Adrian
diffstat for gnome-chemistry-utils-0.14.17 gnome-chemistry-utils-0.14.17 changelog | 7 +++++++ rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru gnome-chemistry-utils-0.14.17/debian/changelog gnome-chemistry-utils-0.14.17/debian/changelog --- gnome-chemistry-utils-0.14.17/debian/changelog 2023-10-20 15:17:45.000000000 +0300 +++ gnome-chemistry-utils-0.14.17/debian/changelog 2025-04-13 19:56:55.000000000 +0300 @@ -1,3 +1,10 @@ +gnome-chemistry-utils (0.14.17-6.3) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -fpermissive to fix FTBFS with gcc 14. (Closes: #1078386) + + -- Adrian Bunk <b...@debian.org> Sun, 13 Apr 2025 19:56:55 +0300 + gnome-chemistry-utils (0.14.17-6.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru gnome-chemistry-utils-0.14.17/debian/rules gnome-chemistry-utils-0.14.17/debian/rules --- gnome-chemistry-utils-0.14.17/debian/rules 2021-12-04 16:51:48.000000000 +0200 +++ gnome-chemistry-utils-0.14.17/debian/rules 2025-04-13 19:56:55.000000000 +0300 @@ -6,7 +6,7 @@ DEB_VENDOR := $(shell dpkg-vendor --query vendor) export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_CXXFLAGS_MAINT_APPEND = -std=gnu++14 +export DEB_CXXFLAGS_MAINT_APPEND = -std=gnu++14 -fpermissive DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk