diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2019-02-13 07:57:24 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2019-02-13 07:57:30 +0000 |
commit | 7e2219d078946f4536e2186ca2c7b2d3f69b72f6 (patch) | |
tree | 529a5ac68c9ea290ef274a6759eaa9caa133aa86 | |
parent | a9dd1decec411144331c877babdf9df8166952c0 (diff) | |
download | pam-7e2219d078946f4536e2186ca2c7b2d3f69b72f6.tar.gz pam-7e2219d078946f4536e2186ca2c7b2d3f69b72f6.tar.bz2 pam-7e2219d078946f4536e2186ca2c7b2d3f69b72f6.zip |
debian/libpam-modules.lintian-overrides: update for the current lintian warning given for DSOs with no dependencies.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libpam-modules.lintian-overrides | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5315fc03..0e0fe1a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ pam (1.3.1-3) UNRELEASED; urgency=medium * Fix debian/patches-applied/update-motd to apply the correct changes to the README (should be forwarded to Debian) + * debian/libpam-modules.lintian-overrides: update for the current lintian + warning given for DSOs with no dependencies. -- Steve Langasek <vorlon@debian.org> Wed, 13 Feb 2019 05:57:21 +0000 diff --git a/debian/libpam-modules.lintian-overrides b/debian/libpam-modules.lintian-overrides index f9bfa60d..286eae4c 100644 --- a/debian/libpam-modules.lintian-overrides +++ b/debian/libpam-modules.lintian-overrides @@ -1,2 +1,2 @@ # pam_deny.so does not use any symbol from libc. -libpam-modules: library-not-linked-against-libc lib/x86_64-linux-gnu/security/pam_deny.so +libpam-modules: shared-lib-without-dependency-information lib/*/security/pam_deny.so |