Followup-For: Bug #1029434 Control: retitle -1 python3-pydrive2: ships md5sums without files: /usr/lib/python3/dist-packages/pydrive2/test/*
Whithout having looked at the source package, my guess is that you are cleaning unneccessary files (the test directory) from the package, but that happens too late during the package build, i.e. after dh_md5sums. That last (dh 13) target where such cleanup could happen is execute_before_dh_md5sums. Andreas