commit 1838746cea0cb7eb50e7132edbff260ce2b74558 Author: наб <nabijaczleweli@nabijaczleweli.xyz> Date: Sat Apr 6 16:12:53 2024 +0200 Clean up build directory when cleaning commit 543b81c3e7b4750814d8bddd4580955fee81359c Author: наб <nabijaczleweli@nabijaczleweli.xyz> Date: Sat Apr 6 16:06:31 2024 +0200 d/rules: build tests in parallel as well The program is built with dh_auto_build, which parallelises per dpkg-buildpackage -j automatically. However, the dh_auto_test override simply runs $(MAKE), which forwards the job control from d/rules, which is unset. (It's only set with --jobs-force.) This meant that building the tests took five minutes (longer than the rest) instead of 20 seconds. Forward parallel= from DEB_BUILD_OPTIONS set by dpkg-buildpackage.
Among the 3 debian patches available in version 1:5.10-0.1 of the package, we noticed the following issues: