5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-03-09 12:58:16 +03:00

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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-09-04 11:21:04 +02:00
parent 3220c3391c
commit 1c2561110f

1
debian/lintian-overrides vendored Normal file
View File

@ -0,0 +1 @@
pve-ha-manager: repeated-trigger-name interest-noawait pve-api-updates (line 2) vs activate-noawait pve-api-updates (line 1)