spellutils (0.7-7) unstable; urgency=low

  * QA upload.
  * debian/control:
    - Add ${misc:Depends} to depends line.
    - Bump Standards Version. Required changes (build-{arch,indep}
      targets) are already implemented in this upload.
  * debian/copyright: Fix unversioned GPL version.
  * debian/rules:
    - Use hardened build flags.
    - Fix lintian "debian-rules-ignores-make-clean-error".
    - Fix lintian "debian-rules-missing-recommended-target".
    - Do not remove po/cat-id-tbl.c on clean.
  * Revert config.{sub,guess} and aclocal.m4 to ancient upstream files to
    minimize diff. This does not affect build, dh-autoreconf is used.
  * Add German translation. Thanks Chris Leick (Closes: #565379).

 -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 16 Sep 2014 13:30:20 +0200

spellutils (0.7-6) unstable; urgency=medium

  * QA upload.
  * Change ownership to the Debian QA group. Thanks for all the work, Ray
    Dassen (JHM).
  * Use dh-autoreconf to update autotools stuff (Closes: #727973, #744514).
  * intl/Makefile.in: Comment ancient and unused stuff to work around
    missing separator (did you mean TAB instead of 8 spaces?) errors
    (Closes: #750342).
  * debian/control:
    - Add Vcs-* headers for spellutils collab-maint repo.
    - Add hunspell as another possible spellchecker.

 -- Agustin Martin Domingo <agmartin@debian.org>  Fri, 12 Sep 2014 13:13:55 +0200

spellutils (0.7-5) unstable; urgency=low

  * [debian/control] Updated Standards-Version.
  * [config.sub, config.guess] Updated. (Closes: #355079)
  * [configure.in, Makefile.am] Updated handling of included fallback
    implementation of strncasecmp.
  * [debian/compat, debian/rules] Updated debhelper compatibility level.
  * [debian/rules] Specify versions (where needed) in 'source-updates' target.
  * Updated autotools setup using 'source-updates'.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  5 Mar 2006 14:34:31 +0100

spellutils (0.7-4) unstable; urgency=low

  * [debian/rules]
    * Update config.{guess,sub} if possible.
    * New target 'source-updates' to update autotools-related files.
    * clean: don't remove files that need autotools to be regenerated.
  * [configure.in] Added AM_MAINTAINER_MODE.
  * [debian/control] Dropped build dependencies on automake and autoconf.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  7 Jul 2002 17:52:26 +0200

spellutils (0.7-3) unstable; urgency=low

  * Added missing gettext build dependency.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Mon, 11 Mar 2002 08:25:28 +0100

spellutils (0.7-2) unstable; urgency=low

  * Fixed auto* invocation order which broke some ports.
  * Don't try to compile -Werror as the usage string in pospell.c exceeds the
    minimal string length C89 compilers must support, causing gcc 3 to issue
    a warning.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 10 Mar 2002 11:52:02 +0100

spellutils (0.7-1) unstable; urgency=low

  * Initial Release. (Closes: #136820)
  * [configure.in] Check for mkstemp.
  * [lib.c] Prefer mkstemp to tmpnam.
    [pospell.1, newsbody.1] Mention mkstemp as well.
  * [pospell.c, newsbody.c] Include config.h if available so _GNU_SOURCE is
    defined for strsignal.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed,  6 Mar 2002 20:26:05 +0100