Package: gtklock Version: 4.0.0-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: ``` 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, your package will fail (probably users cant unlock, if I guessed your program's purpose correctly). Best, Chris

