2006
gettext (0.16.1-1) unstable; urgency=low
* New upstream release. See the NEWS file for details.
* Use -no-site-file instead of --no-site-file, to make xemacs happy.
Thanks to Luis Rodrigo Gallardo for the report. Closes: #399284.
* Fixed xgettext segfault with lisp files, which made other packages
to FTBFS. Thanks to Martin Pitt for the report. Closes: #400187.
-- Santiago Vila <sanvila@debian.org> Mon, 27 Nov 2006 23:31:08 +0100
gettext (0.15-3) unstable; urgency=medium
* Fixed perl parser by updating x-perl.c from CVS (Closes: #386912). * Build C# stuff using mono, not pnet. This fixes a FTBFS bug, as pnet is currently uninstallable.
-- Santiago Vila <sanvila@debian.org> Fri, 3 Nov 2006 17:19:02 +0100
gettext (0.15-2) unstable; urgency=low
* Fixed xgettext segfault on certain scheme input (Closes: #384698). Patch by Bruno Haible.
-- Santiago Vila <sanvila@debian.org> Thu, 31 Aug 2006 19:35:04 +0200
gettext (0.15-1) unstable; urgency=low
* New upstream release (Closes: #381534). * Improved msgmerge error message (Closes: #305703). * Recognize Bash process substitution syntax (Closes: #374483). * The 'mkinstalldirs' shell script is no longer needed and no longer installed by gettextize (Closes: #378239). * The manual is now dual-licensed as GNU GPL and GNU FDL with no Invariant Sections, no Front-Cover Text, and no Back-Cover Texts, so we can distribute it in main in either case. * Applied patch from Bruno Haible to fix a bug in xgettext. See gnu.utils.bug for details.
-- Santiago Vila <sanvila@debian.org> Mon, 21 Aug 2006 18:45:14 +0200
gettext (0.14.6-1) unstable; urgency=low
* New upstream release. From the NEWS file: - Updated the meaning of 'gcc-internal-format' to match GCC 4.1. * Changed x-php.c to fix xgettext problem with PHP (Closes: #366131).
-- Santiago Vila <sanvila@debian.org> Fri, 23 Jun 2006 17:39:10 +0200
gettext (0.14.5-4) unstable; urgency=low
* Reverted change made to gettext.m4, as it breaks autopoint.
The change will be made in the next upstream version anyway.
Thanks a lot to Ben Pfaff for the report (Closes: #367263).
* Added C# support for architectures having a recent pnet.
* gettext now contains msgfmt.net.exe and msgunfmt.net.exe.
* gettext-base now contains GNU.Gettext.dll.
-- Santiago Vila <sanvila@debian.org> Mon, 15 May 2006 18:01:08 +0200
gettext (0.14.5-3) unstable; urgency=low
* Modified po-mode.el so that po-validate loads compile.el (Closes: #316852). * Modified gettext.sh to be more friendly to zsh (Closes: #343354). * Modified gettext.m4 to avoid calling AM_NLS twice (Closes: #353435). * Put gettext-base in section utils, following the override file. * Removed no longer required Build-Depends-Indep: texi2html.
-- Santiago Vila <sanvila@debian.org> Mon, 1 May 2006 19:11:56 +0200
2005
gettext (0.14.5-2) unstable; urgency=low
* New C++ ABI. gettext-base now Provides: libasprintf0c2. * Changed shlibs file accordingly.
-- Santiago Vila <sanvila@debian.org> Wed, 6 Jul 2005 17:30:10 +0200
gettext (0.14.5-1) unstable; urgency=low
* New upstream release.
-- Santiago Vila <sanvila@debian.org> Mon, 6 Jun 2005 19:02:50 +0200
gettext (0.14.4-2) unstable; urgency=medium
* Moved libgettextpo from gettext-base to gettext, where it belongs.
As libgettextpo depends on libgettextlib, which is in gettext, this
should remove an undeclared (and undesired) dependency of
gettext-base on gettext (Closes: #307749). The blender package
should work again if their dependencies are installed.
Thanks to Steve Langasek for the report.
* Moved Provides: libgettextpo0 from gettext-base to gettext.
* gettext now Replaces: gettext-base (<= 0.14.4-1).
* Moved the libgettextpo bit of shlibs in gettext-base to gettext.
-- Santiago Vila <sanvila@debian.org> Thu, 5 May 2005 17:02:08 +0200
gettext (0.14.4-1) unstable; urgency=low
* New upstream release.
-- Santiago Vila <sanvila@debian.org> Thu, 14 Apr 2005 16:00:18 +0200
gettext (0.14.3-1) unstable; urgency=low
* New upstream release. * Added watch file.
-- Santiago Vila <sanvila@debian.org> Thu, 31 Mar 2005 19:11:02 +0200
gettext (0.14.2-1) unstable; urgency=low
* New upstream (bugfix) release. * The Debian diff is small again. * The copyright file is now in UTF-8. * A lot of files have relaxed licensing terms. * Improved manual about eval_gettext (Closes: #279992). * gettext.sh is now both a shell function library and a shell script, so /usr/share/gettext/gettext.sh is dropped (Closes: #292759).
-- Santiago Vila <sanvila@debian.org> Tue, 8 Mar 2005 15:16:28 +0100
gettext (0.14.1-10) unstable; urgency=low
* Removed dependency on libgcj4 by not using gcj anymore (Closes: #292988). * Added "curl | wget | lynx" to the Recommends field and disabled GetURL call from urlget.c. This should be a better fix for Bug#244215. * gettext now includes gettext.jar for java development. For this to work, you will need a Java Virtual Machine.
-- Santiago Vila <sanvila@debian.org> Thu, 3 Feb 2005 18:18:22 +0100
gettext (0.14.1-9) unstable; urgency=low
* Changed gettext.sh to be a symlink to /usr/share/gettext/gettext.sh.
* Changed architecture-dependent build-dependencies to be inclusive
rather than exclusive, to not break unreleased architectures.
-- Santiago Vila <sanvila@debian.org> Tue, 1 Feb 2005 18:29:02 +0100
gettext (0.14.1-8) unstable; urgency=low
* Added java support, using jikes-classpath and also gcj when available. * Weird java error from msginit should now be gone (Closes: #244215). * gettext-base now provides libintl.jar (Closes: #259730). * Debian changelog is now in UTF-8.
-- Santiago Vila <sanvila@debian.org> Sat, 22 Jan 2005 20:21:12 +0100
gettext (0.14.1-7) unstable; urgency=medium
* Fixed remaining vulnerability in autopoint, where temporary directories
were created using an unknown umask (Closes: #286392).
Patch by Bruno Haible. Thanks to Javier for the report.
-- Santiago Vila <sanvila@debian.org> Tue, 11 Jan 2005 17:55:30 +0100
2004
gettext (0.14.1-6) unstable; urgency=high
* Fixed xgettext misparsing of perl source (Closes: #269059). Patch by Guido Flohr, approved by Bruno Haible. * Added Suggests: gettext-doc to gettext (Closes: #270886). * Improved description of gettext-doc (Bug #270886 also). * Fixed gettextize and autopoint insecure behaviour regarding temp files (Closes: #278283). This is CAN-2004-0966. Patch by Mark J. Cox, slightly modified by Martin Pitt. The patch hardcodes `:' as the PATH separator, so it will not work on non-Unix Debian architectures (sorry), but should be good enough for the 11 architectures in sarge, the Hurd and the *BSDs.
-- Santiago Vila <sanvila@debian.org> Wed, 27 Oct 2004 19:21:30 +0200
gettext (0.14.1-5) unstable; urgency=low
* Fixed Tag Table in info file. If this does not fix Bug #260048,
install-info should find a better excuse to fail.
-- Santiago Vila <sanvila@debian.org> Sun, 18 Jul 2004 18:36:10 +0200
gettext (0.14.1-4) unstable; urgency=low
* Fixed info file (Closes: #260048).
-- Santiago Vila <sanvila@debian.org> Sun, 18 Jul 2004 13:39:06 +0200
gettext (0.14.1-3) unstable; urgency=low
* Simplified Build-Depends. Now glibc is required to be >= 2.2 by using
a run-time test. This will break autobuilders still running potato.
* Improved ABOUT-NLS wording (Closes: #239456).
* Updated manual regarding python bug (Closes: #246334).
* Updated gettext-tools/projects/TP/teams.html (Closes: #248224).
* Relibtoolized with libtool 1.5.6-1 (Closes: #258178).
* Added README.Debian (Closes: #258433).
-- Santiago Vila <sanvila@debian.org> Sat, 17 Jul 2004 19:11:02 +0200
gettext (0.14.1-2) unstable; urgency=low
* Added libexpat1-dev to Build-Depends, for glade support. * Added libc0.1-dev to Build-Depends, for GNU/kFreeBSD. * Removed special-casing of knetbsd-gnu in debian/rules.
-- Santiago Vila <sanvila@debian.org> Sun, 14 Mar 2004 17:40:02 +0100
gettext (0.14.1-1) unstable; urgency=low
* New upstream release, relibtoolized with libtool 1.5.2-1,
autoconf 2.59-2 and automake 1.8.2-1.
* Added --disable-csharp to ./configure call, just in case.
-- Santiago Vila <sanvila@debian.org> Sat, 14 Feb 2004 17:31:34 +0100
gettext (0.13.1-2) unstable; urgency=low
* Fixed xgettext, which sometimes does not print comments found in
source files. Patch by Bruno Haible (Closes: #227339).
* Fixed msginit, which segfaults if input file has no header.
Patch by Bruno Haible (Closes: #227652).
-- Santiago Vila <sanvila@debian.org> Thu, 15 Jan 2004 19:47:48 +0100
gettext (0.13.1-1) unstable; urgency=low
* New upstream release.
* Relibtoolized with libtool 1.5-8, autoconf 2.59-1 and automake 1.7.9-3.
This should ensure a correct build under all architectures, but it also
prevents libgettextsrc being linked against the previously installed
libgettextlib, otherwise we would need a Build-Conflicts: gettext.
* Added libc1-dev (>= 2.2) to Build-Depends, for GNU/K*BSD systems.
-- Santiago Vila <sanvila@debian.org> Mon, 5 Jan 2004 14:24:04 +0100
2003
gettext (0.12.1-8) unstable; urgency=medium
* gettext-base now Replaces: gettext (<= 0.12.1-1), since libasprintf
shared library was present on gettext_0.12.1-1 (Closes: #216406).
-- Santiago Vila <sanvila@debian.org> Mon, 20 Oct 2003 19:04:48 +0200
gettext (0.12.1-7) unstable; urgency=low
* Modified two Makefile.in files so that install-info is never called
during the build, to prevent /usr/share/info/dir.gz to appear.
* Added -D_REENTRANT to CFLAGS, since there are libraries here.
-- Santiago Vila <sanvila@debian.org> Thu, 9 Oct 2003 13:03:06 +0200
gettext (0.12.1-6) unstable; urgency=low
* Updated libtool stuff using Debian libtool_1.5-2, required by ARM.
Version 1.5-1 used in gettext_0.12.1-4 did not really work.
-- Santiago Vila <sanvila@debian.org> Sat, 13 Sep 2003 12:10:36 +0200
gettext (0.12.1-5) unstable; urgency=low
* Strip static libraries using --strip-debug.
* Strategically touch files in the build target to convince make that
no file does really need to be regenerated using automake or autoconf.
* While we are at it, the warning about autoheader should disappear too.
-- Santiago Vila <sanvila@debian.org> Fri, 12 Sep 2003 22:54:34 +0200
gettext (0.12.1-4) unstable; urgency=low
* Reorganized debian/rules almost entirely.
* Added ABOUT-NLS to /usr/share/doc/gettext-base.
* Updated libtool stuff using Debian libtool. I expected this would allow
the build-dependency on file to be removed, but I was wrong, see 0.12.1-6.
Note: The size of the diff is not an error, it's the result of updating
everything to not build-depend on autoconf either.
* autopoint should now parse intl/VERSION correctly (Closes: #204384).
Patch by Denis Barbier.
* Restored libasprintf and libgettextpo shared libraries (closes: #209398),
which should now be handled in a more orthodox way, namely:
- Added a shlibs file to gettext-base.
- gettext-base provides libasprintf0 and libgettextpo0.
- gettext provides libasprintf-dev and libgettextpo-dev.
-- Santiago Vila <sanvila@debian.org> Fri, 12 Sep 2003 17:13:08 +0200
gettext (0.12.1-3) unstable; urgency=medium
* Added file to Build-Depends. This should now build under ARM.
-- Santiago Vila <sanvila@debian.org> Tue, 15 Jul 2003 13:11:04 +0200
gettext (0.12.1-2) unstable; urgency=low
* Modified autoconf-lib-link/m4/lib-prefix.m4 to prevent a duplicate
macro definition problem. Patch by Bruno Haible (Closes: #196648).
* Added build-dependency on automake1.7, because of the above.
* Removed shared libraries libasprintf and libgettextpo. For now, only
the static libraries will be supported.
-- Santiago Vila <sanvila@debian.org> Sun, 6 Jul 2003 19:00:18 +0200
gettext (0.12.1-1) unstable; urgency=low
* New upstream release. gettext is now two packages in one.
Debian gettext-base is upstream gettext-runtime, and Debian gettext
is upstream gettext-tools (approximately). BTW, gettext-base is much
smaller than before because message catalogs have been splitted.
* Moved section 3 manpages from gettext to gettext-base, as recommended
by PACKAGING. Updated Replaces: field accordingly.
* mkinstalldirs is now in sync with archive.tar.gz (Closes: #157097).
* autopoint uses func_fatal_error, not fatal_error (Closes: #158383).
* autopoint needs cvs, so gettext Suggests: it (Closes: #166477).
* If the m4 dir is an absolute path, ignore it (Closes: #192159).
-- Santiago Vila <sanvila@debian.org> Fri, 6 Jun 2003 21:47:08 +0200
2002
gettext (0.11.5-1) unstable; urgency=low
* New upstream release. Noteworthy changes:
- There are now two shared libraries on which many of the tools depend,
but there will be no shlibs file, or -dev package, or static libraries
because the libraries are undocumented and for internal use only.
- A file called libintl.jar was supposed to be created during the build,
but gcj is excluded as a valid Java compiler, so to ensure that the
package is built in exactly the same way on every architecture, there
is now a Build-Conflicts: java-compiler. Sorry.
- There is now a much improved manual. Interested parties are strongly
encouraged to (re-)read it. In particular, people using gettextize on a
regular basis should consider using the new `autopoint' tool instead.
- Since there are now upstream manpages, the old ones are removed from
the debian directory.
* The following bugs in 0.10.40 are now fixed:
- po-mode can now open a new .po file using emacs21 (Bug #137353).
- xgettext -D does no longer break -j (Bug #147341).
- Manual is clarified about xgettext and .pot extension (Bug #147624).
- po-mode accepts mailing lists not at @li.org (Bugs #149137 and #154580).
* More info at /usr/share/doc/gettext/NEWS.
-- Santiago Vila <sanvila@debian.org> Wed, 14 Aug 2002 11:30:28 +0200
gettext (0.10.40-8) unstable; urgency=low
* Made gettext-el prerm and postinst fault-tolerant, since emacsen-common
is not. Should allow upgrades from woody.
-- Santiago Vila <sanvila@debian.org> Mon, 22 Jul 2002 18:20:02 +0200
gettext (0.10.40-7) unstable; urgency=low
* gettext does no longer depend on gettext-el. * gettext-el now depends on emacsen.
-- Santiago Vila <sanvila@debian.org> Sat, 20 Jul 2002 13:21:24 +0200
gettext (0.10.40-6) unstable; urgency=low
* New Hurd ABI. Changed libc0.2-dev to libc0.3-dev in Build-Depends.
Closes: #144562.
-- Santiago Vila <sanvila@debian.org> Sat, 27 Apr 2002 13:45:18 +0200
gettext (0.10.40-5) unstable; urgency=medium
* Modified /etc/emacs/site-start.d/50gettext.el so that it only uses
modify-coding-system-alist when it's actually ok to do so.
This closes: #110416 (xemacs21) and also closes: #141446 (emacs19).
-- Santiago Vila <sanvila@debian.org> Wed, 10 Apr 2002 13:17:42 +0200
gettext (0.10.40-4) unstable; urgency=medium
* Moved po-mode support to a new package, gettext-el. For now, gettext
depends on it to ensure smooth upgrades from potato regardless of
the upgrade method, but this dependency will be dropped after the
release of woody.
* Removed the dependency on emacsen-common while gettext still depends
on gettext-el. This should be safe enough because emacsen-common is
now more robust, but it is some sort of compromise. After the release
of woody, gettext-el will depend on emacsen (not emacsen-common),
to be in full compliance with debian emacs policy.
-- Santiago Vila <sanvila@debian.org> Sat, 9 Mar 2002 13:00:12 +0100
gettext (0.10.40-3) unstable; urgency=low
* Modified prerm to be fault-tolerant regarding prerm scripts in
previous gettext releases which did not depend on emacsen-common yet.
This is possible because dpkg executes the new prerm if the old one fails.
Should fix a bug which has been reported a lot of times.
-- Santiago Vila <sanvila@debian.org> Mon, 4 Feb 2002 17:44:42 +0100
gettext (0.10.40-2) unstable; urgency=low
* Added support for DEB_BUILD_OPTIONS. The normal install target
is used again, passing both INSTALL_PROGRAM and INSTALL_SCRIPT.
* Moved ngettext and ngettext(1) to gettext-base. Updated Replaces.
* Added dependency on emacsen-common (Closes: #48681, #65320).
-- Santiago Vila <sanvila@debian.org> Sat, 2 Feb 2002 16:24:28 +0100
2001
gettext (0.10.40-1) unstable; urgency=low
* New upstream release. libintl is now under LGPL, not GPL.
-- Santiago Vila <sanvila@debian.org> Sun, 16 Sep 2001 14:26:02 +0200
gettext (0.10.39-2) unstable; urgency=medium
* Put new manpages where they belong (Closes: #107651).
-- Santiago Vila <sanvila@debian.org> Sat, 4 Aug 2001 18:25:55 +0200
gettext (0.10.39-1) unstable; urgency=low
* New upstream release.
-- Santiago Vila <sanvila@debian.org> Fri, 27 Jul 2001 18:45:26 +0200
gettext (0.10.38-4) unstable; urgency=medium
* According to the Debian diff, aclocal.m4 is modified and then some files
in the `m4' subdirectory, in that order. This may make aclocal.m4 to be
regenerated during the build, but the `missing' script is unable to handle
that if automake is not present. Instead of adding a Build-Depends,
debian/rules now touches aclocal.m4 in the build target (Closes: #104746).
-- Santiago Vila <sanvila@debian.org> Sat, 14 Jul 2001 16:43:30 +0200
gettext (0.10.38-3) unstable; urgency=medium
* Added libc6.1-dev (>= 2.2) to Build-Depends for alpha and ia64.
Thanks to Matt Taggart for the report.
* Rightly refer to the GNU General Public License in the documentation.
Reported by André Dahlqvist (Closes: #102237).
* Modified 50gettext.el to tell Emacs how to determine automatically the
coding system of every PO file. (Closes: #103530).
Thanks to Gaute B Strokkenes for the report.
-- Santiago Vila <sanvila@debian.org> Fri, 13 Jul 2001 08:07:16 +0200
gettext (0.10.38-2) unstable; urgency=medium
* Made gettext.m4 to work in packages which use autoconf-2.50.
Patch by Bruno Haible (Closes: #99732).
-- Santiago Vila <sanvila@debian.org> Sat, 23 Jun 2001 17:14:49 +0200
gettext (0.10.38-1) unstable; urgency=low
* New upstream release. * gettext.m4 syntax should be really fixed this time (Closes: #94362). * gettextize now installs plural.c (Closes: #98163).
-- Santiago Vila <sanvila@debian.org> Sat, 26 May 2001 16:15:08 +0200
gettext (0.10.37-1) unstable; urgency=low
* New upstream release. * Fixes gettext.m4 syntax (Closes: #94362).
-- Santiago Vila <sanvila@debian.org> Tue, 24 Apr 2001 18:39:19 +0200
gettext (0.10.36-2) unstable; urgency=low
* Registered HTML docs using doc-base (Closes: #63379). * Added manpages for every executable (Closes: #92200, #92201). Thanks a lot to Michael Piefel for contributing them. * Applied two patches from Bruno Haible: - Workaround an automake-1.4 bug (Closes: #93119). - Removed undeclared build-dependency on itself (Closes: #93275).
-- Santiago Vila <sanvila@debian.org> Fri, 13 Apr 2001 17:42:20 +0200
gettext (0.10.36-1) unstable; urgency=low
* New upstream release. It should fix the following bugs: - Documentation is now more accurate (Closes: #28696). - DESTDIR is now supported (Closes: #38414, #41823, #52571, #85311). - gettextize now prints the right aclocal directory (Closes: #38935, #52858). - intl/Makefile.in removes libintl.h upon clean (Closes: #56039). - gettextize now checks for $gettext_dir before using it (Closes: #69519). - Norwegian Nynorsk is now "nn" (Closes: #87735). * Added the file NEWS to the doc directory. * Removed build-dependency on texinfo, since the .texi is now untouched. * glibc >= 2.2 is now required for the build, to avoid the creation of a shared libintl library with features not included in libc. * No more ./configure --with-included-gettext. This is also required to avoid the shared library.
-- Santiago Vila <sanvila@debian.org> Tue, 3 Apr 2001 10:43:23 +0200
gettext (0.10.35-17) unstable; urgency=low
* Build-Depends-Indep: texi2html, not tetex-bin. * Updated config.guess and config.sub for ia64 (Closes: #81900). * Modified autoload invocation to pass a 4th argument (Closes: #83521).
-- Santiago Vila <sanvila@debian.org> Tue, 30 Jan 2001 18:06:09 +0100
2000
gettext (0.10.35-16) unstable; urgency=low
* Build-Depends: texinfo, since the .texi source is modified (Bug #77977).
* Build-Depends-Indep: tetex-bin (for texi2html).
* Fixed Bug #79027: gettextize --force --copy destroys intl/CVS.
Patch from Bruno Haible <haible@ilog.fr>.
-- Santiago Vila <sanvila@debian.org> Sat, 9 Dec 2000 18:09:42 +0100
gettext (0.10.35-15) unstable; urgency=low
* Updated po-mode.el to latest version (Closes: #64093). * Added missing `\' to intl/Makefile.in uninstall target (Closes: #67308).
-- Santiago Vila <sanvila@debian.org> Wed, 19 Jul 2000 12:02:39 +0200
gettext (0.10.35-14) unstable; urgency=low
* Applied patch from GCC developers to support --keyword=id:argnum.
This is required to regenerate the .po file for GCC (Bug #57136).
* debian/rules: Install po-mode.el by hand, so that we do not need
to Build-Depends on emacsen (Bug #62621).
* Standards-Version: 3.1.1.
-- Santiago Vila <sanvila@ctv.es> Mon, 24 Apr 2000 16:41:50 +0200
gettext (0.10.35-13) frozen unstable; urgency=low
* intl/explodename.c: Rewrite _nl_find_language so that it compiles
with a K&R compiler (Bug #56030, reported by Kevin Dalley).
-- Santiago Vila <sanvila@ctv.es> Tue, 25 Jan 2000 18:42:36 +0100
gettext (0.10.35-12) unstable; urgency=low
* Use install-strip target instead of just overriding INSTALL_PROGRAM.
Should make strip happy about shell scripts (Bug #54000).
-- Santiago Vila <sanvila@ctv.es> Tue, 11 Jan 2000 19:21:14 +0100
1999
gettext (0.10.35-11) unstable; urgency=low
* Added Japanese message catalog from ja-trans_0.5-3.
-- Santiago Vila <sanvila@ctv.es> Fri, 22 Oct 1999 13:00:04 +0200
gettext (0.10.35-10) unstable; urgency=low
* Added a Replaces field to gettext-base for smooth upgrading from
version 0.10.35-8 or earlier (Bug #40690).
-- Santiago Vila <sanvila@ctv.es> Mon, 5 Jul 1999 20:43:48 +0200
gettext (0.10.35-9) unstable; urgency=low
* Created gettext-base, containing the gettext binary.
-- Santiago Vila <sanvila@ctv.es> Mon, 28 Jun 1999 18:23:05 +0200
gettext (0.10.35-8) unstable; urgency=low
* Moved to base section. * Use autoload for emacs po-mode (Bug #32745).
-- Santiago Vila <sanvila@ctv.es> Sun, 7 Mar 1999 17:25:23 +0100
gettext (0.10.35-7) frozen unstable; urgency=high
* Applied patch (from glibc-2.1.111) to fix security problem (Bug #28850).
NMU made by Vincent Renardias.
* By popular demand, make byte-compiling less verbose.
-- Santiago Vila <sanvila@ctv.es> Mon, 25 Jan 1999 19:47:17 +0100
1998
gettext (0.10.35-6) frozen unstable; urgency=low
* Applied a patch to compile under alpha (fixes bug #30748).
-- Santiago Vila <sanvila@ctv.es> Thu, 17 Dec 1998 19:23:08 +0100
gettext (0.10.35-5) frozen unstable; urgency=low
* Moved info unregistering from postrm to prerm.
* Added a manpage for gettext, it tells the user to read the info files
or the HTML docs in the gettext-doc package (Bug #6287).
* Follow emacsen policy to byte-compile po-mode.el (Bug #29953).
(Thanks to Mitsuru Oka for the hints).
-- Santiago Vila <sanvila@ctv.es> Mon, 30 Nov 1998 20:37:28 +0100
gettext (0.10.35-4) unstable; urgency=low
* Updated config.guess and config.sub from automake 1.3 for the ARM
architecture (Bug#26283). NMU made by Jim Pick <jim@jimpick.com>.
* Added HTML docs, in a separate package.
-- Santiago Vila <sanvila@ctv.es> Tue, 20 Oct 1998 18:20:03 +0200
gettext (0.10.35-3) frozen unstable; urgency=medium
* Added --with-included-gettext to the configure command line.
Without this option, if gettext is installed while it is being built,
the resulting gettext segfaults under certain locales.
* Suggests: emacsen, according to latest policy (Bug #23378).
-- Santiago Vila <sanvila@ctv.es> Thu, 2 Jul 1998 18:32:31 +0200
gettext (0.10.35-2) frozen unstable; urgency=high
* First upload for hamm, after approval from upstream author.
-- Santiago Vila <sanvila@ctv.es> Tue, 26 May 1998 22:14:21 +0200
gettext (0.10.35-1) experimental; urgency=low
* New upstream release. The Texinfo manual have been clarified and
this should fix Bug #20072 (gettext ignores "xgettext:c-format" in the
same line). The comment must be before the string to be translated.
-- Santiago Vila <sanvila@ctv.es> Sat, 2 May 1998 18:09:01 +0200
1997
gettext (0.10.32-1) experimental; urgency=low
* Removed libintl.h and libintl.a by hand. * More detailed copyright file. * Removed debstd dependency.
-- Santiago Vila <sanvila@ctv.es> Wed, 12 Nov 1997 11:47:25 +0100
gettext (0.10.32-0) experimental; urgency=low
* New upstream release.
-- Santiago Vila <sanvila@ctv.es> Wed, 10 Sep 1997 21:15:29 +0200
gettext (0.10.31-0) experimental; urgency=low
* New upstream release. Fixes the info bug.
-- Santiago Vila <sanvila@ctv.es> Thu, 28 Aug 1997 11:07:11 +0200
gettext (0.10.27-0) experimental; urgency=low
* Added MD5 sums.
* First libc6 release.
* Some minor debian/rules changes.
* Untouched pristine tar.gz source.
* New upstream version (using new files ltconfig and ltmain.sh taken
from libtool 1.0 to make it build and install properly).
* debian/tmp/usr/share/locale/locale.alias removed by hand to avoid
conflict with the one in the `locales' package.
* Removed "--with-included-gettext" from the configure command line.
-- Santiago Vila <sanvila@ctv.es> Tue, 29 Jul 1997 20:25:03 +0200
gettext (0.10.26-1) experimental; urgency=low
* Converted to Standards-Version 2.1.2.2. * New upstream version. * Added updated translations for "sv", "es" and "ko". * Moved to experimental. * New maintainer.
-- Santiago Vila <sanvila@ctv.es> Wed, 5 Feb 1997 20:24:45 +0100
Old changelog format(s), not parsed
Mon Sep 16 17:15:48 1996 Erick Branderhorst <branderh@debian.org>
* upgraded to mainstream 0.10.24 (not dsc yet)
Wed Jul 17 14:58:30 1996 Erick Branderhorst <branderh@debian.org>
* debian.rules (d): 2
* debian.rules: install unstripped libintl.a (reported by
J.H.M. Dassen)
Mon Jul 8 19:44:27 1996 Erick Branderhorst <branderh@debian.org>
* upgraded to alpha 0.10.23
Mon Jul 1 19:44:27 1996 Erick Branderhorst <branderh@debian.org>
* Semi public releases drove up the revision number to 3 (Sorry)
* debian.rules (binary): for this moment back to static libs
only, because this gettext code seems to be implemented with glibc
right now and will probably find its way in libc6.
* debian.control: a gettext package entry
* only package been provided right now from the gettext
sources is the gettext package.
Sat Jun 22 11:18:48 1996 Erick Branderhorst <branderh@debian.org>
* debian.rules (binary): install so lib and symlinks
* debian.rules (build): CFLAGS = -O2 -fPIC, so lib
* debian.rules (build): no static -N linking
Fri Jun 21 15:02:24 1996 Erick Branderhorst <branderh@debian.org>
* mainstream alpha version 0.10.20
Tue Jun 11 11:24:53 1996 Erick Branderhorst <branderh@debian.org>
* mainstream alpha version 0.10.19
Tue Jun 11 11:24:53 1996 Erick Branderhorst <branderh@debian.org>
* updated nl.po
* mainstream alpha version 0.10.16
* added README-alpha message in debian.README
Mon Jun 10 09:46:57 1996 Erick Branderhorst <branderh@debian.org>
* Initial debian release