expect 5.45-4 source package in Ubuntu

Changelog

expect (5.45-4) unstable; urgency=low


  * Execute tclsh8.5 instead of tclsh in expect scripts because tcl8.5
    will stop providing /usr/bin/tclsh.

 -- Sergei Golovan <email address hidden>  Sun, 06 Oct 2013 09:00:38 +0400

Upload details

Uploaded by:
Sergei Golovan
Uploaded to:
Sid
Original maintainer:
Sergei Golovan
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
expect_5.45-4.dsc 1.2 KiB 63c74206e5c2be70a425a2c8dc4781c623780deaa6ce4ff0dcfda01c0e543925
expect_5.45.orig.tar.gz 614.1 KiB b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
expect_5.45-4.debian.tar.gz 18.7 KiB 2ea11fe96c386b637c878a6ad64e326e0a9d91d8f7cb2986dc2e0a002ffa0b3f

Available diffs

No changes file available.

Binary packages built by this source

expect: Automates interactive applications

 Expect is a tool for automating interactive applications according to a script.
 Following the script, Expect knows what can be expected from a program and what
 the correct response should be. Expect is also useful for testing these same
 applications. And by adding Tk, you can also wrap interactive applications in
 X11 GUIs. An interpreted language provides branching and high-level control
 structures to direct the dialogue. In addition, the user can take control and
 interact directly when desired, afterward returning control to the script.

expect-dev: Automates interactive applications (development)

 Expect is a tool for automating interactive applications according to a script.
 Following the script, Expect knows what can be expected from a program and what
 the correct response should be. Expect is also useful for testing these same
 applications. And by adding Tk, you can also wrap interactive applications in
 X11 GUIs. An interpreted language provides branching and high-level control
 structures to direct the dialogue. In addition, the user can take control and
 interact directly when desired, afterward returning control to the script.
 .
 This package contains the development files and examples.