On 01/24/2016 07:51 PM, Uwe Kleine-König wrote:
> Package: less
> Version: 481-2
> Followup-For: Bug #812252
>
> Hello,
>
> I guess the culprit is that the source package has both debian/postinst and
> debian/less.postinst. dpkg-buildpackage picks up the latter, but the logic
> to register the alternative for pager is in the former only. Probably
> this is related to #694051 and #767928.
And the hotfix is
sudo update-alternatives --quiet --install /usr/bin/pager pager \
/bin/less 77 --slave /usr/share/man/man1/pager.1.gz \
pager.1.gz /usr/share/man/man1/less.1.gz
Best regards
Uwe