From b8e39b6651d40bf08ca3476e90f2a6fcd64620cb Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Thu, 5 Jun 2014 23:00:41 -0400 Subject: [PATCH] Lintian: Override possible-gpl-code-linked-with-openssl. Resolve this Lintian error: E: softether: possible-gpl-code-linked-with-openssl The OpenSSL license exception is implied by official upstream binary releases that contain a statically linked libssl. --- debian/softether.lintian-overrides | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/softether.lintian-overrides b/debian/softether.lintian-overrides index 43811656..3c8dc2ab 100644 --- a/debian/softether.lintian-overrides +++ b/debian/softether.lintian-overrides @@ -1,2 +1,3 @@ softether: package-name-doesnt-match-sonames softether: shlib-without-versioned-soname +softether: possible-gpl-code-linked-with-openssl