Package: myspell-gv
Version: 0.50-8
Severity: normal
Tags: patch

'update-openoffice-dicts' will soon be removed from dictionaries-common, 
but 'myspell-gv' 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
--- imanx-0.50/debian/myspell-gv.postrm
+++ imanx-0.50.orig/debian/myspell-gv.postrm
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
-     update-openoffice-dicts
-fi
-
-#DEBHELPER#
-
-exit 0
-
--- imanx-0.50/debian/myspell-gv.postinst
+++ imanx-0.50.orig/debian/myspell-gv.postinst
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [  "$1" = "configure" ]; then
-    update-openoffice-dicts
-fi
-
-#DEBHELPER#
-
-exit 0
-
diff -wu imanx-0.50/debian/changelog imanx-0.50/debian/changelog
--- imanx-0.50/debian/changelog
+++ imanx-0.50/debian/changelog
@@ -1,3 +1,11 @@
+imanx (0.50-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * myspell-gv.post{inst,rm}: Remove, only unconditionally called
+    useless and soon to not be shipped update-openoffice-dicts.
+
+ -- Agustin Martin Domingo <[email protected]>  Tue, 22 Mar 2011 17:26:58 +0100
+
 imanx (0.50-8) unstable; urgency=low
 
   * Move myspell dictionaries to /usr/share/hunspell. Closes: #541895.

Reply via email to