tag 551284 +pending tag 581458 +pending tag 619269 +pending tag 623072 +pending thanks
Hi all, I have a been working in a NMU dealing with above bugs. It is mostly ready and only pending of final tests. Unless I hear from maintainer before or find any last-minute problem I will upload it on Tuesday with *no-delay*. In the mean time I am tagging these bug reports as pending, Current status for diff is attached. It should deal with #551284: wfinnish: Most lines in /usr/share/dict/finnish end with $\ for some reason #581458: ispell-fi: bashism in debian/rules #619269: myspell-fi: Remove unconditional call to soon to disappear 'update-openoffice-dicts. #623072: ifinnish: uninstallable in sid If you have some objections or comments, please reply quickly. Regards, -- Agustin
diff --git a/debian/changelog b/debian/changelog index ae96ba0..a3f8982 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ispell-fi (0.7-17.4) unstable; urgency=low + + * Non-maintainer upload. + * post{inst,rm}.myspell-fi: Disable unconditional call of + useless and soon to not be shipped update-openoffice-dicts + (Closes: #619269). + * debian/control: Rebuild against newer ispell (Closes: #623072). + * debian/rules: Use tr to fix problems with bashism in sed + expression. (Closes: #551284, #581458). + + -- Agustin Martin Domingo <agmar...@debian.org> Sat, 30 Apr 2011 14:33:40 +0200 + ispell-fi (0.7-17.3) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/control b/debian/control index 1ce1f4b..5f1d34e 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Maintainer: Kalle Kivimaa <kil...@debian.org> Section: text Priority: optional Standards-Version: 3.6.1.0 -Build-Depends: aspell (>= 0.60.4), ispell (>= 3.1.20.0-4), dictionaries-common-dev (>= 0.25), hunspell-tools | myspell-tools, bzip2 +Build-Depends: aspell (>= 0.60.4), ispell (>= 3.3.02), dictionaries-common-dev (>= 0.25), hunspell-tools | myspell-tools, bzip2 Package: ifinnish-large Architecture: any -Depends: dictionaries-common (>=0.25), ispell, debconf | debconf-2.0 +Depends: dictionaries-common (>=0.25), ispell (>= 3.3.02), debconf | debconf-2.0 Suggests: wfinnish Provides: ispell-dictionary Description: A large Finnish dictionary for Ispell @@ -26,7 +26,7 @@ Description: A large Finnish dictionary for Ispell Package: ifinnish Architecture: any -Depends: dictionaries-common (>=0.25), ispell, debconf | debconf-2.0 +Depends: dictionaries-common (>=0.25), ispell (>= 3.3.02), debconf | debconf-2.0 Suggests: wfinnish Provides: ispell-dictionary Description: A medium-size Finnish dictionary for Ispell @@ -43,7 +43,7 @@ Description: A medium-size Finnish dictionary for Ispell Package: ifinnish-small Architecture: any -Depends: dictionaries-common (>=0.25), ispell, debconf | debconf-2.0 +Depends: dictionaries-common (>=0.25), ispell (>= 3.3.02), debconf | debconf-2.0 Suggests: wfinnish Provides: ispell-dictionary Description: A small Finnish dictionary for Ispell diff --git a/debian/postinst.myspell-fi b/debian/postinst.myspell-fi index cc80623..823d8fe 100644 --- a/debian/postinst.myspell-fi +++ b/debian/postinst.myspell-fi @@ -2,6 +2,3 @@ set -e -if [ "$1" = "configure" ]; then - update-openoffice-dicts -fi diff --git a/debian/postrm.myspell-fi b/debian/postrm.myspell-fi index e6fb270..ecd5502 100644 --- a/debian/postrm.myspell-fi +++ b/debian/postrm.myspell-fi @@ -1,7 +1,3 @@ #!/bin/sh set -e - -if [ "$1" = "remove" ]; then - update-openoffice-dicts -fi diff --git a/debian/rules b/debian/rules index e103633..58d77e9 100755 --- a/debian/rules +++ b/debian/rules @@ -196,7 +196,7 @@ clean-build: finnish.data : finnish.small.hash set -e ; cat finnish.dict debian/extrawords | ispell -d ./finnish.small -e | \ - sed s/\ /$$'\\\n'/g | sort -f | uniq > finnish.data.new + tr -s ' ' '\n' | sort -f | uniq > finnish.data.new mv finnish.data.new finnish.data %.hash : %.aff finnish.dict