diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 06:37:47 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 06:37:47 +0000 |
commit | dc7c7c6f944dd47b0ffbc45e2ce815b1c168a60f (patch) | |
tree | 86a717cefce913369900136cf94dcfc406f828be | |
parent | 2e6de69e3fad6147534eb9fd1dceb7524333ad7b (diff) | |
download | pam-dc7c7c6f944dd47b0ffbc45e2ce815b1c168a60f.tar.gz pam-dc7c7c6f944dd47b0ffbc45e2ce815b1c168a60f.tar.bz2 pam-dc7c7c6f944dd47b0ffbc45e2ce815b1c168a60f.zip |
Override incorrect lintian warning about use of dpkg database.
-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 |