From 12a0af3d0595638b14057b1a2042f5ffd80bd571 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 31 May 2016 17:28:58 +0200 Subject: [PATCH] MT#20189 debian: fix lintian error > E: ngcp-libtcap0: package-must-activate-ldconfig-trigger usr/lib/libtcap.so.0 > > N: The package installs shared libraries in a directory controlled by the > N: dynamic library loader. Therefore, the package must trigger libc's > N: "ldconfig" trigger to ensure the ldconfig cache is updated. > N: > N: This should be done via a activate-noawait ldconfig trigger. With > N: debhelper it is usually sufficient to simply add that line to > N: debian/.triggers. > N: > N: Refer to Debian Policy Manual section 8.1.1 (ldconfig) and > N: https://lists.debian.org/debian-devel/2015/08/msg00412.html for details. > N: > N: Severity: serious, Certainty: certain > N: > N: Check: shared-libs, Type: binary, udeb Change-Id: Ia6c28196e0f4500d0c4a5a601f78dd0f913761ce --- debian/compat | 2 +- debian/ngcp-libtcap0.triggers | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 debian/ngcp-libtcap0.triggers diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/ngcp-libtcap0.triggers b/debian/ngcp-libtcap0.triggers new file mode 100644 index 0000000..dd86603 --- /dev/null +++ b/debian/ngcp-libtcap0.triggers @@ -0,0 +1 @@ +activate-noawait ldconfig