find debian -name __pycache__ -type d | xargs rm -rf
find debian -name example.fastq.gz
# dh_installdocs seems to refuse copying zero length files (for instance Tests/Blast/tab_2226_tblastn_002.txt) but these are needed for the tests as well
cp -a debian/tmp_tests/* $(CURDIR)/debian/python-biopython-doc/usr/share/doc/python-biopython-doc/
find debian -name .cvsignore -delete
# no idea why Doc dir ends up in /usr/share/doc/python-biopython since biopython 1.71 - just move it into right place
if [ -d debian/python-biopython-doc/usr/share/doc/python-biopython/Doc ] ; then \