Skip to content

Debian Changelog gauche (0.8.7-4)

2006

gauche (0.8.7-4) unstable; urgency=low

   * Fix run quote bugs. (Closes: #369183)

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Sun, 28 May 2006 11:38:39 +0900

gauche (0.8.7-3) unstable; urgency=low

   * Oooops, the Gauche build system cannot bootstrap itself!  I should have
     modified syslib.c rather than syslib.stub or put gauche in Build-Depends.

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Fri, 26 May 2006 12:48:21 +0900

gauche (0.8.7-2) unstable; urgency=low

   * Fix a packaging bug. (Closes: #368415)
   * Fix 64-bit pointer bugs. (Closes: #368787)

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Fri, 26 May 2006 00:12:08 +0900

gauche (0.8.7-1) unstable; urgency=low

   * New upstream release.
   * Remove unsolicited RPATH from executables. (Closes: #358139)

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Sat, 20 May 2006 16:48:05 +0900

2005

gauche (0.8.6-1) unstable; urgency=low

   * New upstream release.
   * Acknowledge NMU fixed bug. (Closes: #315069)
   * debian/rules: Do not regenerate autotool files.
   * debian/control: Remove autotool dependencies.
   * debian/patches/00_makefile.patch: Removed.

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Sun, 18 Dec 2005 22:13:33 +0900

gauche (0.8.4-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * Fix gcc-4.0 compile errors (Closes: #315069)

 -- Luk Claes <luk@debian.org>  Sun, 16 Oct 2005 12:35:28 +0200

gauche (0.8.4-1) unstable; urgency=low

   * New upstream release.
   * Build in build-tree extracted from the upstream tarball.
   * debian/patches/02_arm_double_fix.patch: Removed.
   * debian/watch: s/cognet/cogent/.

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Fri, 3 Jun 2005 21:14:37 +0900

gauche (0.8.3-3) unstable; urgency=low

   * debian/patches/02_arm_double_fix.patch: Fix the bit field definition
     of double on arm.

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Sun, 10 Apr 2005 18:40:42 +0900

gauche (0.8.3-2) unstable; urgency=low

   * Copy the source tree and regenerate configure scripts (closes: Bug#301257).
     Well, I will introduce the dbs or something like that in the next
     upstream release.
   * debian/patches: New directory.
   * debian/docs: Removed.
   * debian/watch: Watch cogent's mirror.
   * More verbose description for sub packages (closes: Bug#300673, Bug#303011).
   * Put -doc and -dev packages in appropriate section.

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Thu, 7 Apr 2005 02:06:46 +0900

gauche (0.8.3-1) unstable; urgency=low

   * New upstream release (closes: Bug#199326, Bug#271386).
   * Split into 4 packages: gauche, gauche-doc, gauche-dev, gauche-gdbm
     (closes: Bug#174314).
   * Add info handling in gauche-doc (closes: Bug#217650).

 -- YAEGASHI Takeshi <yaegashi@debian.org>  Mon, 31 Jan 2005 04:31:01 +0900

2004

gauche (0.7.4.2-1.1) unstable; urgency=medium

   * NMU
   * Fix old automake for arm. (closes: Bug#231929)
   * Fix missing gauche.so (closes: Bug#236741)

 -- Kenshi Muto <kmuto@debian.org>  Sat, 10 Jul 2004 10:00:55 +0000

gauche (0.7.4.2-1) unstable; urgency=low

   * New upstream release
   * removed --rparh option. closes: Bug#236420

 -- Hatta Shuzo <hattas@debian.org>  Sat, 6 Mar 2004 20:21:07 +0900

gauche (0.7.4.1-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Mon, 9 Feb 2004 00:44:14 +0900

2003

gauche (0.7.3-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Mon, 22 Dec 2003 12:49:04 +0900

gauche (0.7.2-1) unstable; urgency=low

   * New upstream release. closes: Bug#214227

 -- Hatta Shuzo <hattas@debian.org>  Mon, 6 Oct 2003 17:02:29 +0900

gauche (0.7.1-3) unstable; urgency=low

   * remove slibcat in prerm. closes: Bug#210882

 -- Hatta Shuzo <hattas@debian.org>  Tue, 16 Sep 2003 00:09:07 +0900

gauche (0.7.1-2) unstable; urgency=low

   * replace lcs.scm with cvs version.
   * now staticly linked against libgc that is included in upstream source tree.

 -- Hatta Shuzo <hattas@debian.org>  Sat, 13 Sep 2003 02:46:34 +0900

gauche (0.7.1-1) unstable; urgency=low

   * New upstream release closes: Bug#199326

 -- Hatta Shuzo <hattas@debian.org>  Thu, 11 Sep 2003 12:55:42 +0900

gauche (0.6.8-1.1) unstable; urgency=low

   * NMU
   * Fix build-dep on libgdbmg1-dev to libgdbm-dev.
   (closes: #199589)

 -- Junichi Uekawa <dancer@debian.org>  Sun, 27 Jul 2003 08:30:52 +0900

gauche (0.6.8-1) unstable; urgency=low

   * New upstream release
   * fixed a bug that 'gauche-config -I' displays broken information. closes: Bug#186210

 -- Hatta Shuzo <hattas@debian.org>  Wed, 2 Apr 2003 10:13:40 +0900

gauche (0.6.7.1-1) unstable; urgency=low

   * New upstream release
   * Now, 'make distclean' removes config.log closes: Bug#184900
   * applied a patch sent from Goran Weinholt. thanks. closes: Bug#176571
   * config.guess and config.sub are copied from autotools-dev pkg. closes: Bug#168517
   * made gauche use system libgc closes: Bug#174212
   * thank for Mark Brown's patch files.

 -- Hatta Shuzo <hattas@debian.org>  Thu, 20 Mar 2003 10:44:32 +0900

2002

gauche (0.6.6-2) unstable; urgency=low

   * added build-depends libgdbm-dev. closes: Bug#173786

 -- Hatta Shuzo <hattas@debian.org>  Sat, 21 Dec 2002 17:46:29 +0900

gauche (0.6.6-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Tue, 17 Dec 2002 19:17:20 +0900

gauche (0.6.5-1) unstable; urgency=low

   * New upstream release
   * rebuild against libc6 2.3.1 closes: Bug#171033

 -- Hatta Shuzo <hattas@debian.org>  Wed, 4 Dec 2002 13:17:17 +0900

gauche (0.6.4-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Wed, 16 Oct 2002 10:41:42 +0900

gauche (0.6.3-2) unstable; urgency=low

   * fixed typo in debian/control.
   * configure with --with-slib and --enable-threads=posix.
   * added recommends: slib.
   * made generated source files in ext/uvector removed when distclean.

 -- Hatta Shuzo <hattas@debian.org>  Tue, 1 Oct 2002 16:53:43 +0900

gauche (0.6.3-1) unstable; urgency=low

   * New upstream release
   * register info files. closes: Bug#160661
   * changed multibyte encoding to UTF-8
   * added suggests: r5rs-doc

 -- Hatta Shuzo <hattas@debian.org>  Tue, 1 Oct 2002 11:21:46 +0900

gauche (0.6.2-1) unstable; urgency=low

   * New upstream release (closes: Bug#138550)

 -- Hatta Shuzo <hattas@debian.org>  Wed, 4 Sep 2002 13:34:01 +0900

2001

gauche (0.4.6-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Sat, 13 Oct 2001 17:16:26 +0900

gauche (0.4.5-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Sat, 29 Sep 2001 13:45:38 +0900

gauche (0.3.14-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Wed, 13 Jun 2001 15:53:14 +0900

gauche (0.3.11-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Mon, 21 May 2001 20:29:03 +0900

gauche (0.3.10-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Tue, 15 May 2001 11:22:29 +0900

gauche (0.3.8-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Tue, 24 Apr 2001 14:10:00 +0900

gauche (0.3.7-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Mon, 23 Apr 2001 13:26:57 +0900

gauche (0.3.6-1) unstable; urgency=low

   * New upstream release (closes: Bug#93092)

 -- Hatta Shuzo <hattas@debian.org>  Thu, 19 Apr 2001 18:52:14 +0900

gauche (0.3.3-1) unstable; urgency=low

   * New upstream release

 -- Hatta Shuzo <hattas@debian.org>  Mon, 9 Apr 2001 11:39:06 +0900

gauche (0.3-1) unstable; urgency=low

   * Initial Release.

 -- Hatta Shuzo <hattas@debian.org>  Fri, 6 Apr 2001 15:55:57 +0900