From 44a72b0d6c01cdd1137273cc1584394af1e7e8b3 Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Thu, 5 Jun 2014 21:45:55 -0400 Subject: [PATCH] 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. --- debian/softether.lintian-overrides | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/softether.lintian-overrides diff --git a/debian/softether.lintian-overrides b/debian/softether.lintian-overrides new file mode 100644 index 00000000..43811656 --- /dev/null +++ b/debian/softether.lintian-overrides @@ -0,0 +1,2 @@ +softether: package-name-doesnt-match-sonames +softether: shlib-without-versioned-soname