diff --git a/cpp/build-packages.cpp b/cpp/build-packages.cpp index ffac937..b4eecfd 100644 --- a/cpp/build-packages.cpp +++ b/cpp/build-packages.cpp @@ -393,6 +393,7 @@ static std::vector get_exclusions(const fs::path &packaging) { } static void run_source_lintian(const std::string &name, const fs::path &source_path) { + semaphore_guard guard(semaphore); log_info("Running Lintian for package: " + name); fs::path temp_file = fs::temp_directory_path() / ("lintian_suppress_" + name + ".txt"); {