diff -pruN 1.4-2/debian/changelog 1.4-2ubuntu1/debian/changelog
--- 1.4-2/debian/changelog	2021-10-21 02:43:54.000000000 +0000
+++ 1.4-2ubuntu1/debian/changelog	2021-12-07 15:19:24.000000000 +0000
@@ -1,3 +1,16 @@
+xir (1.4-2ubuntu1) jammy; urgency=medium
+
+  * d/rules: add -Wno-error=deprecated-declarations to fix the build
+    against OpenSSL 3.0
+
+ -- Simon Chopin <simon.chopin@canonical.com>  Tue, 07 Dec 2021 16:19:24 +0100
+
+xir (1.4-2build1) jammy; urgency=medium
+
+  * No-change rebuild against openssl3
+
+ -- Simon Chopin <simon.chopin@canonical.com>  Wed, 24 Nov 2021 12:27:00 +0100
+
 xir (1.4-2) unstable; urgency=medium
 
   * Update d/control.
diff -pruN 1.4-2/debian/control 1.4-2ubuntu1/debian/control
--- 1.4-2/debian/control	2021-10-21 02:43:54.000000000 +0000
+++ 1.4-2ubuntu1/debian/control	2021-12-07 15:19:24.000000000 +0000
@@ -1,7 +1,8 @@
 Source: xir
 Section: libs
 Priority: optional
-Maintainer: Punit Agrawal <punit@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Punit Agrawal <punit@debian.org>
 Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
 Build-Depends: cmake, debhelper-compat (= 13),
 	libboost-dev,
diff -pruN 1.4-2/debian/rules 1.4-2ubuntu1/debian/rules
--- 1.4-2/debian/rules	2021-10-21 02:43:54.000000000 +0000
+++ 1.4-2ubuntu1/debian/rules	2021-12-07 15:19:14.000000000 +0000
@@ -3,6 +3,7 @@
 export DH_VERBOSE = 1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+export DEB_CXXFLAGS_MAINT_APPEND  = -Wno-error=deprecated-declarations
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 CONFIGURE_ARGS = -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG=""
