#! /bin/sh /usr/share/dpatch/dpatch-run
## 12_fix_clean.dpatch by Roland Rosenfeld <roland@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Stop removing MD5sums in clean target, because it the upstream
## DP: source provides it and the file is missing after the cleanup otherwise.

@DPATCH@
diff -urNad 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
