There are two .so requests in Lsof.8
line 1: .so ./version
line 77: .so ./00DIALECTS

Use soelim to replace them (and hence build-depend on groff-base):

--- debian/rules.orig 2020-02-13 10:47:20.635553802 +0100
+++ debian/rules 2020-02-13 10:48:00.748216991 +0100
@@ -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

debian.org>
-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

--- debian/control.orig 2020-02-13 10:51:23.863564781 +0100
+++ debian/control 2020-02-13 10:59:54.543357331 +0100
@@ -3,6 +3,7 @@
 Priority: standard
 Maintainer: Andres Salomon <[email protected]>
 Build-Depends: debhelper (>= 8.0.0), libselinux1-dev [linux-any]
+Build-Depends-Indep: groff-base
 Standards-Version: 3.9.6
 Homepage: https://github.com/lsof-org/lsof

Reply via email to