Source: kcov Version: 43+dfsg-2 Severity: serious Justification: packages must not depend on python-is-python3 Tags: patch User: [email protected] Usertags: cross-satisfiability
The package description of python-is-python3 clearly indicates that no package may depend on it. Instead, python3 should be used for invoking Python. kcov already does this (despite having a few scripts with a #!/usr/bin/python line), so the dependency can simply be dropped. It also happens that this dependency prevents cross compilation. Helmut
diff -Nru kcov-43+dfsg/debian/changelog kcov-43+dfsg/debian/changelog --- kcov-43+dfsg/debian/changelog 2025-09-11 11:36:54.000000000 +0200 +++ kcov-43+dfsg/debian/changelog 2026-02-22 21:04:21.000000000 +0100 @@ -1,3 +1,10 @@ +kcov (43+dfsg-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop python-is-python3 from Build-Depends. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 22 Feb 2026 21:04:21 +0100 + kcov (43+dfsg-2) unstable; urgency=medium * Add a patch for GCC-15 (Closes: #1096917) diff -Nru kcov-43+dfsg/debian/control kcov-43+dfsg/debian/control --- kcov-43+dfsg/debian/control 2025-09-11 11:29:01.000000000 +0200 +++ kcov-43+dfsg/debian/control 2026-02-22 21:04:21.000000000 +0100 @@ -14,8 +14,7 @@ libjs-jquery-tablesorter, libssl-dev, pkgconf, - python-is-python3, python3, zlib1g-dev Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/debian/kcov.git

