Package: myspell-tools Version: 1:3.1-20 Filename: pool/main/m/myspell/myspell-tools_3.1-20_i386.deb Found error in /usr/bin/i2myspell: $ grep -A5 -B5 /tmp/ /usr/bin/i2myspell p=$1 } else { if ($2!="") printf "/%s", $2; } }' | sed 's#/##g s# #/#' >/tmp/i2my$$.1 cat /tmp/i2my$$.1 | wc -l | tr -cd '0-9\n' tail -n +2 /tmp/i2my$$.1 echo rm -f /tmp/i2my$$.1 exit;; esac ispell -d $1 -D | # dump affix table from the ispell hash -- /prefixes/,/suffixes/s/flag\(.\):/PFX \1 N / /suffixes/,//s/flag[*]\(.\):/SFX \1 Y / /suffixes/,//s/flag\(.\):/SFX \1 N / s/\([^ ]*\).>.\([^,]*\)$/0 \2 \1/ s/\([^ ]*\).>.-\([^,]*\),\(.*\)$/\2 \3 \1/' | tee /tmp/i2my$$.1 | cut -c -7 > /tmp/i2my$$.2 # myspell affix table header echo "SET $2" if [ -n "$5" ]; then echo "TRY $5"; fi; if [ -n "$7" ]; then echo "COMPOUNDMIN $7"; fi; if [ -n "$6" ]; then echo "COMPOUNDFLAG $6"; fi; cut -c 8- /tmp/i2my$$.1 | tr $3 $4 | paste -d "" /tmp/i2my$$.2 - | egrep -v '^(suffixes|prefixes|flagmarker)' | sort -k 2 | awk ' NR==1 { o1=$1; o2=$2; o3=$3; n[o2]=-1; } { printf "%s %s %-4s %-12s %-25s %s\n", $1, $2, $4, $5, $6, $7; -- o1=$1; o2=$2; o3=$3; } } END { printf "%s %s %s %s\n", o1, o2, o3, n[o2]+1; } ' | tee x | sed 's/ *$//' | sort -r | sed 's/\(^.*[0-9]\)$/\ \1/' rm /tmp/i2my$$.*