expect 5.45-5 source package in Ubuntu

Changelog

expect (5.45-5) unstable; urgency=low


  * Added patch which replaces memcpy my memmove for copying possibly
    overlapping memory area, thanks to Per Cederqvist (closes: #728663).

 -- Sergei Golovan <email address hidden>  Mon, 04 Nov 2013 08:28:43 +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-5.dsc 1.2 KiB d2cf0560429d8f39ba3489dc364f67e465876768b0bf1667b4839fdb02bc2d05
expect_5.45.orig.tar.gz 614.1 KiB b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
expect_5.45-5.debian.tar.gz 19.1 KiB c5826abf51ebf0255bdf9329ab59b44ba60a47ee2680e3b1eb8b04b70fb47e2f

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.