Skip to content

Debian Changelog expect-tcl8.3 (5.43.0-4)

2006

expect-tcl8.3 (5.43.0-4) unstable; urgency=low

   * Fix typo in expect5.24-dev dependency (closes: #354987).

 -- Matthias Klose <doko@debian.org>  Tue, 7 Mar 2006 03:17:14 +0100

2005

expect-tcl8.3 (5.43.0-3) unstable; urgency=low

   * Reapply dropped fix for #282347.

 -- Matthias Klose <doko@debian.org>  Mon, 15 Aug 2005 17:34:12 +0200

expect-tcl8.3 (5.43.0-2) unstable; urgency=low

   * Upload to unstable.

 -- Matthias Klose <doko@debian.org>  Tue, 21 Jun 2005 23:50:59 +0000

expect-tcl8.3 (5.43.0-1) experimental; urgency=low

   * Build using Tcl/Tk 8.3, needed for reliable test results for the
     GCC testsuite at least on hppa.
   * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sat, 26 Mar 2005 18:38:24 +0000

expect (5.42.1-1.2) unstable; urgency=high

   * Non-maintainer upload.
   * High-urgency upload for sarge-targetted RC bugfix
   * Update config.sub and config.guess against current autotools, and
     pass --build=$(DEB_BUILD_GNU_TYPE) to configure, to avoid build
     failures on unknown host types (closes: #255743).

 -- Steve Langasek <vorlon@debian.org>  Thu, 6 Jan 2005 22:23:52 -0800

2004

expect (5.42.1-1.1) unstable; urgency=high

   * Non-maintainer upload.
   * High-urgency upload for sarge-targetted RC bugfix
   * Update expect_cf.h.in to move all comments onto their own lines, for
     compatibility with autoconf 2.5 and fixing build failures.
     Closes: #282347
   * Use TARGETDIR instead of TMPDIR as a variable name in debian/rules:
     the latter has special significance, and was interfering with the
     build process locally.

 -- Steve Langasek <vorlon@debian.org>  Sat, 4 Dec 2004 03:54:53 -0800

expect (5.42.1-1) unstable; urgency=low

   * New upstream version
   * Drop the README.Debian that I forgot to commit anyway because
     the caveats don't seem to have materialized

 -- Mike Markley <mike@markley.org>  Tue, 17 Aug 2004 00:34:18 -0700

expect (5.41.0-1) unstable; urgency=low

   * New upstream version (Closes: #251637, #251641)
   * Enable threading w/tcl8.4. Also added some information to
     README.Debian about the caveats of this change. Closes: #239550

 -- Mike Markley <mike@markley.org>  Thu, 3 Jun 2004 01:19:26 -0700

2003

expect (5.39.0-1) unstable; urgency=low

   * New upstream version (Closes: #216323)
   * Roll back to tcl8.3 because of problems with threading. This
     will hopefully be corrected at a later date with proper thread
     support (Closes: #196084)
   * Changed server in weather example since old one no longer works
     (Closes: #139343)
   * Manpage typo fix (Closes: #212875)
   * Cleanup descriptions (Closes: #209485)
   * Check for /usr/bin/crypt in cryptdir examples (Closes: #67197)
   * Correct upstream URL (Closes: #216321)

 -- Mike Markley <mike@markley.org>  Fri, 17 Oct 2003 16:53:02 -0700

expect (5.38.0-5) unstable; urgency=low

   * Fixed stupid typo in pkgIndex.in (Closes: #186179)

 -- Mike Markley <mike@markley.org>  Wed, 9 Apr 2003 00:32:30 -0700

expect (5.38.0-4) unstable; urgency=low

   * Cleaning out the BTS...
   * Rebuild against tcl 8.4 (Closes: #183113)
   * Fix occurences of /usr/local/bin in manpages (Closes: #112062)
   * While I'm uploading, this version uses -not instead of -n as the
     short form of -notransfer, manpage is up-to-date (Closes: #134769)
   * Added patch from Russell Coker to set fd3 to close on exit
     (Closes: #166677)
   * Fix for 64-bit unsafeness included already, never marked it
     (Closes: #126091)

 -- Mike Markley <mike@markley.org>  Tue, 11 Mar 2003 02:52:46 -0800

2002

expect (5.38.0-3) unstable; urgency=low

   * Fixed pkgIndex.tcl (Closes: #167735)
   * The library name was still 5.37, bumped up to 5.38, this will
     require package recompilation...

 -- Mike Markley <mike@markley.org>  Mon, 4 Nov 2002 15:41:03 -0800

expect (5.38.0-2) unstable; urgency=low

   * Added patch from Andrew Suffield to fix segfault possibility
     when ending a script with open channels (Closes: #157901)

 -- Mike Markley <mike@markley.org>  Tue, 27 Aug 2002 03:11:45 -0700

expect (5.38.0-1) unstable; urgency=low

   * New upstream version
   * Added patch from Jack Howarth regarding spawn problems resulting
     in, among other things, failed "make check"s (Closes: #156854)

 -- Mike Markley <mike@markley.org>  Fri, 16 Aug 2002 20:04:30 -0700

expect (5.37-3) unstable; urgency=low

   * Fixed paths in examples (Closes: #152367)

 -- Mike Markley <mike@markley.org>  Wed, 10 Jul 2002 22:53:19 -0700

expect (5.37-2) unstable; urgency=low

   * Fixed the soname issue (the issue being that it wasn't there)
     Closes: #151153, #151160

 -- Mike Markley <mike@markley.org>  Thu, 27 Jun 2002 22:29:38 -0700

expect (5.37-1) unstable; urgency=low

   * New upstream version.
   * Stubs patch needed slight tweaking to mesh with this version
   * Stubs patch also no longer patches configure (so run autoconf
     if it's changed!)
   * Updated debconf dependency (I'm now using DH_COMPAT=3...)
   * Removed the dummy packages into its own source package so we
     don't have to upload new ones everytime expect is updated...

 -- Mike Markley <mike@markley.org>  Tue, 25 Jun 2002 23:47:46 -0700

2001

expect (5.32.2-4) unstable; urgency=low

   * Expectk was linked against a broken libtk8.3 that didn't provide
     proper soname; rebuild to fix (Closes: #107908)

 -- Mike Markley <mike@markley.org>  Tue, 7 Aug 2001 10:08:52 -0700

expect (5.32.2-3) unstable; urgency=low

   * Changed hardcoded path for write to the proper Debian path
     (Closes: #103833)
   * Removed old substvars.debhelper file
   * Fixed some Replaces/Conflicts lines (I typo'd on a couple of
     the upgrade ones...)
   * Fixed minor typos in descriptions, while I'm at it...
   * Removed $(vso) from debian/rules - it was a hack for the mis-
     matched package name and version numbers

 -- Mike Markley <mike@markley.org>  Thu, 2 Aug 2001 23:10:05 -0700

expect (5.32.2-2) unstable; urgency=low

   * Removed autoconf call (Closes: #102895)
   * Removed check for Tcl install (this is the age of Build-Deps)

 -- Mike Markley <mike@markley.org>  Sat, 30 Jun 2001 13:36:35 -0700

expect (5.32.2-1) unstable; urgency=low

   * New upstream release
   * Dropped separate packages, retaining 5.31 changelog since I'm
     carrying over that packaging...
   * Removed alternatives code from maintainer scripts

 -- Mike Markley <mike@markley.org>  Mon, 14 May 2001 01:00:59 -0700

2000

expect5.31 (5.31.8-3) unstable; urgency=low

   * Added build-dep for autoconf (closes: #70411)

 -- Mike Markley <mike@markley.org>  Mon, 18 Sep 2000 22:02:40 -0700

expect5.31 (5.31.8-2) unstable; urgency=low

   * New maintainer.

 -- Mike Markley <mike@markley.org>  Fri, 25 Aug 2000 19:06:36 -0700

expect5.31 (5.31.8-1) unstable; urgency=low

   * New upstream version.
   * Added a Suggests for expectk (Bug#65702).

 -- David Engel <david@debian.org>  Sun, 2 Jul 2000 15:20:28 -0500

expect5.31 (5.31.5-2) unstable; urgency=low

   * Rebuilt without stubs, but in a way that still works with
     Tcl/Tk 8.2.

 -- David Engel <david@debian.org>  Mon, 10 Apr 2000 10:51:07 -0500

expect5.31 (5.31.5-1) unstable; urgency=low

   * New upstream version.
   * Rebuilt with Tcl/Tk 8.3.
   * Applied stubs patch to work with Tcl/Tk 8.2.

 -- David Engel <david@debian.org>  Sat, 8 Apr 2000 20:43:54 -0500

1999

expect5.31 (5.31.2-3) unstable; urgency=low

   * Removed dash patch fixes since they are no longer needed.

 -- David Engel <david@debian.org>  Mon, 15 Nov 1999 12:09:58 -0600

expect5.31 (5.31.2-2) unstable; urgency=low

   * Run autoconf directly instead of letting the Makefile do it
     (Bug#49168).

 -- David Engel <david@debian.org>  Thu, 4 Nov 1999 21:04:41 -0600

expect5.31 (5.31.2-1) unstable; urgency=low

   * New upstream version.
   * Fixed expectk to work with dash-enhanced Tk (Bug#48722).
   * Fixed build problems with non-compatible Tcl/Tk versions
     present (Bug#47399).

 -- David Engel <david@debian.org>  Sat, 30 Oct 1999 21:40:06 -0500

expect5.31 (5.31.0-2) unstable; urgency=low

   * Fixed bad substitution in examples (Bug#46422).
   * FHS changes.

 -- David Engel <david@debian.org>  Sat, 2 Oct 1999 10:55:25 -0500

expect5.31 (5.31.0-1) unstable; urgency=low

   * Initial packaging.

 -- David Engel <david@debian.org>  Sat, 28 Aug 1999 23:53:51 -0500