1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 03:45:08 +03:00

Lintian: Override soname warnings.

Resolve these Lintian warning:

	W: softether: package-name-doesnt-match-sonames libsoftether
	W: softether: shlib-without-versioned-soname usr/lib/x86_64-linux-gnu/libsoftether.so libsoftether.so

The library interface is entirely private and provided only for build
convenience and runtime optimization. The sonames are not versioned
because the interface is not contracted.
This commit is contained in:
Darik Horn 2014-06-05 21:45:55 -04:00
parent 869575e104
commit 44a72b0d6c

2
debian/softether.lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
softether: package-name-doesnt-match-sonames
softether: shlib-without-versioned-soname