diff -pruN 1.13.1-1.1/debian/changelog 1.13.1-1.1ubuntu2/debian/changelog
--- 1.13.1-1.1/debian/changelog	2023-08-11 10:28:04.000000000 +0000
+++ 1.13.1-1.1ubuntu2/debian/changelog	2024-04-18 12:44:59.000000000 +0000
@@ -1,3 +1,24 @@
+pmdk (1.13.1-1.1ubuntu2) noble; urgency=medium
+
+  * Fix FTBFS issues in ppc64el:
+    - d/rules: skip ppc64el build time tests
+    - d/p/debian-changes: remove bogus file
+
+ -- Athos Ribeiro <athos.ribeiro@canonical.com>  Thu, 18 Apr 2024 09:44:59 -0300
+
+pmdk (1.13.1-1.1ubuntu1) noble; urgency=medium
+
+  * d/rules: Disable TEST5 on ppc64el to fix FTBFS
+    (LP: #2061913)
+
+ -- Bryce Harrington <bryce@canonical.com>  Tue, 16 Apr 2024 16:17:03 -0700
+
+pmdk (1.13.1-1.1build1) noble; urgency=high
+
+  * No change rebuild for 64-bit time_t and frame pointers.
+
+ -- Julian Andres Klode <juliank@ubuntu.com>  Mon, 08 Apr 2024 18:15:44 +0200
+
 pmdk (1.13.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -pruN 1.13.1-1.1/debian/control 1.13.1-1.1ubuntu2/debian/control
--- 1.13.1-1.1/debian/control	2023-05-29 08:31:34.000000000 +0000
+++ 1.13.1-1.1ubuntu2/debian/control	2024-04-18 12:14:55.000000000 +0000
@@ -1,7 +1,8 @@
 Source: pmdk
 Section: libs
 Priority: optional
-Maintainer: Adam Borowski <kilobyte@angband.pl>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Adam Borowski <kilobyte@angband.pl>
 Build-Depends: bash-completion,
                bc,
                cmake,
diff -pruN 1.13.1-1.1/debian/rules 1.13.1-1.1ubuntu2/debian/rules
--- 1.13.1-1.1/debian/rules	2023-05-29 08:31:34.000000000 +0000
+++ 1.13.1-1.1ubuntu2/debian/rules	2024-04-18 12:44:59.000000000 +0000
@@ -7,6 +7,11 @@ DEB_UPSTREAM_VERSION = $(shell dpkg-pars
 
 BUILD_ARGS = prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH) sysconfdir=/etc bashcompdir=/usr/share/bash-completion/completions NORPATH=1 BUILD_EXAMPLES=n BUILD_BENCHMARKS=n
 
+# LP: #2061913
+ifeq ($(DEB_BUILD_ARCH),ppc64el)
+export DEB_BUILD_OPTIONS+=nocheck
+endif
+
 %:
 	dh $@ --with bash-completion
 
