diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-14 14:02:10 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-14 14:02:10 +0000 |
commit | 3076abd5debe273d4b1fd23a12e2d7196e8b08db (patch) | |
tree | 241e3a7c093ca09e4a82a4269d8318bae1a2e29c | |
parent | 82844e82812e9735ac9f25644f52d6c24f9a754d (diff) |
add lintian override for SONAME check
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1502 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/libnss-ldapd.lintian-overrides | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/libnss-ldapd.lintian-overrides b/debian/libnss-ldapd.lintian-overrides index d9d17fa..0346fe3 100644 --- a/debian/libnss-ldapd.lintian-overrides +++ b/debian/libnss-ldapd.lintian-overrides @@ -1,3 +1,6 @@ # we ship a shared library that is used for the NSS system but providing # symbols files is no use because nobody should directly link to the library libnss-ldapd: no-symbols-control-file lib/*/libnss_ldap.so.2 +# since the shared library shouldn't be publically used the SONAME is only +# used for internal purposes +libnss-ldapd: package-name-doesnt-match-sonames libnss-ldap2 |