diff -Nru lsof-4.93.2+dfsg/debian/changelog lsof-4.93.2+dfsg/debian/changelog --- lsof-4.93.2+dfsg/debian/changelog 2019-09-03 09:52:06.000000000 -0400 +++ lsof-4.93.2+dfsg/debian/changelog 2020-12-25 11:57:35.000000000 -0500 @@ -1,3 +1,14 @@ +lsof (4.93.2+dfsg-1ubuntu0.20.04.1) focal; urgency=medium + + * d/rules: + - Use soelim to fix unreadable manpage. + (Closes: #950601) (LP: #1893513) + + * d/control: + - soelim depends on groff-base. + + -- Eric Desrochers Fri, 25 Dec 2020 11:57:35 -0500 + lsof (4.93.2+dfsg-1) unstable; urgency=low * New upstream release. diff -Nru lsof-4.93.2+dfsg/debian/control lsof-4.93.2+dfsg/debian/control --- lsof-4.93.2+dfsg/debian/control 2019-08-28 20:04:49.000000000 -0400 +++ lsof-4.93.2+dfsg/debian/control 2020-12-25 11:56:58.000000000 -0500 @@ -2,7 +2,7 @@ Section: utils Priority: standard Maintainer: Andres Salomon -Build-Depends: debhelper (>= 8.0.0), libselinux1-dev [linux-any] +Build-Depends: debhelper (>= 8.0.0), libselinux1-dev [linux-any], groff-base Standards-Version: 3.9.6 Homepage: https://github.com/lsof-org/lsof diff -Nru lsof-4.93.2+dfsg/debian/rules lsof-4.93.2+dfsg/debian/rules --- lsof-4.93.2+dfsg/debian/rules 2019-09-03 09:49:03.000000000 -0400 +++ lsof-4.93.2+dfsg/debian/rules 2020-12-25 11:57:24.000000000 -0500 @@ -52,7 +52,7 @@ dh_installchangelogs 00DIST override_dh_installman: - cp Lsof.8 lsof.8 + soelim Lsof.8 > lsof.8 dh_installman -- rm -f lsof.8