diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 06:40:25 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 06:40:25 +0000 |
commit | f9b00cdec91aa90f8c007162d8ed44e5924742de (patch) | |
tree | 237e990eae008fee2b82d069cb72c460b8ef8dc7 | |
parent | dc7c7c6f944dd47b0ffbc45e2ce815b1c168a60f (diff) | |
download | pam-f9b00cdec91aa90f8c007162d8ed44e5924742de.tar.gz pam-f9b00cdec91aa90f8c007162d8ed44e5924742de.tar.bz2 pam-f9b00cdec91aa90f8c007162d8ed44e5924742de.zip |
Override lintian warning for PAM module manpages being in section 8
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libpam-modules.lintian-overrides | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 39b403fc..ae6c87e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ pam (1.5.2-1) UNRELEASED; urgency=medium * Update Standards-Version. * 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 -- Steve Langasek <vorlon@debian.org> Wed, 17 Aug 2022 05:10:03 +0000 diff --git a/debian/libpam-modules.lintian-overrides b/debian/libpam-modules.lintian-overrides index 1ae5392a..531ff4de 100644 --- a/debian/libpam-modules.lintian-overrides +++ b/debian/libpam-modules.lintian-overrides @@ -10,4 +10,5 @@ libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_shells.so* libpam-modules: hardening-no-fortify-functions *lib/*/security/pam_wheel.so* # pam_deny.so does not use any symbol from libc. libpam-modules: shared-lib-without-dependency-information *lib/*/security/pam_deny.so* - +# lintian doesn't know what to do with manpages for pam modules +libpam-modules: spare-manual-page * |