Package: myspell-fi
Version: 0.7-17.3
Severity: normal
Tags: patch
'update-openoffice-dicts' will soon be removed from dictionaries-common,
but 'myspell-fi' maintainer scripts unconditionally call it.
'update-openoffice-dicts' only remaining task was to remove ancient
Openoffice.org 2.4 "dictionary.lst" file. For squeeze, it still updated
"dictionary.lst" in the extremely unlikely possibility that Ooo 2.4 is
installed. That Ooo has now become more than ancient and its presence
really unlikely.
For that reason, 'update-openoffice-dicts' has been made a no-op and will
soon be removed.
Please remove unconditional call to 'update-openoffice-dicts' from
maintainer scripts, as proposed in attached patch.
Thanks in advance,
--
Agustin
diff -wu ispell-fi-0.7/debian/postrm.myspell-fi ispell-fi-0.7/debian/postrm.myspell-fi
--- ispell-fi-0.7/debian/postrm.myspell-fi
+++ ispell-fi-0.7/debian/postrm.myspell-fi
@@ -4,4 +3,0 @@
-
-if [ "$1" = "remove" ]; then
- update-openoffice-dicts
-fi
diff -wu ispell-fi-0.7/debian/postinst.myspell-fi ispell-fi-0.7/debian/postinst.myspell-fi
--- ispell-fi-0.7/debian/postinst.myspell-fi
+++ ispell-fi-0.7/debian/postinst.myspell-fi
@@ -5,3 +4,0 @@
-if [ "$1" = "configure" ]; then
- update-openoffice-dicts
-fi
diff -wu ispell-fi-0.7/debian/changelog ispell-fi-0.7/debian/changelog
--- ispell-fi-0.7/debian/changelog
+++ ispell-fi-0.7/debian/changelog
@@ -1,3 +1,11 @@
+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.
+
+ -- Agustin Martin Domingo <[email protected]> Tue, 22 Mar 2011 17:05:50 +0100
+
ispell-fi (0.7-17.3) unstable; urgency=low
* Non-maintainer upload.