blob: 854980b20244a8b93287aea38ad314d9c169d4af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# deliberate.
libpam-runtime: no-debconf-config
# this warning is just plain crack, there's no reason that using debconf
# outside of a maintainer script implies an error.
libpam-runtime: debconf-is-not-a-registry [*usr/sbin/pam-auth-update*:*]
# false positive, we have to load the debconf templates from here
libpam-runtime: uses-dpkg-database-directly [usr/sbin/pam-auth-update]
# and lintian also says these templates are unused, which is false
libpam-runtime: unused-debconf-template libpam-runtime/conflicts [*:*]
libpam-runtime: unused-debconf-template libpam-runtime/no_profiles_chosen [*:*]
libpam-runtime: unused-debconf-template libpam-runtime/override [*:*]
libpam-runtime: unused-debconf-template libpam-runtime/profiles [*:*]
libpam-runtime: unused-debconf-template libpam-runtime/title [*:*]
# prerm is not empty, it contains a warning in a comment
libpam-runtime: maintainer-script-empty [prerm]
# libpam-runtime now hosts the sysadmin manpages.
# See: <https://lists.debian.org/debian-devel/2025/01/msg00296.html>.
libpam-runtime: spare-manual-page [usr/share/man/man8/*]
|