UBUNTU: [Packaging] Move final-checks script to debian/scripts/checks

Move the final-checks script to debian/scripts/checks so that all the
checker scripts are in one place.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
This commit is contained in:
Juerg Haefliger
2023-03-27 09:12:32 +02:00
committed by Paolo Pisati
parent 65586f290d
commit 2a272fbe40
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ finalchecks: debian/control
ifeq ($(do_fips_checks),true)
$(DROOT)/scripts/misc/fips-checks
endif
$(DROOT)/scripts/misc/final-checks "$(DEBIAN)" "$(prev_fullver)"
$(DROOT)/scripts/checks/final-checks "$(DEBIAN)" "$(prev_fullver)"
.PHONY: startnewrelease
startnewrelease: