diff -pruN 2.3.3+dfsg-1/debian/changelog 2.3.3+dfsg-1ubuntu1/debian/changelog
--- 2.3.3+dfsg-1/debian/changelog	2025-10-06 15:54:01.000000000 +0000
+++ 2.3.3+dfsg-1ubuntu1/debian/changelog	2025-10-20 08:34:34.000000000 +0000
@@ -1,3 +1,9 @@
+pandas (2.3.3+dfsg-1ubuntu1) resolute; urgency=medium
+
+  * Disable build-time tests for first build with Python 3.14
+
+ -- Graham Inggs <ginggs@ubuntu.com>  Mon, 20 Oct 2025 08:34:34 +0000
+
 pandas (2.3.3+dfsg-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #1117200)
diff -pruN 2.3.3+dfsg-1/debian/control 2.3.3+dfsg-1ubuntu1/debian/control
--- 2.3.3+dfsg-1/debian/control	2025-10-06 09:25:26.000000000 +0000
+++ 2.3.3+dfsg-1ubuntu1/debian/control	2025-10-14 14:50:53.000000000 +0000
@@ -1,5 +1,6 @@
 Source: pandas
-Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
            Michael Hanke <michael.hanke@gmail.com>,
            Rebecca N. Palmer <rebecca_palmer@zoho.com>
diff -pruN 2.3.3+dfsg-1/debian/rules 2.3.3+dfsg-1ubuntu1/debian/rules
--- 2.3.3+dfsg-1/debian/rules	2025-09-11 08:46:26.000000000 +0000
+++ 2.3.3+dfsg-1ubuntu1/debian/rules	2025-10-14 14:46:40.000000000 +0000
@@ -131,5 +131,5 @@ override_dh_compress:
 # see PYBUILD_TEST_ARGS above
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	PYBUILD_SYSTEM=custom dh_auto_test
+#	PYBUILD_SYSTEM=custom dh_auto_test
 endif
