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 /debian/libpam-runtime.lintian-overrides | |
parent | 2e6de69e3fad6147534eb9fd1dceb7524333ad7b (diff) | |
download | pam-dc7c7c6f944dd47b0ffbc45e2ce815b1c168a60f.tar.gz pam-dc7c7c6f944dd47b0ffbc45e2ce815b1c168a60f.tar.bz2 pam-dc7c7c6f944dd47b0ffbc45e2ce815b1c168a60f.zip |
Override incorrect lintian warning about use of dpkg database.
Diffstat (limited to 'debian/libpam-runtime.lintian-overrides')
-rw-r--r-- | debian/libpam-runtime.lintian-overrides | 2 |
1 files changed, 2 insertions, 0 deletions
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 |