1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
spellutils (0.7-4) unstable; urgency=low
* Unreleased.
* [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
|