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.

diff -urNad '--exclude=CVS' '--exclude=.svn' igerman98~/Makefile igerman98/Makefile
--- igerman98~/Makefile
+++ igerman98/Makefile
@@ -429,7 +429,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
