Package: less Version: 481-2.1 Tags: patch Followup-For: Bug #720520 Dear Maintainer,
Patch attached. BTW, it would be easier to make contributions if the packaging were in a git repository hosted on https://salsa.debian.org/. -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.15.13-x86_64-linode106 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages less depends on: ii debianutils 4.8.1.1 ii libc6 2.24-11+deb9u3 ii libtinfo5 6.0+20161126-1+deb9u2 less recommends no packages. less suggests no packages. -- no debconf information
--- lesspipe.orig 2018-09-06 17:27:05.235401068 -0700 +++ lesspipe 2018-09-06 17:29:21.739432651 -0700 @@ -141,7 +141,7 @@ if [ -x "`which isoinfo`" ]; then iso_list "$1" else echo "No isoinfo available" - echo "Install mkisofs to view ISO images" + echo "Install genisoimage to view ISO images" fi ;; @@ -150,7 +150,7 @@ file "$1" | grep -q ISO\.9660 && iso_list "$1" else echo "No isoinfo available" - echo "Install mkisofs to view ISO images" + echo "Install genisoimage to view ISO images" fi ;;