Stop installing faillog binary and man pages. Stop creating
/var/log/faillog in login.postinst.
PAM has removed support for /var/log/faillog by dropping pam_tally, and
login itself cannot write to it either.
Gbp-Dch: full
The transitional behaviour was complete before oldoldstable and is no
longer relevant. Moving this snippet will eventually enable us to
remove the preinst for login completely (when the /etc/securetty
removal is complete). This will both reduce the total number of
maintscripts and also enable us to simplify deployment DPKG_ROOT (the
InstallBootstrap spec).
* https://wiki.debian.org/Teams/Dpkg/Spec/InstallBootstrap
Signed-off-by: Niels Thykier <niels@thykier.net>