diff -pruN 0.23.2-2/debian/changelog 0.23.2-2ubuntu1/debian/changelog
--- 0.23.2-2/debian/changelog	2020-08-16 22:05:08.000000000 +0000
+++ 0.23.2-2ubuntu1/debian/changelog	2020-09-04 06:12:57.000000000 +0000
@@ -1,3 +1,10 @@
+scikit-learn (0.23.2-2ubuntu1) groovy; urgency=medium
+
+  * Exclude tests failing with SciPy >= 1.5 on s390x, alpha, ppc64 during
+    the autopkgtests as well
+
+ -- Graham Inggs <ginggs@ubuntu.com>  Fri, 04 Sep 2020 06:12:57 +0000
+
 scikit-learn (0.23.2-2) unstable; urgency=medium
 
   * Exclude armhf tests again erroneously assumed to be fixed
diff -pruN 0.23.2-2/debian/control 0.23.2-2ubuntu1/debian/control
--- 0.23.2-2/debian/control	2020-08-16 22:05:08.000000000 +0000
+++ 0.23.2-2ubuntu1/debian/control	2020-09-04 06:12:57.000000000 +0000
@@ -1,7 +1,8 @@
 Source: scikit-learn
 Section: python
 Priority: optional
-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
            Michael Hanke <michael.hanke@gmail.com>,
            Christian Kastner <ckk@debian.org>,
diff -pruN 0.23.2-2/debian/tests/python3 0.23.2-2ubuntu1/debian/tests/python3
--- 0.23.2-2/debian/tests/python3	2020-08-16 22:05:08.000000000 +0000
+++ 0.23.2-2ubuntu1/debian/tests/python3	2020-09-04 06:12:44.000000000 +0000
@@ -35,6 +35,7 @@ if dpkg-architecture -e s390x || dpkg-ar
 	exclude_tests="$exclude_tests and not test_check_estimator_clones"
 	exclude_tests="$exclude_tests and not test_check_estimator_pairwise"
 	exclude_tests="$exclude_tests and not test_novelty_true_common_tests"
+	exclude_tests="$exclude_tests and not test_gaussian_kde"
 	exclude_tests="$exclude_tests and not test_common"
 fi
 
