Bug#1026068: efibootguard: build fails if tests are disabled

2022-12-14 Thread Gylstorff Quirin
Thanks for the reporting, as efibootguard uses the fff test framework which is not available the intention was to disable all test. This should fix it: -# do not run the tests until fff is available in Debian -override_dh_auto_test: +override_dh_auto_build: + dh_auto_build help2m

Bug#1026068: efibootguard: build fails if tests are disabled

2022-12-14 Thread Gianfranco Costamagna
Source: efibootguard Version: 0.12-1 Severity: serious tags: patch Hello, it looks like you are using dh_auto_test to create manpages used during dh_auto_install target. This is a bad thing to do, because if the user overrides the testsuite the build will fail. The correct approach is to proba