Package: pytsk Severity: important Tags: patch pytsk failed to build in raspbian buster-staging with the following error.
dpkg-gencontrol: warning: can't parse dependency sleuthkit (4.6.2-1) (= 4.6.2-1) dpkg-gencontrol: error: error occurred while parsing Built-Using field: sleuthkit (4.6.2-1) (= 4.6.2-1) dpkg-gencontrol: warning: can't parse dependency sleuthkit (4.6.2-1) (= 4.6.2-1) dpkg-gencontrol: error: error occurred while parsing Built-Using field: sleuthkit (4.6.2-1) (= 4.6.2-1)
It turns out this is caused by the fact that sleuthkit has been binnmu'd in raspbian which breaks the built-using generation in pytsk. The fix is trivial, just use ${Source:Package} instead of ${Source} A debdiff should appear soon at http://debdiffs.raspbian.org/main/p/pytsk , no intent to NMU in Debian.