diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 06:43:47 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 06:43:47 +0000 |
commit | aba83730f45e8c57d44423e070fd43a208455be2 (patch) | |
tree | 1fc1ab0e20733bd966348a375b652fc5b1549383 | |
parent | f9b00cdec91aa90f8c007162d8ed44e5924742de (diff) | |
download | pam-aba83730f45e8c57d44423e070fd43a208455be2.tar.gz pam-aba83730f45e8c57d44423e070fd43a208455be2.tar.bz2 pam-aba83730f45e8c57d44423e070fd43a208455be2.zip |
Override lintian warning for unused debconf templates
-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 |