Skip to content

Debian Changelog gnu-smalltalk (3.0.3-2)

2008

gnu-smalltalk (3.0.3-2) unstable; urgency=medium

   * Backport changeset c48a4e2 to fix bashism. Thanks to Raphael Geissert for
     reporting this and to Paolo Bonzini for the fix. Closes: #489602.
   * Bump Standards-Version: to 3.8.0.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sat, 12 Jul 2008 11:31:39 +0200

gnu-smalltalk (3.0.3-1) unstable; urgency=low

   * New upstream release.
   * Drop no longer needed patches:
     o 06_gst_system_libs.diff
     o 10_fix_sqlite3_crash.diff
     o 11_disable_generational_gc_on_alpha.diff
   * Update the following patches:
     o 03_rename_to_gnu_smalltalk.diff
     o 90_rename_to_gnu_smalltalk_part2.diff
     o 99_autotools.diff
   * VFS helper scripts moved to /usr/share/gnu-smalltalk/vfs.
   * Enable Emacs gst-mode autoloading with M-x gst again.

 -- Thomas Girard <thomas.g.girard@free.fr>  Wed, 14 May 2008 22:40:35 +0000

gnu-smalltalk (3.0.2-4) unstable; urgency=low

   * Move patch rename_to_gnu_smalltalk_part2.diff from position 09 to 90
     to make sure it's applied before patch 99. We need to patch
     tests/package.m4 after patching configure.ac. This should fix the
     FTBFS seen on powerpc.

 -- Thomas Girard <thomas.g.girard@free.fr>  Tue, 25 Mar 2008 18:15:54 +0000

gnu-smalltalk (3.0.2-3) unstable; urgency=low

   * Change patch 06_gst_system_libs.diff so that it does not fail if there's
     no pkg-config file for libffi. The same hunk was used for 3.1~rc1-3.
   * Build-Depends on libffi4-dev (>= 3.0.4) to prevent the virtual package
     provided by libffi4-dev from being chosen on arches where libffi-dev
     has not yet been built.
   * Disable generational gc on alpha to fix FTBFS.

 -- Thomas Girard <thomas.g.girard@free.fr>  Mon, 24 Mar 2008 19:56:02 +0000

gnu-smalltalk (3.0.2-2) unstable; urgency=low

   * Rebuild with libffi-dev instead of libffi4-dev. Add pkg-config build
     dependency and adapt patch 06_gst_system_libs.diff to use it to find
     ffi include path. Closes: #472149.
   * Cherry pick changes applied in 3.1~rc1-1:
     o New patch, 10_fix_sqlite3_crash.diff, taken from upstream, to fix
       SQLite3 bindings crash.
     o Teach dh_stardeps to ignore <prereq> in <test>.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sun, 23 Mar 2008 13:47:33 +0000

gnu-smalltalk (3.0.2-1) unstable; urgency=low

   * New upstream release.
   * New patch, 06_gst_system_libs.diff, to use system libffi and libsigsegv.
     Taken from the upstream repo, it replaces the previous version. As a
     consequence GNU Smalltalk is now dynamically linked against libffi4.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sat, 08 Mar 2008 20:38:32 +0000

gnu-smalltalk (3.0.1-1) unstable; urgency=low

   * New upstream release. Closes: #463586.
   * Drop patch 10_ignore_alpha_float_failure.diff: it is integrated in 3.0.1.

 -- Thomas Girard <thomas.g.girard@free.fr>  Fri, 01 Feb 2008 22:57:26 +0000

gnu-smalltalk (3.0-4) unstable; urgency=low

   * Really fix alpha FTBFS.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sat, 19 Jan 2008 20:31:08 +0000

gnu-smalltalk (3.0-3) unstable; urgency=low

   * New patch, 10_ignore_alpha_float_failure.diff, to ignore failure of the
     float unit test on alpha because of a math-emu module kernel bug. See
     http://bugzilla.kernel.org/show_bug.cgi?id=9751 for more information on
     this. Thanks to Paolo Bonzini for providing the patch.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sat, 19 Jan 2008 15:46:38 +0000

gnu-smalltalk (3.0-2) unstable; urgency=low

   * New patch, 08_blox_dont_save_image_on_start.diff, to prevent saving the
     image after loading Browser starfile. Closes: #460461.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sun, 13 Jan 2008 16:15:40 +0000

gnu-smalltalk (3.0-1) unstable; urgency=low

   * New upstream release, uploaded to unstable.

 -- Thomas Girard <thomas.g.girard@free.fr>  Tue, 08 Jan 2008 00:18:30 +0000

gnu-smalltalk (2.95h-3) experimental; urgency=low

   * New patch, 09_rename_to_gnu_smalltalk_part2.diff, to really fix FTBFS.
   * Fix Perl bugs in dh_stardeps revealed by build daemons. Change some
     warning() calls into error() to avoid producing broken dependencies.
   * Invoke dh_makestarlibs without `-a' in binary-arch: target. Some
     Arch:any packages depend on an Arch:all package, so we have to make
     sure the corresponding starlibs files are available.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sat, 05 Jan 2008 23:11:37 +0000

gnu-smalltalk (2.95h-2) experimental; urgency=low

   * Install packages.xml, and teach our debhelpers to use it.
   * Add missing uzip VFS handler.
   * New patch, 08_fix_postgresql.diff, to add a missing period in the
     PostgreSQL DBI connector.
   * Touch files that are modified by 07_blox_can_use_tk_or_gtk.diff to fix
     FTBFS on many arches.
   * Tighten build dependency on libsigsegv-dev.

 -- Thomas Girard <thomas.g.girard@free.fr>  Wed, 02 Jan 2008 19:55:41 +0100

2007

gnu-smalltalk (2.95h-1) experimental; urgency=low

   [ Thomas Girard ]
   * New patch: 06_use_system_libs to use our libffi4 and libsigsegv.
   * Drop patch 02_bts398571.diff, it's no longer needed.
   * Add Homepage: field.
   * Bump Standards-Version: to 3.7.3.
   * Build depend on system libsigsegv-dev and libffi4-dev.
   * Add build-dependencies: libgdbm-dev, libgtk2.0-dev, libpq-dev,
     libsqlite3-dev and zip.
   * Don't ignore test suite results anymore.
   * Rework descriptions.
   * New libgst7 package, containing the VM shared library.
   * New packages for .star packages with external library dependencies:
     o libgdbm-gst
     o libgtk2-gst
     o libsqlite3-gst
     o libncurses-gst
     o libpostgresql-gst
     o libtk-gst
     o zlib-gst
   * New package, gnu-smalltalk-browser, depending on Tk or Gtk user
     interface.
   * Compute .star dependencies with dh_makestarlibs and dh_stardeps. This
     information is stored in .starlibs files.
 
   [ Alexander Lazarević ]
   * New upstream release.
   * Enable Gtk bindings.

 -- Thomas Girard <thomas.g.girard@free.fr>  Tue, 25 Dec 2007 19:26:58 +0100

gnu-smalltalk (2.3.6-2) unstable; urgency=low

   * Fix smalltalk-mode association with .st files. Thanks to Trent W. Buck
     for reporting this and providing a patch. Closes: #446171.
   * Ignore the test suite results for now.
   * New patches, taken from Fedora extras repository:
     o 06_fix_vfs.diff to lazy initialize the VFS registry.
     o 07_same_arch_all_info.diff, to make sure generated info files are not
       arch dependent.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sun, 28 Oct 2007 10:59:29 +0000

gnu-smalltalk (2.3.6-1) unstable; urgency=low

   * New upstream release.
   * Remove tighten build-dependency on dpkg-dev; it's no longer needed now.
   * Add libgdbm-dev and libz-dev build-dependencies so that the GNU Smalltalk
     bindings get generated.
   * Correct gst-blox.1 symlink.
   * Update menu entries to use Applications section instead of Apps.
   * Do not ignore make clean error.
   * Make gnu-smalltalk-el depend on emacs instead of emacs21.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sun, 30 Sep 2007 17:21:57 +0000

gnu-smalltalk (2.3.5-1) unstable; urgency=low

   * New upstream release.
   * Update patches 03_rename_to_gnu_smalltalk.diff and
     99_autotools.diff.
   * Fix the packages.xml that was not correctly modified to remove the need
     for .la files.
   * Drop patch 06_fix_geometry_test.diff, it's no longer needed.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sun, 03 Jun 2007 16:55:13 +0000

gnu-smalltalk (2.3.4-2) unstable; urgency=low

   * Woops! We also need to rename `smalltalk' to `gnu-smalltalk' in
     `tests/package.m4' before this file gets regenerated. Update patch
     03_rename_to_gnu_smalltalk.diff and touch the testsuite to fix the
     FTBFS. Closes: #426510.
   * New patch, 06_fix_geometry_test.diff, taken from upstream, to fix
     failure in the geometry.st test.

 -- Thomas Girard <thomas.g.girard@free.fr>  Tue, 29 May 2007 12:31:05 +0000

gnu-smalltalk (2.3.4-1) unstable; urgency=low

   * New upstream release.
   * Revert the -mieee change on alpha; it did not fix the FTBFS.
   * Drop no longer needed patches:
     o 06_fix_socket_nextHunk.diff,
     o 07_fix_DESTDIR_in_image.diff,
     o 08_fix_binomial_infinite_loop.diff,
     o 09_fix_interval_calls.diff,
     o 10_add_missing_ffi_files.diff,
     o 11_add_missing_exclamation.diff,
     o 12_ia64_ftbfs.diff,
     o 13_s390_ftbfs.diff
     and remove no longer needed touch calls.
   * Repair the autotools: target and regenerate patch 99_autotools.diff.
   * Update patches 02_bts398571.diff and 03_rename_to_gnu_smalltalk.diff to
     this release.
   * Add SUnit framework to gnu-smalltalk-common package.

 -- Thomas Girard <thomas.g.girard@free.fr>  Mon, 28 May 2007 16:25:53 +0000

gnu-smalltalk (2.3.3-6) unstable; urgency=low

   * Build with -mieee on alpha to fix FTBFS. Thanks to Paolo Bonzini for
     suggesting this.
   * Don't export DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE from debian/rules.

 -- Thomas Girard <thomas.g.girard@free.fr>  Fri, 20 Apr 2007 08:29:59 +0000

gnu-smalltalk (2.3.3-5) unstable; urgency=low

   * Do not unpatch if it's not needed. Should fix FTBFS on machines that use
     sudo.

 -- Thomas Girard <thomas.g.girard@free.fr>  Wed, 18 Apr 2007 19:45:43 +0000

gnu-smalltalk (2.3.3-4) unstable; urgency=low

   * New patch from upstream, 13_s390_ftbfs.diff, to fix FTBFS on s390.
     Thanks to Paolo Bonzini for being so fast in fixing this.
     Closes: #419582.

 -- Thomas Girard <thomas.g.girard@free.fr>  Mon, 16 Apr 2007 20:52:20 +0000

gnu-smalltalk (2.3.3-3) unstable; urgency=low

   * New patches taken from upstream:
     o 08_fix_binomial_infinite_loop.diff: fixes infinite loop on #binomial:
       when argument is 0.
     o 09_fix_interval_calls.diff: fixes calls to #interval.
     o 11_add_missing_exclamation.diff: adds a missing ! in Float.st
   * New patches to fix FTBFS on ia64:
     o 10_add_missing_ffi_files.diff: adds missing ffi files for ia64 and pa
       archs. Closes: #415637.
     o 12_ia64_ftbfs.diff: upstream patch to fix additionnal issues on ia64.
   * Use debian/compat instead of DH_COMPAT.
   * Upload to unstable.

 -- Thomas Girard <thomas.g.girard@free.fr>  Fri, 13 Apr 2007 16:42:32 +0000

gnu-smalltalk (2.3.3-2) experimental; urgency=low

   * debian/patches/06_fix_socket_nextHunk.diff: upstream patch to fix bug
     in socket #nextHunk.
   * debian/patches/07_fix_DESTDIR_in_image.diff: upstream patch to fix paths
     in image file.
   * debian/rules: prevent regeneration of info files because of patch 06.
     Thanks to Daniel Baumann for reporting.

 -- Thomas Girard <thomas.g.girard@free.fr>  Sun, 11 Mar 2007 18:28:02 +0000

gnu-smalltalk (2.3.3-1) experimental; urgency=low

   * New maintainer team. Closes: #375649.
   * New upstream release. Closes: #301573.
   * Apply patch from Petr Salinger to fix FTBFS on GNU/kFreeBSD.
     Closes: #398571.
   * Bump debhelper compat to 5.
   * Bump Standards-Version: to 3.7.2.
   * gnu-smalltalk-common: new arch-indep package. Closes: #233365.
   * gnu-smalltalk-el: fixes emacs issues. Closes: #307238, #297113.
   * Removed from package: *.h, *.a unsupported/ and examples/ subdirs.
   * Add missing info files. Closes: #306045.
   * Switch to tk8.4. Closes: #356043.
   * Fix conflict version for gnu-smalltalk-doc.
   * Remove bison and devscripts from build dependencies.
   * Drop unneeded maintainer scripts.
   * Compilation and test pass on amd64 and sparc. Thanks to nowhere_man
     and Toadstool for testing. Closes: #255416.

 -- Thomas Girard <thomas.g.girard@free.fr>  Tue, 6 Mar 2007 19:54:31 +0000

2006

gnu-smalltalk (2.1.8-2.1) unstable; urgency=low

   * Build with libreadline5-dev.  Closes: #326355

 -- LaMont Jones <lamont@debian.org>  Tue, 11 Apr 2006 16:47:20 -0600

2004

gnu-smalltalk (2.1.8-2) unstable; urgency=low

   * Applied possible fix from upstream for FTBFS bug

 -- Brett Cundal <bcundal@cundal.net>  Mon, 26 Jul 2004 08:35:20 -0700

gnu-smalltalk (2.1.8-1) unstable; urgency=low

   * New upstream release
   * Fixed malformed entries in gnu-smalltalk.menu

 -- Brett Cundal <bcundal@cundal.net>  Wed, 14 Jul 2004 08:24:32 -0700

gnu-smalltalk (2.1.7-2) unstable; urgency=low

   * Replaced test for long double offset which was failing on 64 bit
     archs
   * Added smalltalk-mode.el and gst-mode.el to package

 -- Brett Cundal <bcundal@cundal.net>  Fri, 4 Jun 2004 15:16:17 -0700

gnu-smalltalk (2.1.7-1) unstable; urgency=low

   * New upstream release
   * Updated debian/watch for new uscan format
   * Disabled compilation of GTK bindings
   * Removed (s) from copyright
   * Made symlink for gst-blox manpage
   * Made vfs plugins and gst.im executable
   * Added lintian override for gst.im not passing shell syntax check

 -- Brett Cundal <bcundal@cundal.net>  Tue, 24 Feb 2004 16:14:45 -0800

2003

gnu-smalltalk (2.1.5-1) unstable; urgency=low

   * New upstream release
   * Update to debian standards version 3.6.1.0

 -- Brett Cundal <bcundal@cundal.net>  Mon, 27 Oct 2003 12:11:28 -0800

gnu-smalltalk (2.1.4-2) unstable; urgency=low

   * Update to debian standards version 3.6.0

 -- Brett Cundal <bcundal@cundal.net>  Tue, 29 Jul 2003 10:10:54 -0700

gnu-smalltalk (2.1.4-1) unstable; urgency=low

   * New upstream release

 -- Brett Cundal <bcundal@cundal.net>  Wed, 16 Jul 2003 08:17:44 -0700

gnu-smalltalk (2.1.2-2) unstable; urgency=low

   * Updated debian standards version
   * Removed /usr/include/sigsegv.h (Closes: #197681)

 -- Brett Cundal <bcundal@cundal.net>  Wed, 18 Jun 2003 08:50:56 -0700

gnu-smalltalk (2.1.2-1) unstable; urgency=low

   * New upstream release
   * Silenced gc messages for gst-blox

 -- Brett Cundal <bcundal@cundal.net>  Sat, 10 May 2003 13:41:50 -0700

gnu-smalltalk (2.1.1-2) unstable; urgency=low

   * Removed redundant binary stripping

 -- Brett Cundal <bcundal@cundal.net>  Tue, 29 Apr 2003 08:39:21 -0700

gnu-smalltalk (2.1.1-1) unstable; urgency=low

   * New upstream release

 -- Brett Cundal <bcundal@cundal.net>  Fri, 25 Apr 2003 16:26:41 -0700

gnu-smalltalk (2.1-1) unstable; urgency=low

   * New upstream release
   * Updated standards version
     - Fix default compilation options
     - Support DEB_BUILD_OPTIONS
     - Remove (unused) dh_undocumented call

 -- Brett Cundal <bcundal@cundal.net>  Fri, 11 Apr 2003 09:07:00 -0700

2002

gnu-smalltalk (2.0.11-0.2) unstable; urgency=low

   * Revert relocation of examples in NMU
   * Merge other changes from NMU

 -- Brett Cundal <bcundal@cundal.net>  Wed, 10 Apr 2002 21:33:02 -0700

gnu-smalltalk (2.0.11-0.1) unstable; urgency=low

   * NMU for Brett Cundal.

 -- Brent A. Fulgham <bfulgham@debian.org>  Wed, 12 Feb 2003 22:30:56 -0800

gnu-smalltalk (2.0.8-0pre1) unstable; urgency=low

   * New maintainer
   * Repackaged new upstream version mostly from scratch

 -- Brett Cundal <bcundal@cundal.net>  Wed, 10 Apr 2002 21:33:02 -0700

gnu-smalltalk (2.0.6-2) unstable; urgency=low

   * Correct build error with Tk versioning.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun, 29 Sep 2002 22:01:09 -0700

gnu-smalltalk (2.0.6-1) unstable; urgency=low

   * New upstream.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat, 28 Sep 2002 23:19:52 -0700

gnu-smalltalk (2.0.3-1) unstable; urgency=low

   * New upstream.

 -- Brent A. Fulgham <bfulgham@debian.org>  Fri, 13 Sep 2002 23:04:57 -0700

gnu-smalltalk (1.95.13a-2) unstable; urgency=low

   * Debian QA upload.
   * Fix override disparity:
     gnu-smalltalk: priority is overridden from optional to extra.
     gnu-smalltalk-doc: section is overridden from interpreters to doc.
     gnu-smalltalk-doc: priority is overridden from optional to extra.

 -- Peter Palfrader <weasel@debian.org>  Sat, 20 Jul 2002 07:49:56 +0200

gnu-smalltalk (1.95.13a-1) unstable; urgency=low

   * Orphaning the package for Debian QA as Alex seems to be AWOL/MIA.
     - setting maintainer to QA.
   * Fixed build depends syntax (Closes: #153635)

 -- Peter Palfrader <weasel@debian.org>  Sat, 20 Jul 2002 06:51:56 +0200

gnu-smalltalk (1.95.13a-0) unstable; urgency=low

   * NMU
   * New upstream version (Closes: #133662, #137342, #81855)
   * Add appropriate build-depends (Closes: #143474)
   * Fix examples symlink (Closes: #145810)
   * Make sure blox-tk gets built (which was the point of this exercise)

 -- Anders Hammarquist <iko@debian.org>  Sun, 5 May 2002 21:45:36 +0200

gnu-smalltalk (1.95.8-2) unstable; urgency=low

   * NMU
   * debian/rules:
   - hack to make config.{sub,guess} executable (Closes: #128347)
   - remove the info dir from the gnu-smalltalk package

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 9 Jan 2002 00:43:19 -0200

gnu-smalltalk (1.95.8-1) unstable; urgency=low

   * NMU
   * New upstream version (Closes: #97594)
   * debian/rules:
   - changed a few things, added the configure target, moved the
     $(MAKE) install thing to the install target
   - changed references to docs to doc
   - link usr/share/smalltalk/examples to usr/share/doc/smalltalk/examples
     (Closes: #83286)
   - added -i and -a switches to force building the right thing...
     (Closes: #87204)
   - removed dh_testversion
   - changed manpages and info instalation directories
   * debian/gnu-smalltalk-doc.info:
   - changed docs -> doc
   * debian/*:
   - removed remaining *.ex files
   * this package should be compiled correctly on m68k now, the
     offending function was removed (Closes: #67539)
   * i18n/Makefile.am:
   - quick and dirty (argh!) hack to let the package build, for the
     maintainer who'll take care of this: fix this, please =)
   * no longer depends on libltdl0 (Closes: #98111)
   * debian/control:
   - added build depends on debhelper >> 1.1.17
   * debian/docs:
   - removed INSTALL

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 6 Jan 2002 13:28:00 -0200

2000

gnu-smalltalk (1.8.1-1) unstable; urgency=low

   * Upgrading to 1.8.1 after long hiatus.  Re-package from scratch.
   * Added tcp module.
   * Added gst-blox script to launch from WM menus (Bug#45180).

 -- Alex Shinn <foof@debian.org>  Sun, 9 Jul 2000 17:52:40 -0500

1999

gnu-smalltalk (1.6.1-2) unstable; urgency=low

   * Split apart the documentation into gnu-smalltalk-doc
   * Removed the reference to dprintf for glibc 2.0 compatibility (Bug#40611)
   * Added X11 (Blox) support until modules are ready
   * Added menu and dhelp entries

 -- Alexander Shinn <foof@debian.org>  Sat, 24 Jul 1999 20:09:01 -0500

gnu-smalltalk (1.6.1-1) unstable; urgency=low

   * Upgraded to 1.6.1

 -- Alexander Shinn <foof@debian.org>  Mon, 28 Jun 1999 22:23:50 -0500

gnu-smalltalk (1.5.3-2) unstable; urgency=low

   * Fixed installation of info files.
   * Fixed search path for st files.

 -- Alexander Shinn <foof@debian.org>  Mon, 28 Jun 1999 22:23:05 -0500

gnu-smalltalk (1.5.3-1) unstable; urgency=low

   * Initial release.

 -- Alexander Shinn <foof@debian.org>  Thu, 27 May 1999 20:51:38 -0500