From: Roland Rosenfeld <roland@debian.org>
Subject: Stop removing MD5sums in clean target, because it the upstream
 source provides it and the file is missing after the cleanup otherwise.

--- a/Makefile
+++ b/Makefile
@@ -428,7 +428,7 @@
 ###
 
 clean:
-	rm -f all.words* igerman98*.tar.bz2 isowordlist* MD5sums SHA256sums
+	rm -f all.words* igerman98*.tar.bz2 isowordlist*
 	#sort liglist.aff  MD5sums myspell/*.dic de_DE.zip de_CH.zip myspell/VERSION *.tmp
 	rm -f ispell/*.aff ispell/*.hash
 	rm -f myspell/*.dic  myspell/*.aff  myspell/*.zip myspell/VERSION
