diff -pruN 0.6.0-2/debian/changelog 0.6.0-2ubuntu3/debian/changelog
--- 0.6.0-2/debian/changelog	2021-11-26 12:13:53.000000000 +0000
+++ 0.6.0-2ubuntu3/debian/changelog	2022-11-02 11:08:06.000000000 +0000
@@ -1,3 +1,23 @@
+python-pylibacl (0.6.0-2ubuntu3) lunar; urgency=medium
+
+  * No-change rebuild with Python 3.11 as supported
+
+ -- Graham Inggs <ginggs@ubuntu.com>  Wed, 02 Nov 2022 11:08:06 +0000
+
+python-pylibacl (0.6.0-2ubuntu2) jammy; urgency=medium
+
+  * No-change rebuild with Python 3.10 only
+
+ -- Graham Inggs <ginggs@ubuntu.com>  Thu, 17 Mar 2022 20:02:20 +0000
+
+python-pylibacl (0.6.0-2ubuntu1) jammy; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Enable building with pie. That was disabled in 2016, but seems
+      to build now.
+
+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>  Tue, 22 Feb 2022 09:24:11 +0100
+
 python-pylibacl (0.6.0-2) unstable; urgency=medium
 
   [ Debian Janitor ]
@@ -14,6 +34,31 @@ python-pylibacl (0.6.0-2) unstable; urge
 
  -- Iustin Pop <iustin@debian.org>  Fri, 26 Nov 2021 13:13:53 +0100
 
+python-pylibacl (0.6.0-1ubuntu3) jammy; urgency=medium
+
+  * No-change rebuild to add python3.10.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sun, 17 Oct 2021 09:53:37 +0200
+
+python-pylibacl (0.6.0-1ubuntu2) impish; urgency=medium
+
+  * No-change rebuild to build packages with zstd compression.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Oct 2021 12:23:07 +0200
+
+python-pylibacl (0.6.0-1ubuntu1) hirsute; urgency=medium
+
+  * Enable building with pie. That was disabled in 2016, but seems
+    to build now.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 31 Mar 2021 10:33:14 +0100
+
+python-pylibacl (0.6.0-1build1) hirsute; urgency=medium
+
+  * No-change rebuild to drop python3.8 extensions.
+
+ -- Matthias Klose <doko@ubuntu.com>  Mon, 07 Dec 2020 18:43:24 +0100
+
 python-pylibacl (0.6.0-1) unstable; urgency=low
 
   [ Debian Janitor ]
@@ -197,3 +242,4 @@ python-pylibacl (0.2.1-1) unstable; urge
   * Initial Release.
 
  -- Iustin Pop <iusty@k1024.org>  Tue, 16 Sep 2003 21:49:37 +0300
+
diff -pruN 0.6.0-2/debian/control 0.6.0-2ubuntu3/debian/control
--- 0.6.0-2/debian/control	2021-11-26 12:13:53.000000000 +0000
+++ 0.6.0-2ubuntu3/debian/control	2022-02-22 08:24:11.000000000 +0000
@@ -1,7 +1,8 @@
 Source: python-pylibacl
 Section: python
 Priority: optional
-Maintainer: Iustin Pop <iustin@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Iustin Pop <iustin@debian.org>
 Build-Depends: debhelper-compat (= 13), dh-python,
  python3-all, python3-all-dev,
  libacl1-dev, python3-setuptools, python3-sphinx
diff -pruN 0.6.0-2/debian/rules 0.6.0-2ubuntu3/debian/rules
--- 0.6.0-2/debian/rules	2021-11-26 12:13:53.000000000 +0000
+++ 0.6.0-2ubuntu3/debian/rules	2021-11-26 15:48:00.000000000 +0000
@@ -9,7 +9,7 @@ export DH_OPTIONS
 export PYBUILD_NAME = pylibacl
 export PYBUILD_DISABLE = test
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
