diff -Nru mosh-1.3.2/debian/changelog mosh-1.3.2/debian/changelog --- mosh-1.3.2/debian/changelog 2021-11-29 12:46:11.000000000 +0000 +++ mosh-1.3.2/debian/changelog 2021-12-07 11:47:11.000000000 +0000 @@ -1,3 +1,10 @@ +mosh (1.3.2-2.1ubuntu1) jammy; urgency=medium + + * d/rules: change the warning level from errors to distcheck + to fix the build against OpenSSL 3.0 (deprecated declarations) + + -- Simon Chopin Tue, 07 Dec 2021 12:47:11 +0100 + mosh (1.3.2-2.1build6) jammy; urgency=medium * No-change rebuild against openssl3 diff -Nru mosh-1.3.2/debian/rules mosh-1.3.2/debian/rules --- mosh-1.3.2/debian/rules 2017-08-24 22:04:25.000000000 +0000 +++ mosh-1.3.2/debian/rules 2021-12-07 11:47:11.000000000 +0000 @@ -22,7 +22,7 @@ --disable-silent-rules \ --enable-ufw \ --enable-completion \ - --enable-compile-warnings=error + --enable-compile-warnings=distcheck override_dh_perl: # mosh only uses Perl modules in perl-base.