mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-06 22:54:02 +00:00
build: use dh_missing
to fail the build if files are installed, but not shipped in any package. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
82519f0ccb
commit
5db309a2b1
3
debian/rules
vendored
3
debian/rules
vendored
@ -11,3 +11,6 @@
|
|||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
override-dh_missing:
|
||||||
|
dh_missing --fail-missing
|
||||||
|
Loading…
Reference in New Issue
Block a user