diff -pruN 0.8.9-1/debian/changelog 0.8.9-1ubuntu1/debian/changelog
--- 0.8.9-1/debian/changelog	2025-02-28 10:59:49.000000000 +0000
+++ 0.8.9-1ubuntu1/debian/changelog	2025-08-29 13:48:44.000000000 +0000
@@ -1,3 +1,9 @@
+libnginx-mod-js (0.8.9-1ubuntu1) questing; urgency=medium
+
+  * Use ggcc-14 for now to fix FTBFS
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 29 Aug 2025 15:48:44 +0200
+
 libnginx-mod-js (0.8.9-1) unstable; urgency=medium
 
   * New upstream version 0.8.9
diff -pruN 0.8.9-1/debian/control 0.8.9-1ubuntu1/debian/control
--- 0.8.9-1/debian/control	2025-02-03 12:00:09.000000000 +0000
+++ 0.8.9-1ubuntu1/debian/control	2025-08-29 13:48:28.000000000 +0000
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
                help2man,
                libedit-dev,
                libnginx-mod-stream,
-               nginx-dev (>= 1.24.0-2),
+               nginx-dev (>= 1.24.0-2), gcc-14, g++-14
 Standards-Version: 4.6.2
 Homepage: https://nginx.org/en/docs/njs/
 Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-js.git
diff -pruN 0.8.9-1/debian/rules 0.8.9-1ubuntu1/debian/rules
--- 0.8.9-1/debian/rules	2024-06-14 08:16:19.000000000 +0000
+++ 0.8.9-1ubuntu1/debian/rules	2025-08-29 13:48:42.000000000 +0000
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export CC=gcc-14
+export CXX=g++-14
 
 # nginx_mod needs to find the modules source dir using sourcedirectory
 # nginx_mod calls doit_in_builddir but without builddirectory,
