Your message dated Wed, 21 Sep 2005 16:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319676: fixed in bgoffice 3.0-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Jul 2005 22:14:36 +0000
>From [EMAIL PROTECTED] Sat Jul 23 15:14:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail23.sea5.speakeasy.net [69.17.117.25] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DwSGS-0003y1-00; Sat, 23 Jul 2005 15:14:36 -0700
Received: (qmail 20983 invoked from network); 23 Jul 2005 22:14:35 -0000
Received: from dsl254-022-219.sea1.dsl.speakeasy.net (HELO 
sirius.bignachos.com) ([216.254.22.219])
          (envelope-sender <[EMAIL PROTECTED]>)
          by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP
          for <[EMAIL PROTECTED]>; 23 Jul 2005 22:14:35 -0000
Received: from rubeus (unknown [192.168.1.20])
        by sirius.bignachos.com (Postfix) with ESMTP id DF6F753573
        for <[EMAIL PROTECTED]>; Sat, 23 Jul 2005 15:14:32 -0700 (PDT)
Received: by rubeus (Postfix, from userid 1000)
        id D28FE33BDE; Sat, 23 Jul 2005 15:14:32 -0700 (PDT)
From: Brian Nelson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: aspell-bg: Needs repackaging for latest aspell
X-URL: http://bignachos.com
Date: Sat, 23 Jul 2005 15:14:32 -0700
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: aspell-bg
Severity: grave
Version: 3.0-4
Tags: sid


As of the aspell 0.60.3-2 package, I changed the location in which
aspell looks for dictionaries from /usr/lib/aspell-0.60 to
/usr/lib/aspell (for support for autobuilding dictionary hashes).
Obviously, this broke all existing dictionaries so I made it conflict
with dictionaries providing aspell6-dictionary.

Additionally, as of version 0.60.3-3 in conjunction with
dictionaries-common >= 0.49.2, aspell now fully supports building
dictionary hashes at install time.  This provides two huge advantages
over packaging the hashes in the .deb:

1. The dictionary packages may be Arch: all, which for some dictionaries
   provides a significant relief to the mirrors.

2. The hashes will be automatically rebuilt for new aspell versions if
   the dictionary format changes, eliminating the need to transition all
   dictionary packages.

Consequently, this is now the preferred method for packaging aspell
dictionaries.


Packaging dictionaries for aspell >= 0.60.3-3
---------------------------------------------

[Old-style hashes (.rws files) in .deb]

1. Change "Provides: aspell6-dictionary" to "Provides:
   aspell6a-dictionary"

2. Ensure dictionary files are installed to /usr/lib/aspell

3. Remove any dependency on libaspell15 (see #310590) or aspell-bin
   (which no longer exists).  Instead depend on aspell (>= 0.60.3-2).


[New-style autobuilt hashes]

1. Change "Provides: aspell6-dictionary" to "Provides:
   aspell-dictionary" (no version in name).

2. Remove build-dependency on aspell(-bin)

3. Change Architecture to "all"

4. Add binary package dependency on "aspell (>= 0.60.3-3)"

5. Remove any relationship on libaspell15 or aspell-bin

6. Package an empty file /var/lib/aspell/$DICT_LANG.compat (where
   $DICT_LANG is the iso code for the dictionary, e.g. "en")

7. Install the wordlists compressed as .mwl.gz, .wl.gz, or .cwl.gz to
   /usr/share/aspell.

8. For each of the above wordlists:

   a. Package an empty file /var/lib/aspell/$WORDLIST.rws (where
      $WORDLIST is the wordlist filename minus the .*wl.gz extension)

   b. Add a symlink /usr/lib/aspell/$WORDLIST.rws ->
      /var/lib/aspell/$WORDLIST.rws

   c. Append the $WORDLIST to the file
      "/usr/share/aspell/$DICT_LANG/.contents".  The .contents file
      should contain one $WORDLIST per line.

9. Add a postinst call to "/usr/sbin/update-dictcommon-aspell"--the
   easiest way to do this is to build-depend on dictionaries-common-dev
   (>= 0.9.1) and run installdeb-aspell from debian/rules.

For some examples, see aspell-en (for dictionaries based on
ftp://ftp.gnu.org/gnu/aspell/dict tarballs) or aspell-es (for
dictionaries based on plain wordlists).

If the dictionary is packaged correctly, you should see something like:

Setting up aspell-en (6.0-0-5) ...
aspell-autobuildhash: processing: en [en-common]
aspell-autobuildhash: processing: en [en-variant_0]
aspell-autobuildhash: processing: en [en-variant_1]
aspell-autobuildhash: processing: en [en-variant_2]
aspell-autobuildhash: processing: en [en_CA-w_accents-only]
aspell-autobuildhash: processing: en [en_CA-wo_accents-only]
aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only]
aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only]
aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only]
aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only]
aspell-autobuildhash: processing: en [en_US-w_accents-only]
aspell-autobuildhash: processing: en [en_US-wo_accents-only]

when installing.  The dictionary should then work the same as before.


Please send any questions to the [EMAIL PROTECTED]
mailing list.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

---------------------------------------
Received: (at 319676-close) by bugs.debian.org; 21 Sep 2005 23:45:31 +0000
>From [EMAIL PROTECTED] Wed Sep 21 16:45:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EIE4L-00022Y-00; Wed, 21 Sep 2005 16:32:05 -0700
From: Anton Zinoviev <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319676: fixed in bgoffice 3.0-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 21 Sep 2005 16:32:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: bgoffice
Source-Version: 3.0-5

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

aspell-bg_3.0-5_all.deb
  to pool/main/b/bgoffice/aspell-bg_3.0-5_all.deb
bgoffice_3.0-5.diff.gz
  to pool/main/b/bgoffice/bgoffice_3.0-5.diff.gz
bgoffice_3.0-5.dsc
  to pool/main/b/bgoffice/bgoffice_3.0-5.dsc
ibulgarian_3.0-5_i386.deb
  to pool/main/b/bgoffice/ibulgarian_3.0-5_i386.deb
myspell-bg_3.0-5_all.deb
  to pool/main/b/bgoffice/myspell-bg_3.0-5_all.deb
wbulgarian_3.0-5_all.deb
  to pool/main/b/bgoffice/wbulgarian_3.0-5_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Zinoviev <[EMAIL PROTECTED]> (supplier of updated bgoffice 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Wed, 21 Sep 2005 22:05:04 +0300
Source: bgoffice
Binary: myspell-bg ibulgarian wbulgarian aspell-bg
Architecture: source all i386
Version: 3.0-5
Distribution: unstable
Urgency: low
Maintainer: Anton Zinoviev <[EMAIL PROTECTED]>
Changed-By: Anton Zinoviev <[EMAIL PROTECTED]>
Description: 
 aspell-bg  - Bulgarian dictionary for aspell
 ibulgarian - The Bulgarian dictionary for ispell
 myspell-bg - The Bulgarian dictionary for myspell
 wbulgarian - The Bulgarian dictionary words for /usr/share/dict
Closes: 319676 321040
Changes: 
 bgoffice (3.0-5) unstable; urgency=low
 .
   * Repackage for the new aspell (new-style hashes).  Thanks a lot to
     Yavor Doganov and Brian Nelson and apologies for the delay.
     Closes: #319676.
   * Updated ibulgarian.info-ispell: description in Bulgarian, add
     Additionalchars and Aspell-Locales fields.
   * Invoke dh_installdebconf for aspell-bg.
   * Use installdeb-myspell rather than manually install stuff.
   * Install two Bulgarian aspell dictionaries managed by
     update-alternatives.  One that recognises only the Bulgarian words and
     second (used by default) that recognises both Bulgarian and English
     words.
   * Encode in UTF-8 the documentation in /usr/share/doc.
   * Unfortunately I have to revert the change in 3.0-4 and use again
     "microsoft-cp1251" instead of "cp1251" in bg_BG.aff.  Mozilla will
     again crash but OpenOffice is more important (IMO).  For reference:
     https://bugzilla.mozilla.org/show_bug.cgi?id=256292 and #306895.
   * Files /etc/emacs21/site-start.d/90{aspell-bg,ibulgarian}.el to
     codepage-setup cp1251.  It is still not clear to me how to support
     spelling of Bulgarian UTF-8 texts in Emacs.
   * Add entries for different Emacs versions in ibulgarian.info-ispell and
     aspell-bg.info-aspell.  Thanks to Ivan Raikov, closes: #321040.
   * Use "aspell munch-list" in order to minimise the size of the aspell
     word list (was 8.8MB uncompressed and 1.9MB compressed, now it is
     726KB uncompressed and 294K compressed).  The size of the compiled
     dictionary hash is also dramatically reduced.
Files: 
 426dd4c20ff555d3e2d07a8dfc174059 709 text optional bgoffice_3.0-5.dsc
 fbedea4f0df94d020717f8788aa0619f 22991 text optional bgoffice_3.0-5.diff.gz
 81f5bb8724cfc59ed0e6408298e0e735 664298 text optional aspell-bg_3.0-5_all.deb
 3b8e1449c9024baafffc8adeba539814 250948 text optional myspell-bg_3.0-5_all.deb
 f1fe12a7a19f510efa5efa00c8b166f4 1996054 text optional wbulgarian_3.0-5_all.deb
 d310b003b68ad13af94766b507cc736a 674658 text optional ibulgarian_3.0-5_i386.deb

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

iD8DBQFDMefnJP1eZJv0KwcRAjvSAJwOKuXZzT84lyezlORpQkc71Ipm1ACfaLrr
GPeYeL7DxcPO0AJ1x6xNuQk=
=LBl0
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to