Skip to content

Debian Changelog goo (0.155-7)

2008

goo (0.155-7) unstable; urgency=low

   * Migrate from CDBS to Debhelper 7.
   * Declare compliance with Policy 3.8.0.  (No changes needed.)

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 14 Jun 2008 17:26:08 -0400

goo (0.155-6) unstable; urgency=low

   * The "overdue spring cleaning" release.
   * Clean up build dependencies, assuming a baseline of at least stable (etch).
   * Advance to debhelper 6 on principle.
   * Migrate home page annotation from long description to formal field.
   * Clean up and clarify debian/copyright, following the machine-readable
     format proposal (http://wiki.debian.org/Proposals/CopyrightFormat).
   * Modernize doc-base section from Apps/Programming to Programming/Goo.
   * Likewise modernize menu section to Applications/Programming.
   * Override lintian regarding (upstream) CVS directories in source tree.
   * Declare compliance with policy ("Standards-Version") 3.7.3.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 26 Mar 2008 20:01:12 -0400

2005

goo (0.155-5) unstable; urgency=low

   * Improve logic in debian/rules:
     - Check DEB_HOST_* rather than DEB_BUILD_* for the sake of
       cross-compilers.
     - Honor the (nonstandard) DEB_BUILD_OPTIONS flag "nothreads".
     - Never explicitly specify --without-threads, which ends up confusing
       configure.
   * Fix issues that led to crashes on 64-bit systems (closes: #325346):
     - %allocate-stack: use sizeof(P) as the element size rather than
       hardcoding 4.
     - Ensure that no function is called without a prototype.
     - Ensure that printf format strings and arguments match up.
   * Take care of minor warnings that are either still of potential
     significance or merely responsible for a lot of noise.
   * Increase hardcoded MAX_STACK_SIZE from 70000 to 170000 [bytes] to keep
     self-compilation from overflowing on 64-bit systems.
   * Fix configure's test for thread-local-variable support.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 5 Sep 2005 21:18:09 -0400

goo (0.155-4) unstable; urgency=low

   * Remove debian/conffiles and debian/dirs, which are redundant nowadays.
   * Remove do-nothing maintainer script skeletons.
   * Convert to CDBS (and debhelper 4).
   * Don't install bogus "gooomanual" files.
   * Fix grammar in debian/copyright.
   * Make sure to quote all fields in debian/menu.
   * Streamline wrapper script, and pass its arguments on to g2c.
   * Note upstream changelog: txt/changes.txt.
   * Add a rudimentary man page.
   * Improve short description.
   * Improve doc-base abstract, and add an entry for the PDF manual.
   * Remove install-info-altdir cruft from emacsen install/remove scripts,
     and enable -(-)no-site-file; also fix emacsen startup to use
     debian-pkg-add-load-path-item.
   * Update Standards-Version to 3.6.2 after verifying compliance.
   * Prefix package-specific files used by debhelper with "goo.".
   * Build without threads on the Hurd, as libgc does not (yet?) support
     threading on that platform; since we base this check on
     dpkg-architecture's DEB_BUILD_ARCH_OS variable, make sure to
     build-depend on a suitable version of dpkg-dev.  (Closes: #314367.)
   * Add a watch file.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 26 Aug 2005 21:59:47 -0400

goo (0.155-3) unstable; urgency=low

   * New maintainer.  (Closes: #320076.)
     - Thanks for maintaining the package up until now, Jonathan H!
   * c/grt.h: parenthesize YP{def,set}_regs to fix FTBFS with GCC 4.
     (Closes: #300102.)
   * Version build-dependencies on libgc-dev and libgmp3-dev for the G++ 4
     transition.  (Closes: #319551.)

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 29 Jul 2005 22:50:05 -0400

2004

goo (0.155-2) unstable; urgency=low

   * Depend on libgc1 instead of libgc6c102

 -- Jonathan Hseu <vomjom@debian.org>  Wed, 24 Mar 2004 04:41:13 -0600

goo (0.155-1) unstable; urgency=low

   * New upstream

 -- Jonathan Hseu <vomjom@debian.org>  Wed, 10 Mar 2004 02:37:35 -0600

2003

goo (0.153-2) unstable; urgency=low

   * Build-Depend on libgc-dev
   * Package is rebuilt to depend on libgc1 which was recently renamed from
     libgc6c102

 -- Jonathan Hseu <vomjom@vomjom.org>  Wed, 20 Aug 2003 06:02:48 -0500

goo (0.153-1) unstable; urgency=low

   * New upstream

 -- Jonathan Hseu <vomjom@debian.org>  Tue, 21 Jan 2003 21:13:45 -0600

2002

goo (0.146-1) unstable; urgency=low

   * New upstream

 -- Jonathan Hseu <vomjom@debian.org>  Tue, 3 Sep 2002 21:15:15 -0500

goo (0.143-1) unstable; urgency=low

   * New upstream

 -- Jonathan Hseu <vomjom@debian.org>  Sat, 24 Aug 2002 14:54:11 -0500

goo (0.142-1) unstable; urgency=low

   * New upstream.

 -- Jonathan Hseu <vomjom@debian.org>  Sat, 17 Aug 2002 01:34:40 -0500

goo (0.140-3) unstable; urgency=low

   * Fix for HPPA

 -- Jonathan Hseu <vomjom@debian.org>  Sun, 21 Jul 2002 06:56:19 -0500

goo (0.140-2) unstable; urgency=low

   * Oops, change section from unknown -> devel

 -- Jonathan Hseu <vomjom@debian.org>  Sun, 21 Jul 2002 05:59:28 -0500

goo (0.140-1) unstable; urgency=low

   * New upstream.

 -- Jonathan Hseu <vomjom@debian.org>  Sun, 21 Jul 2002 03:54:03 -0500

goo (0.133-6) unstable; urgency=low

   * Move libgc6-dev and gcc from Depends to Suggests
   * Add an environment variable that sets evaluation mode
   * Change /usr/bin/goo to use ast-eval mode

 -- Jonathan Hseu <vomjom@debian.org>  Mon, 17 Jun 2002 21:30:42 -0500

goo (0.133-5) unstable; urgency=low

   * Add libgc6-dev and gcc to Depends

 -- Jonathan Hseu <vomjom@debian.org>  Sat, 15 Jun 2002 03:44:57 -0500

goo (0.133-4) unstable; urgency=low

   * Yet another Ucko patch.  His notes:
   * Compile with -ffunction-sections on HPPA.
   * Conditionalize use of msync (fixing the Hurd build).
   * Drop useless dependency on sharutils.

 -- Jonathan Hseu <vomjom@debian.org>  Thu, 6 Jun 2002 19:16:46 -0400

goo (0.133-3) unstable; urgency=medium

   * Apply Aaron Ucko's patch.  The following are his notes:
   * Urgency medium because this should address all the build failures.
   * Use system -lgc rather than upstream i386 gc.a. (closes: Bug#148126)
   * Fix 64-bit-unclean pointer->int casts; IA-64 binaries still segfault
     immediately, though. :-/
   * Compile in a default GOO_PATH of /usr/lib/goo, removing the need for
     wrapper scripts.
   * emacsen-startup: associate *.goo with goo-mode, provide autoloads for
     goo-mode and run-goo.
   * emacsen-install: don't compile goo-font-lock.el for xemacs; it
     contains some FSF-isms, and nothing uses it directly anyway.
     (closes: Bug#148948)

 -- Jonathan Hseu <vomjom@debian.org>  Wed, 5 Jun 2002 23:47:25 -0500

goo (0.133-2) unstable; urgency=low

   * Fix goo-shell.el for xemacs (closes: Bug#148170)

 -- Jonathan Hseu <vomjom@vomjom.org>  Fri, 31 May 2002 01:42:48 -0500

goo (0.133-1) unstable; urgency=low

   * Initial Release. (closes: Bug#147299)

 -- Jonathan Hseu <vomjom@debian.org>  Sat, 18 May 2002 01:59:23 -0500