Package: myspell-en-au
Version: 2.1-5
Severity: normal
Tags: patch

'update-openoffice-dicts' will soon be removed from dictionaries-common, 
but 'myspell-en-au' 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
reverted:
--- openoffice.org-en-au-2.1/debian/openoffice.org-thesaurus-en-au.postinst
+++ openoffice.org-en-au-2.1.orig/debian/openoffice.org-thesaurus-en-au.postinst
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-	update-openoffice-dicts
-fi
-
-#DEBHELPER#
-
-exit 0
diff -u openoffice.org-en-au-2.1/debian/changelog openoffice.org-en-au-2.1/debian/changelog
--- openoffice.org-en-au-2.1/debian/changelog
+++ openoffice.org-en-au-2.1/debian/changelog
@@ -1,3 +1,11 @@
+openoffice.org-en-au (2.1-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * openoffice.org-en-au.post{inst,rm}: Remove, only unconditionally
+    called useless and soon to disappear update-openoffice-dicts.
+
+ -- Agustin Martin Domingo <[email protected]>  Tue, 22 Mar 2011 16:42:02 +0100
+
 openoffice.org-en-au (2.1-5) unstable; urgency=low
 
   * Install dictionary files to /usr/share/hunspell, with compatibility
@@ -16,7 +24,7 @@
   * Bumped Standards-Version to 3.8.1, no changes needed.
   * Bumped debhelper compatibility version to 5.
   * Removed Uploaders field.
-  
+
  -- John Steele Scott <[email protected]>  Sat, 28 Mar 2009 18:59:02 +1030
 
 openoffice.org-en-au (2.1-3.1) unstable; urgency=low
reverted:
--- openoffice.org-en-au-2.1/debian/openoffice.org-thesaurus-en-au.postrm
+++ openoffice.org-en-au-2.1.orig/debian/openoffice.org-thesaurus-en-au.postrm
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
-	update-openoffice-dicts
-fi
-
-#DEBHELPER#
-
-exit 0

Reply via email to