expect 5.45-6 source package in Ubuntu

Changelog

expect (5.45-6) unstable; urgency=low


  * Split the expect package into expect and tcl-expect where the libexpect
    library and the Tcl package are moved. Made the tcl-expect package
    multiarch same.
  * Renamed the expect-dev package into tcl-expect-dev and moved the included
    scripts into the main expect package.
  * Build expect with Tcl 8.6.
  * Use CFLAGS from the dpkg build flags. Fixed potential security bug in
    printf format handling.
  * Bumped the debhelper compatibility version to 9.
  * Bumped standards version to 3.9.5.

 -- Sergei Golovan <email address hidden>  Mon, 14 Jul 2014 08:30:57 +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-6.dsc 1.2 KiB c1642ab0c1d828c97ba4059816d75094c6c33e08b9034ed3c02e8d5a83da4112
expect_5.45.orig.tar.gz 614.1 KiB b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
expect_5.45-6.debian.tar.xz 17.9 KiB ebe9ce3d95aa8fbad684ad2cbe5e86b87b8afad2265e596bbde92b89ce282c0e

No changes file available.

Binary packages built by this source

expect: No summary available for expect in ubuntu utopic.

No description available for expect in ubuntu utopic.

tcl-expect: No summary available for tcl-expect in ubuntu vivid.

No description available for tcl-expect in ubuntu vivid.

tcl-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.