diff -Nru guestfs-tools-1.48.1/debian/changelog guestfs-tools-1.48.1/debian/changelog
--- guestfs-tools-1.48.1/debian/changelog	2022-05-16 14:23:12.000000000 +0000
+++ guestfs-tools-1.48.1/debian/changelog	2022-05-29 13:18:11.000000000 +0000
@@ -1,3 +1,13 @@
+guestfs-tools (1.48.1-1+rpi1) bookworm-staging; urgency=medium
+
+  [changes brought forward from 1.46.1-4+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Fri, 28 Jan 2022 00:01:59 +0000]
+  * Disable testsuite and remove test-only build-dependencies.
+
+  [changes introduced in 1.48.1-1+rpi1 by Peter Michael Green]
+  * Add build-depends on qmeu-tools.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Sun, 29 May 2022 13:18:11 +0000
+
 guestfs-tools (1.48.1-1) unstable; urgency=medium
 
   * New upstream version 1.48.1
diff -Nru guestfs-tools-1.48.1/debian/control guestfs-tools-1.48.1/debian/control
--- guestfs-tools-1.48.1/debian/control	2022-01-15 12:47:23.000000000 +0000
+++ guestfs-tools-1.48.1/debian/control	2022-05-29 13:18:11.000000000 +0000
@@ -27,25 +27,7 @@
  xorriso,
  xz-utils,
  bash-completion,
- guestfish (>> 1:1.46) <!nocheck>,
- ipxe-qemu <!nocheck>,
- libxml2-utils <!nocheck>,
- linux-image-alpha-generic [alpha] <!nocheck>,
- linux-image-marvell [armel] <!nocheck> | linux-image-versatile [armel] <!nocheck>,
- linux-image-armmp [armhf] <!nocheck>,
- linux-image-arm64 [arm64] <!nocheck>,
- linux-image-4kc-malta [mips mipsel] <!nocheck> | linux-image-5kc-malta [mips mipsel] <!nocheck>,
- linux-image-5kc-malta [mips64 mips64el] <!nocheck>,
- linux-image-s390x [s390x] <!nocheck>,
- linux-image-parisc [hppa] <!nocheck>,
- linux-image-powerpc [powerpc] <!nocheck>,
- linux-image-powerpc64 [ppc64] <!nocheck>,
- linux-image-powerpc64le [ppc64el] <!nocheck>,
- linux-image-sparc64 [sparc sparc64] <!nocheck>,
- linux-image-amd64 [amd64 x32] <!nocheck>,
- linux-image-686-pae [i386] <!nocheck> | linux-image-586 [i386] <!nocheck> | linux-image-486 [i386] <!nocheck>,
- linux-image-riscv64 [riscv64] <!nocheck>,
- linux-image-itanium [ia64] <!nocheck> | linux-image-mckinley [ia64] <!nocheck>,
+ qemu-utils
 Standards-Version: 4.6.0
 Homepage: https://libguestfs.org
 Vcs-Browser: https://salsa.debian.org/libvirt-team/guestfs-tools
diff -Nru guestfs-tools-1.48.1/debian/rules guestfs-tools-1.48.1/debian/rules
--- guestfs-tools-1.48.1/debian/rules	2022-01-16 19:06:34.000000000 +0000
+++ guestfs-tools-1.48.1/debian/rules	2022-05-29 13:18:11.000000000 +0000
@@ -13,7 +13,7 @@
 export SKIP_RHBZ1285847_SH=1
 export SKIP_TEST_VIRT_SYSPREP_SCRIPT_SH=1
 
-TEST_ARCHITECTURES := i386 amd64 arm64 riscv64 ppc64el s390x
+TEST_ARCHITECTURES :=
 
 %:
 	dh $@