[ubuntu/oneiric] dictionaries-common 1.10.10ubuntu1 (Accepted)

Angel Abad angelabad at ubuntu.com
Sun May 15 23:10:19 UTC 2011


dictionaries-common (1.10.10ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. (LP: #782577) Remaining changes:
    - scripts/system/dc-debconf-select.pl: Drop default debconf priority
      from 'high' to 'medium'.

dictionaries-common (1.10.10) unstable; urgency=low

  * dictionaries-common.postinst:
    - Use $* rather that "$@" when parsing triggers, triggers
      list is passed as a second single argument.

dictionaries-common (1.10.9) unstable; urgency=low

  * Remove non-working code trying to trim $* (Closes: #625450).
  * dictionaries-common.templates:
    - Improve debconf templates for default "ispell dictionary"
      and "wordlist" (Closes: #619649).
  * debian/po/es.po:
    - Updated for new dictionaries-common.templates changes.
  * installdeb.in:
    - Make auto-hash feature more robust by resetting compat in
      preinst (and in postinst for reconfigure)

dictionaries-common (1.10.8) unstable; urgency=low

  * Raise Standards-Version. No changes required.
  * When apt-utils is not installed, delay default settings
    until ispell dictionaries or wordlists are actually
    configured. (Closes: #621913).

dictionaries-common (1.10.7) unstable; urgency=low

  * update-default.in:
    - Warn about possible debconf database corruption and provide
      more debugging info.
    - Remove useless go() call.
    - Fix typo in message. Cosmetic changes.
  * README.problems:
    - Some improvements in the debconf database corruption section.
    - Reorganization of debugging hints. Add general debug enabling.

dictionaries-common (1.10.6) unstable; urgency=low

  * Make update-default-* to not enable triggers nor try to
    set symlinks when called fom dictionaries-common postinst
    (Closes: #619620).
  * DictionariesCommon.pm::dico_activate_trigger: Warn on
    enabling trigger on $debug.
  * dc-debconf-default-value.pl: Enable -huge and -insane as
    possible dict suffixes on default selection.
  * update-default.in:
    - Do not use Getopt::Long. Parse options directly.
    - Remove no longer used "--ignore-symlinks" external option.
    - Drop --rebuid option, rebuild always. Keep as a no-op for
      compatibility with old maintainer scripts.
    - Better manual mode handling.
    - Some code reorganization.

dictionaries-common (1.10.5) unstable; urgency=low

  * Make `update-openoffice-dicts' a full no-op. No longer
    install debhelper snippets calling it and remove them.
    Remove `update-openoffice-dicts' trigger. Deal with ancient
    `dictionary.lst' removal directly from
    dictionaries-common.postinst (Closes: #619116).

dictionaries-common (1.10.4) unstable; urgency=low

  * Triggerize update-default-ispell to have default symlink
    created after ispell-autobuildhash real run (Closes: #618398).
    Do the same for update-default-wordlist.

dictionaries-common (1.10.3) unstable; urgency=low

  * Implementing some suggestions and fixing some bugs, all
    reported by Robert Luberda. Thanks Robert.
  * Fix "dsdt-policy.txt" location in installdeb-* man pages
    (Closes: #618397).
  * update-default-ispell: Make sure ispell-autobuildhash is run
    before trying to symlink (Closes: #618398).
  * installdeb-{a,i}spell: Automatically create
    /usr/lib/{a,ispell}/$hash -> /var/lib/{a,i}spell/$hash
    symlinks when using 'auto-compat' (Closes: #618399).

dictionaries-common (1.10.2) unstable; urgency=low

  * installdeb.in: Make sure /var/lib/{a,i}spell directory is available.

dictionaries-common (1.10.1) unstable; urgency=low

  * debian/README.emacs:
    - ispell is no longer preferred over aspell. (Closes: #615939).
    - Document hunspell selection.
    - Refer to 'ispell-dictionary', not 'ispell-local-dictionary'
      where appropriate.
    - Document 'ispell-local-dictionary' for buffer local use.

dictionaries-common (1.10.0) unstable; urgency=low

  * update-openoffice-dicts: Mostly become a no-op besides
    dictionary.lst removal. Use strict. Use triggers.
  * Document why we do not enable and byte-compile lisp
    stuff for emacs-snapshot (Closes: #615143).
  * No longer recommend shipping empty compat and hash files
    to be regenerated via maintainer scripts. Provide
    installdeb-{ispell,aspell} with a new optional method to
    help handling that. (Closes: #593487).

Date: Mon, 16 May 2011 01:03:21 +0200
Changed-By: Angel Abad <angelabad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Benjamin Drung <bdrung at debian.org>
https://launchpad.net/ubuntu/oneiric/+source/dictionaries-common/1.10.10ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 16 May 2011 01:03:21 +0200
Source: dictionaries-common
Binary: dictionaries-common dictionaries-common-dev
Architecture: source
Version: 1.10.10ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Angel Abad <angelabad at ubuntu.com>
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary tools
Closes: 593487 615143 615939 618397 618398 618399 619116 619620 619649 621913 625450
Launchpad-Bugs-Fixed: 782577
Changes: 
 dictionaries-common (1.10.10ubuntu1) oneiric; urgency=low
 .
   * Merge from debian unstable. (LP: #782577) Remaining changes:
     - scripts/system/dc-debconf-select.pl: Drop default debconf priority
       from 'high' to 'medium'.
 .
 dictionaries-common (1.10.10) unstable; urgency=low
 .
   * dictionaries-common.postinst:
     - Use $* rather that "$@" when parsing triggers, triggers
       list is passed as a second single argument.
 .
 dictionaries-common (1.10.9) unstable; urgency=low
 .
   * Remove non-working code trying to trim $* (Closes: #625450).
   * dictionaries-common.templates:
     - Improve debconf templates for default "ispell dictionary"
       and "wordlist" (Closes: #619649).
   * debian/po/es.po:
     - Updated for new dictionaries-common.templates changes.
   * installdeb.in:
     - Make auto-hash feature more robust by resetting compat in
       preinst (and in postinst for reconfigure)
 .
 dictionaries-common (1.10.8) unstable; urgency=low
 .
   * Raise Standards-Version. No changes required.
   * When apt-utils is not installed, delay default settings
     until ispell dictionaries or wordlists are actually
     configured. (Closes: #621913).
 .
 dictionaries-common (1.10.7) unstable; urgency=low
 .
   * update-default.in:
     - Warn about possible debconf database corruption and provide
       more debugging info.
     - Remove useless go() call.
     - Fix typo in message. Cosmetic changes.
   * README.problems:
     - Some improvements in the debconf database corruption section.
     - Reorganization of debugging hints. Add general debug enabling.
 .
 dictionaries-common (1.10.6) unstable; urgency=low
 .
   * Make update-default-* to not enable triggers nor try to
     set symlinks when called fom dictionaries-common postinst
     (Closes: #619620).
   * DictionariesCommon.pm::dico_activate_trigger: Warn on
     enabling trigger on $debug.
   * dc-debconf-default-value.pl: Enable -huge and -insane as
     possible dict suffixes on default selection.
   * update-default.in:
     - Do not use Getopt::Long. Parse options directly.
     - Remove no longer used "--ignore-symlinks" external option.
     - Drop --rebuid option, rebuild always. Keep as a no-op for
       compatibility with old maintainer scripts.
     - Better manual mode handling.
     - Some code reorganization.
 .
 dictionaries-common (1.10.5) unstable; urgency=low
 .
   * Make `update-openoffice-dicts' a full no-op. No longer
     install debhelper snippets calling it and remove them.
     Remove `update-openoffice-dicts' trigger. Deal with ancient
     `dictionary.lst' removal directly from
     dictionaries-common.postinst (Closes: #619116).
 .
 dictionaries-common (1.10.4) unstable; urgency=low
 .
   * Triggerize update-default-ispell to have default symlink
     created after ispell-autobuildhash real run (Closes: #618398).
     Do the same for update-default-wordlist.
 .
 dictionaries-common (1.10.3) unstable; urgency=low
 .
   * Implementing some suggestions and fixing some bugs, all
     reported by Robert Luberda. Thanks Robert.
   * Fix "dsdt-policy.txt" location in installdeb-* man pages
     (Closes: #618397).
   * update-default-ispell: Make sure ispell-autobuildhash is run
     before trying to symlink (Closes: #618398).
   * installdeb-{a,i}spell: Automatically create
     /usr/lib/{a,ispell}/$hash -> /var/lib/{a,i}spell/$hash
     symlinks when using 'auto-compat' (Closes: #618399).
 .
 dictionaries-common (1.10.2) unstable; urgency=low
 .
   * installdeb.in: Make sure /var/lib/{a,i}spell directory is available.
 .
 dictionaries-common (1.10.1) unstable; urgency=low
 .
   * debian/README.emacs:
     - ispell is no longer preferred over aspell. (Closes: #615939).
     - Document hunspell selection.
     - Refer to 'ispell-dictionary', not 'ispell-local-dictionary'
       where appropriate.
     - Document 'ispell-local-dictionary' for buffer local use.
 .
 dictionaries-common (1.10.0) unstable; urgency=low
 .
   * update-openoffice-dicts: Mostly become a no-op besides
     dictionary.lst removal. Use strict. Use triggers.
   * Document why we do not enable and byte-compile lisp
     stuff for emacs-snapshot (Closes: #615143).
   * No longer recommend shipping empty compat and hash files
     to be regenerated via maintainer scripts. Provide
     installdeb-{ispell,aspell} with a new optional method to
     help handling that. (Closes: #593487).
Checksums-Sha1: 
 80b4e5ffcc49956814df3f5af1d4f37aa3919d4f 1891 dictionaries-common_1.10.10ubuntu1.dsc
 854d402d74686649aee8ddaa551e1deed560018f 325242 dictionaries-common_1.10.10ubuntu1.tar.gz
Checksums-Sha256: 
 4e8319ff96635afeefecc4bc001c5c62a6db6b3a6fc6c24aab19c7b937a39456 1891 dictionaries-common_1.10.10ubuntu1.dsc
 dcc8ba180de482301592496abfe294b61b84ad46eb5100581047bfdec061bd38 325242 dictionaries-common_1.10.10ubuntu1.tar.gz
Files: 
 4a1cc0a7bf6c1c4c7276e0b97c6598f5 1891 text optional dictionaries-common_1.10.10ubuntu1.dsc
 d0634d9e92163a4e10861172c9cb7927 325242 text optional dictionaries-common_1.10.10ubuntu1.tar.gz
Original-Maintainer: Agustin Martin Domingo <agmartin at debian.org>

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

iQIcBAEBCgAGBQJN0Fu8AAoJEBWetcTvyHdM4P8P/jbEsKXY/roIUIWxo66vUbsp
RoW3jZqXOtseBBaXurnJ5sTnYAz7e3fRoFDAHxuC6e1Q+afAShkZIe+roAkVbfGI
hvjUV+tzg0dzBIdltJ17FRS6y3PJuhfouXBwA0lonuD8Skr4Az7z9uaH0/mD/Fd4
egR0/s0XvZZUM0X9XAMD4MnY4NU6j46rIyB0PlO+YSLRPSorfKDkKiHcse3ffSvu
6hq3TPDyN1xIQX6F02in3NRfNOL8A4aIk2ZVYClN+2cjKRSHWTOoryRIrMmsgzi2
UdDAsiCEYQBOluEz/lmk8qRIoQsnvLT3OEoAf3praQYbQpCkTgLu85X7WfumeCMu
uEmHY9STaPI+TP7hGr2GhP2Z8tRVfqOIKSxhsDrGTV9aD5j6VIQNIPSqynUJIIDf
WIj4VWqqm3pvRgF6zuYISNrwNIatkRHSc5ZhTVHMVCCZRJSfz8Dy6kmB5WKASBZA
hRQTwnYV9YP8Xe4wQSUL3QO/i8kjp9DXVp7I3wR1mb16I6NtN2CvqDVuPzsBhVTL
xcBS5ErSV+yO+CLgrDfc5AxqE2lVsBSmwuCk7OACkimhJSVHSLkhJJH0g9O4Xh9S
VLKfzSSNQyfv7j0LTPOqPhcl1e8fe0XokwbypTvr4yaKo4wbeUskiGzhwxJBvMOK
IQZWYTNYN6DmGEMG0aNP
=s0K6
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list