Package: guess-concurrency Version: 0+20250214 Tags: patch Hi,
There is a typo in the long description of guess-concurrency, the attached patch fixes it.
>From 8934eb84c4d84c055eda120b644a2b695d14e856 Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Fri, 28 Feb 2025 10:57:20 +0200 Subject: [PATCH] Fix typo in long description --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5e00df4..dbf6b7d 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Multi-Arch: foreign Depends: python3:any Description: utility for estimating a suitable level of build parallelism It provides multiple ways of guessing and refining the currently available - computing resources (CPUs and memory) and allows computing and educated + computing resources (CPUs and memory) and allows computing an educated guess for a suitable parallelism level given further constraints such as the required amount of memory per concurrent execution unit. The main use of this is preventing builds of large software packages from being killed -- 2.47.2

