This repository was archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving rationale on the libnss lintian overrides
1 parent
4b37264
commit f58ac45
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# The versioned library is the actual library itself, there is no link to it. | ||
libnss-aad: lacks-versioned-link-to-shared-library | ||
|
||
# cargo build does not allow us to directly specify the version of the shared library, so we have to | ||
# do it manually in the dh_auto_install step. | ||
# cargo build currently does not support changing the output name of libraries and the functionality | ||
# is still being tracked at https://github.com/rust-lang/cargo/issues/9778. Therefore, we must build | ||
# it with the base name (i.e. libnss_aad.so) and then manually rename it to contain the version, as | ||
# done in the dh_auto_install step. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
libnss-aad: shared-library-lacks-version |
Tell that this is ok because libnss, using this, is not using soname to track compability.