Package: soju
Version: 0.10.1-1
Severity: important
Control: affects -1 login
Hi,
your package currently installs a PAM configuration that includes
the "login" PAM configuration. This is a problem for multiple reasons:
1) currently there is no guarantee login is installed
2) login moved its PAM config into /usr/lib/pam.d, and PAM currently
fails to properly include files from there (1140029)
3) the Debian-correct way was to @include common-* instead.
Your pam.d file is currently:
```
#
# PAM configuration file for soju. By default, it includes
# the 'login' configuration file (see /etc/pam.d/login)
#
auth include login
```
Please replace it with:
```
@include common-auth
```
Then let me know in which version you fixed this, so login can
add Breaks: as needed.
I suggest you do this soon, as once users get the new login (already
in unstable), your package will fail.
Best,
Chris