Package: libprophet-perl Version: 0.743-1 Severity: minor I noticed that less behaves "strangely" when invoked from sd. This is due to it using libprophet-perl's start_pager which sets LESS=-FXe and thereby overwrites my own $LESS configuration. I appreciate that you care about sane defaults, but maybe you could make them optional to those who like others?
Maybe you can add some unless(defined $ENV{'LESS'}) to the following line? local $ENV{'LESS'} = '-FXe'; Thanks Helmut -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org