diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libpam-runtime.lintian-overrides | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 60f607c8..39b403fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ pam (1.5.2-1) UNRELEASED; urgency=medium * Adjust lintian overrides for latest lintian syntax. * Update Standards-Version. * Bump debhelper compat to 13. + * Override incorrect lintian warning about use of dpkg database. -- 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 ca7d377e..cb6c552b 100644 --- a/debian/libpam-runtime.lintian-overrides +++ b/debian/libpam-runtime.lintian-overrides @@ -3,3 +3,5 @@ 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 |