diff -pruN 0.17.0+ds-2/debian/changelog 0.17.0+ds-2ubuntu1/debian/changelog
--- 0.17.0+ds-2/debian/changelog	2025-05-11 11:22:32.000000000 +0000
+++ 0.17.0+ds-2ubuntu1/debian/changelog	2025-08-11 14:59:18.000000000 +0000
@@ -1,3 +1,9 @@
+pythran (0.17.0+ds-2ubuntu1) questing; urgency=medium
+
+  * Use -std=c++14 required by Boost.Math 1.88, see #1110838
+
+ -- Graham Inggs <ginggs@ubuntu.com>  Mon, 11 Aug 2025 14:59:18 +0000
+
 pythran (0.17.0+ds-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.17.0+ds-2/debian/control 0.17.0+ds-2ubuntu1/debian/control
--- 0.17.0+ds-2/debian/control	2025-01-26 18:04:20.000000000 +0000
+++ 0.17.0+ds-2ubuntu1/debian/control	2025-08-11 11:31:39.000000000 +0000
@@ -1,7 +1,8 @@
 Source: pythran
 Section: python
 Priority: optional
-Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
 Uploaders: Diego M. Rodriguez <diego@moreda.io>
 Build-Depends:
  debhelper-compat (=13),
diff -pruN 0.17.0+ds-2/debian/patches/config-linux.patch 0.17.0+ds-2ubuntu1/debian/patches/config-linux.patch
--- 0.17.0+ds-2/debian/patches/config-linux.patch	2025-01-26 18:04:20.000000000 +0000
+++ 0.17.0+ds-2ubuntu1/debian/patches/config-linux.patch	2025-08-11 11:30:16.000000000 +0000
@@ -7,7 +7,7 @@ Index: pythran/pythran/pythran-linux.cfg
  libs=
  library_dirs=
 -cflags=-std=c++11 -fno-math-errno -fvisibility=hidden -fno-wrapv -Wno-unused-function -Wno-int-in-bool-context -Wno-unknown-warning-option
-+cflags=-std=c++11 -fno-math-errno -fvisibility=hidden -fno-wrapv -Wno-unused-function -Wno-int-in-bool-context
++cflags=-std=c++14 -fno-math-errno -fvisibility=hidden -fno-wrapv -Wno-unused-function -Wno-int-in-bool-context
  ldflags=-fvisibility=hidden -Wl,-strip-all
  blas=blas
  CC=
