Control: tags -1 +wontfix > Building with pybuild can leave a dir foo/foo.egg-info/. When debhelper > invokes `dh_auto_clean -O--buildsystem=pybuild`, this should be deleted.
pybuild did that in the past, but it caused some problems f.e. with packages maintained in VCS with full upstream sources (like we have in DPMT now) where every file deletion is a problem (and unfortunately upstreams include this dir in tarballs). I decided to remove that functionality since it's trivial to get the same result with debian/clean file (just add "*.egg-info/*" there) PS please note that it's not pybuild that creates egg-info.

