diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libpam-runtime.lintian-overrides | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ae6c87e1..8775f25c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ pam (1.5.2-1) UNRELEASED; urgency=medium * Bump debhelper compat to 13. * Override incorrect lintian warning about use of dpkg database. * Override lintian warning for PAM module manpages being in section 8 + * Override lintian warning for unused debconf templates -- Steve Langasek <vorlon@debian.org> Wed, 17 Aug 2022 05:10:03 +0000 diff --git a/debian/libpam-runtime.lintian-overrides b/debian/libpam-runtime.lintian-overrides index cb6c552b..1385c591 100644 --- a/debian/libpam-runtime.lintian-overrides +++ b/debian/libpam-runtime.lintian-overrides @@ -5,3 +5,9 @@ libpam-runtime: no-debconf-config 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 |