diff -pruN 53-1/debian/changelog 53-1ubuntu3/debian/changelog
--- 53-1/debian/changelog	2021-02-09 10:47:19.000000000 +0000
+++ 53-1ubuntu3/debian/changelog	2022-03-24 12:13:00.000000000 +0000
@@ -1,3 +1,27 @@
+libinih (53-1ubuntu3) jammy; urgency=high
+
+  * No change rebuild for ppc64el baseline bump.
+
+ -- Julian Andres Klode <juliank@ubuntu.com>  Thu, 24 Mar 2022 13:13:00 +0100
+
+libinih (53-1ubuntu2) impish; urgency=medium
+
+  * No-change rebuild to build packages with zstd compression.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Oct 2021 12:16:09 +0200
+
+libinih (53-1ubuntu1) impish; urgency=medium
+
+  * Resynchronize on Debian, remaining changes
+  * debian/tests/unittest.sh:
+    - set the CC environment to be cross-build friendly
+  * debian/test/control: 
+    - include build-essential in the depends to workaround the fact that
+      the current autopkgtest setup is no pulling crossbuild-essential-i386
+      when @builddeps@ is listed
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 17 May 2021 11:18:46 +0200
+
 libinih (53-1) unstable; urgency=medium
 
   * New upstream release (Closes: #982351)
diff -pruN 53-1/debian/control 53-1ubuntu3/debian/control
--- 53-1/debian/control	2021-02-09 10:47:19.000000000 +0000
+++ 53-1ubuntu3/debian/control	2022-03-24 12:13:00.000000000 +0000
@@ -1,6 +1,7 @@
 Source: libinih
 Priority: optional
-Maintainer: Yangfl <mmyangfl@gmail.com>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Yangfl <mmyangfl@gmail.com>
 Build-Depends:
  debhelper-compat (= 13),
  meson,
diff -pruN 53-1/debian/tests/control 53-1ubuntu3/debian/tests/control
--- 53-1/debian/tests/control	2021-02-09 10:47:19.000000000 +0000
+++ 53-1ubuntu3/debian/tests/control	2021-05-17 09:18:46.000000000 +0000
@@ -1,2 +1,2 @@
 Tests: unittest.sh
-Depends: @builddeps@, libinih-dev
+Depends: @builddeps@, libinih-dev, build-essential
diff -pruN 53-1/debian/tests/unittest.sh 53-1ubuntu3/debian/tests/unittest.sh
--- 53-1/debian/tests/unittest.sh	2021-02-09 10:47:19.000000000 +0000
+++ 53-1ubuntu3/debian/tests/unittest.sh	2021-05-17 09:18:46.000000000 +0000
@@ -1,6 +1,10 @@
 #!/bin/sh
 set -e
 
+if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then
+        export CC=$(dpkg-architecture -qDEB_HOST_GNU_TYPE)-gcc
+fi
+
 cd tests
 make test
 make clean
