Skip to content

Commit

Permalink
debian: Correct libhns library name in lintian override
Browse files Browse the repository at this point in the history
The libhns library is named `libhns1` instead of `libhns-1`.

Fixes: cf6d914 ("libhns: Introduce hns direct verbs")
Signed-off-by: Benjamin Drung <bdrung@ubuntu.com>
  • Loading branch information
bdrung committed Jun 3, 2024
1 parent f3f84e5 commit b76bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/ibverbs-providers.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# libefa, libhns, libmana, libmlx4 and libmlx5 are ibverbs provider that provides more functions.
ibverbs-providers: package-name-doesnt-match-sonames libefa1 libhns-1 libmana1 libmlx4-1 libmlx5-1
ibverbs-providers: package-name-doesnt-match-sonames libefa1 libhns1 libmana1 libmlx4-1 libmlx5-1

0 comments on commit b76bce8

Please sign in to comment.