diff options
Diffstat (limited to 'debian/libpam0g.lintian-overrides')
-rw-r--r-- | debian/libpam0g.lintian-overrides | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/libpam0g.lintian-overrides b/debian/libpam0g.lintian-overrides new file mode 100644 index 0000000..5f36562 --- /dev/null +++ b/debian/libpam0g.lintian-overrides @@ -0,0 +1,11 @@ +# obvious multilib package false-positive; also the package name hasn't +# changed since the glibc transition, go us! +libpam0g: package-name-doesnt-match-sonames libpam0 libpam-misc0 libpamc0 +# yes, these are deliberately asked in the postinst because the checking +# for daemons to be restarted needs to be done in the postinst and not +# before +libpam0g: no-debconf-config +libpam0g: postinst-uses-db-input +# Yes, we want to use systemctl; if the service is running we do need +# to restart it. We have already asked the admin. +libpam0g: maintainer-script-calls-systemctl |