To prevent mosh from being deleted from testing in a few days, I am proposing to change warnings level to distcheck. This option effectively adds `-Wno-error=unused-parameter -Wno-error=deprecated-declarations` compiler flags. This solution will buy us time to rewrite related code before the deprecated low-level functions get removed away.
diffstat for mosh-1.3.2 mosh-1.3.2 changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru mosh-1.3.2/debian/changelog mosh-1.3.2/debian/changelog --- mosh-1.3.2/debian/changelog 2018-08-08 20:45:44.000000000 +0300 +++ mosh-1.3.2/debian/changelog 2022-05-28 10:01:51.000000000 +0300 @@ -1,3 +1,11 @@ +mosh (1.3.2-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Lower warning level to distcheck to solve build against OpenSSL 3.0 with + permitted deprecated declarations. (Closes: #1005718) + + -- Nicholas Guriev <guriev...@ya.ru> Sat, 28 May 2022 10:01:51 +0300 + mosh (1.3.2-2.1) unstable; urgency=low * Non-maintainer upload. diff -Nru mosh-1.3.2/debian/rules mosh-1.3.2/debian/rules --- mosh-1.3.2/debian/rules 2017-08-25 01:04:25.000000000 +0300 +++ mosh-1.3.2/debian/rules 2022-05-28 10:01:46.000000000 +0300 @@ -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.
signature.asc
Description: This is a digitally signed message part