Package: devscripts Version: 2.22.2 Severity: normal X-Debbugs-Cc: none, Dima Kogan <[email protected]>
Hi. This just happened:
$ debdiff-apply something.debdiff
Traceback (most recent call last):
File "/usr/bin/debdiff-apply", line 35, in <module>
import unidiff
ModuleNotFoundError: No module named 'unidiff'
Installing python3-unidiff fixes it.

