[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#619279: marked as done (myspell-hu: Remove unconditional call to soon to disappear 'update-openoffice-dicts')



Your message dated Tue, 29 Mar 2011 19:02:35 +0000
with message-id <E1Q4eBX-0000Cv-FT@franck.debian.org>
and subject line Bug#619279: fixed in magyarispell 0.99.4-3
has caused the Debian Bug report #619279,
regarding myspell-hu: Remove unconditional call to soon to disappear 'update-openoffice-dicts'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
619279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619279
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: myspell-hu
Version: 0.99.4-2
Severity: normal
Patgs: patch

'update-openoffice-dicts' will soon be removed from dictionaries-common, 
but 'myspell-hu' 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:
--- magyarispell-0.99.4/debian/myspell-hu.postinst
+++ magyarispell-0.99.4.orig/debian/myspell-hu.postinst
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-    configure)
-        update-openoffice-dicts
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
reverted:
--- magyarispell-0.99.4/debian/myspell-hu.postrm
+++ magyarispell-0.99.4.orig/debian/myspell-hu.postrm
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-        if [ "$1" = "remove" ]; then
-                update-openoffice-dicts
-	fi
-        ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-
-esac
-
-#DEBHELPER#
-
-exit 0
diff -u magyarispell-0.99.4/debian/changelog magyarispell-0.99.4/debian/changelog
--- magyarispell-0.99.4/debian/changelog
+++ magyarispell-0.99.4/debian/changelog
@@ -1,3 +1,11 @@
+magyarispell (0.99.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * myspell-hu.post{inst,rm}: Remove, only unconditionally called
+    useless and soon to not be shipped update-openoffice-dicts.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 22 Mar 2011 17:41:07 +0100
+
 magyarispell (0.99.4-2) unstable; urgency=low
 
   * QA upload.

--- End Message ---
--- Begin Message ---
Source: magyarispell
Source-Version: 0.99.4-3

We believe that the bug you reported is fixed in the latest version of
magyarispell, which is due to be installed in the Debian FTP archive:

ihungarian_0.99.4-3_i386.deb
  to main/m/magyarispell/ihungarian_0.99.4-3_i386.deb
magyarispell_0.99.4-3.debian.tar.gz
  to main/m/magyarispell/magyarispell_0.99.4-3.debian.tar.gz
magyarispell_0.99.4-3.dsc
  to main/m/magyarispell/magyarispell_0.99.4-3.dsc
myspell-hu_0.99.4-3_all.deb
  to main/m/magyarispell/myspell-hu_0.99.4-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 619279@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Luberda <robert@debian.org> (supplier of updated magyarispell package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 29 Mar 2011 19:47:09 +0200
Source: magyarispell
Binary: ihungarian myspell-hu
Architecture: source i386 all
Version: 0.99.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Robert Luberda <robert@debian.org>
Description: 
 ihungarian - Hungarian dictionary for ispell
 myspell-hu - Hungarian dictionary for myspell
Closes: 549108 619279
Changes: 
 magyarispell (0.99.4-3) unstable; urgency=low
 .
   * QA upload for switching to new ispell.
   * Ack NMU (closes: #549108).
   * Switch to the `3.0 (quilt)' source format:
     + initial Fix-i2myspell-script.patch with changes introduced in 0.99.4-2.
   * Provide myspell-hu.info-hunspell file.
   * Bump debhelper compat level to 8.
   * Remove any preinst and postinst files (closes: #619279).
 .
   * debian/rules:
     + use `installdeb-myspell --srcdir' instead of manually installing
       the info-myspell file and dictionaries;
     + stop shipping compatibility links in /usr/share/myspell;
     + make use of installdeb-hunspell;
     + switch to debhelper's tiny rules format.
 .
   * debian/control:
     + Standards-Version: 3.9.1;
     + bump (build-)dependencies on dictionaries-common(-dev) to >= 1.10;
     + bump (build-)dependencies on ispell to >= 3.3.02;
     + bump build-dependency on debhelper to >= 8;
     + remove conflicts with ancient version of openoffice.org (lintian);
     + remove ancient conflicts/replaces/provides on myhungarian;
     + remove alternative dependency on openoffice.org-updatedicts;
     + remove article from short description (lintian);
     + sort dependency fields with wrap-and-sort from ubuntu-dev-tools;
     + make myspell-hu package provide hunspell-dictionary and suggest
       libreoffice instead of transitional openoffice.org.
Checksums-Sha1: 
 bda596be1f936954393f4d3eadc8f3a9255088d9 1138 magyarispell_0.99.4-3.dsc
 664b71dcb8d038747900308a6d34c20f3cc0f07d 4341 magyarispell_0.99.4-3.debian.tar.gz
 330cbfc931a854f1e7bbbf66301a2eb833ed15d1 2652012 ihungarian_0.99.4-3_i386.deb
 a542fc5789a923f2ae36e6598966d44b63207726 1068110 myspell-hu_0.99.4-3_all.deb
Checksums-Sha256: 
 186cdd81112c84b361c0c2bebfa20e0c8f4f1b9ddd85bb807dd7358ab89acb1b 1138 magyarispell_0.99.4-3.dsc
 bfdf5b21abac9055dcc67e61c9442bc764e70fa6820afa59efbf60196cb1934e 4341 magyarispell_0.99.4-3.debian.tar.gz
 5039ffbae947d2239e496379de40bbf68f8a31d3e4feabff664d09c11eebdecd 2652012 ihungarian_0.99.4-3_i386.deb
 53af7bde8911ea087a11c0233a5d729a396e24c01c6b1751f30cca8d7048efe7 1068110 myspell-hu_0.99.4-3_all.deb
Files: 
 9ae6ed3ed041dc71fb7f5ed6b5cc335d 1138 text optional magyarispell_0.99.4-3.dsc
 83f52a127ee6e617fd6f71b9e1bf7f19 4341 text optional magyarispell_0.99.4-3.debian.tar.gz
 127cabc15d7831de9368e83687e914d8 2652012 text optional ihungarian_0.99.4-3_i386.deb
 337eb7f648f32d1f91f7837eb3955bd3 1068110 text optional myspell-hu_0.99.4-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2SHHgACgkQThh1cJ0wnDvBEACgiDvQ87+V4gVT4yCVf8ob3Uno
SNEAn2ugykjOxGYdxPb/QFHKCpZwFTLw
=sBmj
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: