diff -Nru xir-1.4/debian/changelog xir-1.4/debian/changelog --- xir-1.4/debian/changelog 2021-10-21 02:43:54.000000000 +0000 +++ xir-1.4/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 Tue, 07 Dec 2021 16:19:24 +0100 + +xir (1.4-2build1) jammy; urgency=medium + + * No-change rebuild against openssl3 + + -- Simon Chopin Wed, 24 Nov 2021 12:27:00 +0100 + xir (1.4-2) unstable; urgency=medium * Update d/control. diff -Nru xir-1.4/debian/control xir-1.4/debian/control --- xir-1.4/debian/control 2021-10-21 02:43:54.000000000 +0000 +++ xir-1.4/debian/control 2021-12-07 15:19:24.000000000 +0000 @@ -1,7 +1,8 @@ Source: xir Section: libs Priority: optional -Maintainer: Punit Agrawal +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Punit Agrawal Uploaders: Nobuhiro Iwamatsu Build-Depends: cmake, debhelper-compat (= 13), libboost-dev, diff -Nru xir-1.4/debian/rules xir-1.4/debian/rules --- xir-1.4/debian/rules 2021-10-21 02:43:54.000000000 +0000 +++ xir-1.4/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=""