Skip to content

Debian Changelog guile-1.6 (1.6.8-6.4)

2009

guile-1.6 (1.6.8-6.4) unstable; urgency=low

   * Non-maintainer upload.
   * Fix FTBFS on kfreebsd-i386 by adding that architecture to the
     WORKING_QTHREADS_ARCHS variable in debian/rules, thanks to Petr
     Salinger (Closes: #533269).

 -- Cyril Brulebois <kibi@debian.org>  Mon, 29 Jun 2009 15:43:43 +0200

guile-1.6 (1.6.8-6.3) unstable; urgency=high

   * Non-maintainer upload.
   * Work around two FTBFS causes on hppa (Closes: #497740):
      - The stack grows up on hppa (only), and the variable introduced by
        the stackdirection.diff patch isn't the needed one (it introduces
        SCM_I_GSC_STACK_GROWS_UP while SCM_STACK_GROWS_UP would be needed).
      - Both -O2 and -O0 are not OK on hppa because it leads to a stack
        overflow.
     Therefore, instead of fiddling with the patch, introduce more
     architecture-specific checks to add the right CFLAGS.
   * As a consequence, rework the existing CFLAGS handling to make them a
     bit more readable, including a table that describes the wanted CFLAGS
     depending on the architecture, and depending on whether “noopt” is
     passed through DEB_BUILD_OPTIONS. Test-buit successfully on amd64,
     hppa, and sparc, both with and without “noopt”.
   * Set urgency to “high” since that will fix 2 RC bugs in lenny.

 -- Cyril Brulebois <kibi@debian.org>  Wed, 28 Jan 2009 12:25:38 +0100

guile-1.6 (1.6.8-6.2) unstable; urgency=low

   * Non-maintainer upload.
   * Work around a possible compiler bug which leads to FTBFS on sparc, by
     setting CFLAGS=-"O0" for that architecture. Also switch the previous
     CFLAGS="-01 -g" to CFLAGS="-O0 -g" for the noopt build on sparc, for
     the same reason (Closes: #501114).

 -- Cyril Brulebois <kibi@debian.org>  Tue, 20 Jan 2009 05:39:56 +0100

2008

guile-1.6 (1.6.8-6.1) unstable; urgency=high

   * Non-maintainer upload.
   * stackdirection.diff: Patch by Thiemo Seufer to fix FTBFS on
     some architectures. (closes: #497740)
   * autofiles.diff: Regenerate.

 -- Frank Lichtenheld <djpig@debian.org>  Sun, 28 Sep 2008 22:12:11 +0200

2006

guile-1.6 (1.6.8-6) unstable; urgency=low

   * Fix support for noopt in DEB_BUILD_OPTIONS. (closes: #394241)
 
   * Work around a dh_installinfo bug.  It always inserts \Q and \E around
     the --section, which doesn't work.

 -- Rob Browning <rlb@defaultvalue.org>  Sat, 21 Oct 2006 16:26:17 -0700

guile-1.6 (1.6.8-5) unstable; urgency=low

   * Move guile-config, guile-snarf, guile-tools, and guile scripts to
     guile-1.8-dev package.  (closes: #224591)

 -- Rob Browning <rlb@defaultvalue.org>  Tue, 12 Sep 2006 18:47:32 -0700

guile-1.6 (1.6.8-4) unstable; urgency=low

   * Add upstream fix for continuations crash on ia64. (closes: #291551)

 -- Rob Browning <rlb@defaultvalue.org>  Wed, 19 Jul 2006 23:43:07 -0700

guile-1.6 (1.6.8-3) unstable; urgency=low

   * Rewrite the #! line of several guile scripts to use the versioned
     binary name.  This was already supposed to be the case, but the code
     in debian/rules wasn't quite right.

 -- Rob Browning <rlb@defaultvalue.org>  Thu, 1 Jun 2006 19:21:46 -0700

guile-1.6 (1.6.8-2) unstable; urgency=low

   * When autofiles.diff is empty, it doesn't show up in the resulting
     Debian source tree (via dpkg-source -x), so fix debian/rules to
     accommodate.

 -- Rob Browning <rlb@defaultvalue.org>  Mon, 29 May 2006 15:19:24 -0700

guile-1.6 (1.6.8-1) unstable; urgency=low

   * New upstream release.

 -- Rob Browning <rlb@defaultvalue.org>  Sun, 28 May 2006 17:29:40 -0700

guile-1.6 (1.6.7-4) unstable; urgency=low

   * Fix gcc-4.0-compatibility.diff and more closely match upstream fixes.
   * Fix autofiles.diff handling in debian/rules.
   * Don't remove /usr/share/guile/1.6/slib in the guile-1.6-slib postinst
     since it's actually a member of the guile-1.6-slib package.  Thanks to
     Antonio Biasio. (closes: #284685)
   * Incorporate upstream block comment fix.  Thanks to David Pirotte for
     pointing out the issue. (closes: #330866)
     - debian/patches/block-comment-eof-fix.diff

 -- Rob Browning <rlb@defaultvalue.org>  Sun, 14 May 2006 14:08:57 -0700

guile-1.6 (1.6.7-3) unstable; urgency=low

   * Add Build-Conflicts for slib (<< 3a2-3).  This should fix the ia64
     build problem.  It looks like the issue is that Guile's make check
     runs slib.test whenever SLIB is available, but due to the changes in
     1.6.7-2, this package isn't compatible with older versions of SLIB.
     (closes: #351693)

 -- Rob Browning <rlb@defaultvalue.org>  Wed, 19 Apr 2006 10:42:30 -0700

guile-1.6 (1.6.7-2) unstable; urgency=low

   * Migrate from dpatch to quilt.
 
   * Fix FTBFS with gcc-4.0.  Thanks to Daniel Schepler
     <schepler@debian.org>. (closes: #300146)
 
   * Rebuild with current dpkg-dev to fix the cpp version in guile-snarf.
     Thanks to Daniel Schepler <schepler@debian.org>. (closes: #317600)
 
   * Update debian/rules to support autofiles.diff, autofiles-sync, etc.
 
   * Add (pending) upstream patch for compatibility with newer SLIB, but
     adjust the new slib.scm to load slib/init/guile.init rather than
     slib/guile.init in order to accomodate Debian's slib.
     (closes: #334735, #337346, #338823, #340149)

 -- Rob Browning <rlb@defaultvalue.org>  Thu, 12 Jan 2006 20:08:32 -0800

2004

guile-1.6 (1.6.7-1) unstable; urgency=medium

   * new upstream bugfix release. (closes: #279282)
   * updated guile-X.Y-slib package description.
   * changed build dependency to libreadline5-dev. (closes: #279280)

 -- Rob Browning <rlb@defaultvalue.org>  Tue, 21 Dec 2004 13:14:00 -0600

2003

guile-1.6 (1.6.4-4) unstable; urgency=low

   * Fix release oversight (forgot to delete beta pkg warning(s)).

 -- Rob Browning <rlb@defaultvalue.org>  Fri, 29 Aug 2003 15:21:05 -0500

guile-1.6 (1.6.4-3) unstable; urgency=low

   * patch 50_gc-realloc fixes snd gc segfault. Thanks to Sam Hocevar
     <sam@zoy.org>. (closes: #198896)
   * patch 50_m68k-smob-crash fixes m68k build crash.  Thanks to Sam
     Hocevar <sam@zoy.org>. (closes: #193870)
   * patch 50_ia64-ucontext fixes ia64 ucontext related build failure.
     Thanks to Sam Hocevar <sam@zoy.org>. (closes: #193868)
   * fix guile-1.6 conflicts with libguile-dev -- didn't have epoch so
     wasn't having any effect.  guile-1.6 needs to conflict with earlier
     libguile-dev versions because they didn't use update-alternatives for
     bin/guile-X.Y*.  It can't conflict with later versions
     (i.e. guile-1.6-dev and on) because guile-X.Y-dev is supposed to
     provide/conflict with libguile-dev. (closes: #198858)

 -- Rob Browning <rlb@defaultvalue.org>  Fri, 29 Aug 2003 11:13:02 -0500

guile-1.6 (1.6.4-2) unstable; urgency=low

   * continuations.h: include ucontext.h rather than sys/ucontext.h on
     ia64.  This fixes a compilation problem for things that use libguile.
     Thanks to James Treacy. (closes: bug#191464)
   * make guile-1.6 conflict with libguile-dev since libguile-dev didn't
     use update-alternatives for guile-config and guile-tools.  I believe
     this is what has been hosing guile-config in guile-1.6.
     (closes: bug#183977, bug#188322)
   * really fix debian/rules to avoid --enable-maintainer-mode during
     normal package builds.

 -- Rob Browning <rlb@defaultvalue.org>  Mon, 12 May 2003 23:21:57 -0500

guile-1.6 (1.6.4-1) unstable; urgency=low

   * remove --list-missing from debian/rules. (closes: bug#187926)
   * try fix for libqthreads-12 per-arch build problem. Try just producing
     an empty libqthreads-12 .install file on unsupported arches.
     (closes: bug#183686)
   * fix alpha qt assembly bugs. (closes: bug#186981)
   * upstream arch related fixes.
     (closes: bug#189316, bug#189315, bug#186981, bug#186877, bug#184773)

 -- Rob Browning <rlb@defaultvalue.org>  Mon, 21 Apr 2003 13:11:35 -0500

guile-1.6 (1.6.3-4) unstable; urgency=low

   * first 1.6 upload to unstable.

 -- Rob Browning <rlb@defaultvalue.org>  Thu, 27 Feb 2003 18:49:46 -0600

guile-1.6 (1.6.3-3) unstable; urgency=low

   * change some /usr/bin/guile references to /usr/bin/guile-1.6 so we make
     sure to get the right version (thanks Dale).
   * unreleased test version.

 -- Rob Browning <rlb@defaultvalue.org>  Fri, 7 Feb 2003 12:09:34 -0600

guile-1.6 (1.6.3-2) unstable; urgency=low

   * rearrange guile so it allows guile1.4 and guile-1.6 to coexist.
   * unreleased test version.

 -- Rob Browning <rlb@defaultvalue.org>  Wed, 5 Feb 2003 15:09:16 -0600

guile-1.6 (1.6.3-1) unstable; urgency=low

   * unreleased test version.

 -- Rob Browning <rlb@defaultvalue.org>  Sat, 1 Feb 2003 10:16:48 -0600

guile-1.6 (1.6.2-1) unstable; urgency=low

   * new upstream release (still not ready for Debian proper yet).

 -- Rob Browning <rlb@defaultvalue.org>  Thu, 30 Jan 2003 14:17:23 -0600

2002

guile-1.6 (1.6.1-3) unstable; urgency=low

   * handle non-qthreads architectures properly.

 -- Rob Browning <rlb@defaultvalue.org>  Mon, 16 Dec 2002 23:48:51 -0600

guile-1.6 (1.6.1-2) unstable; urgency=low

   * include libguilereadline-v-12.so.* too.
   * add conflicts/replaces goops-doc to guile-1.6-doc.

 -- Rob Browning <rlb@defaultvalue.org>  Sat, 23 Nov 2002 17:12:33 -0600

guile-1.6 (1.6.1-1) unstable; urgency=low

   * trial pkg.

 -- Rob Browning <rlb@defaultvalue.org>  Mon, 11 Nov 2002 10:52:58 -0600