From 1c2561110f7dae00510d78e471bfca488b153a4a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 4 Sep 2018 11:21:04 +0200 Subject: [PATCH] d/lintian-overrids: add repeated-trigger-name override in this package we provide api functions, thus we want to activate the pve-api-update trigger, so that packages like pve-manager get notified about it. But we also use api functions directly so we setup an interest in the pve-api-update trigger. This results in an lintian error (lintian version from buster or newer) which we can override: > [...] > This tag is also triggered if the package has an activate trigger > for something on which it also declares an interest. The only (but > rather unlikely) reason to do this is if another package also > declares an interest and this package needs to activate that other > package. If the package is using it for this exact purpose, then > please use a Lintian override to state this. -- https://lintian.debian.org/tags/repeated-trigger-name.html Signed-off-by: Thomas Lamprecht --- debian/lintian-overrides | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/lintian-overrides diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..c4d0d77 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1 @@ +pve-ha-manager: repeated-trigger-name interest-noawait pve-api-updates (line 2) vs activate-noawait pve-api-updates (line 1)