mirror of
https://github.com/xroche/httrack.git
synced 2026-06-16 07:13:45 +03:00
mkdeb.sh built and tested the sources twice: once in its own export-tree pre-build (make check, offline), then again under debuild, whose dh_auto_test runs the suite with the online tests enabled (debian/rules configures with --enable-online-unit-tests=auto). The first run was a slower, offline-only subset of the second. Drop mkdeb's own make check. The export-tree build stays, since regen-man needs the compiled binaries, but the suite now runs once, under debuild, as the superset. This is the same redundancy CI #352 removed via DEB_BUILD_OPTIONS=nocheck; fixing it in mkdeb.sh applies it to release builds too instead of per-environment. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Xavier Roche <roche@httrack.com>