~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-08-17 21:50:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215029-0cfarscc630tfc5v
Tags: 5.45-1
* New upstream release.
* Removed unnecessary patches.
* Removed the expectk package because expectk was dropped from the upstream
  distribution. See NEWS.Debian for possible workarounds.
* Updated package to standards version 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Sergei Golovan <sgolovan@debian.org>
5
5
Build-Depends: debhelper (>= 7.0.50~), quilt (>=0.46-7), autotools-dev, autoconf,
6
 
 tcl8.5-dev, tk8.5-dev (>= 8.5.7-2)
 
6
 tcl8.5-dev
7
7
Build-Conflicts: autoconf2.13
8
 
Standards-Version: 3.9.1
 
8
Standards-Version: 3.9.2
9
9
Homepage: http://sourceforge.net/projects/expect/
10
10
 
11
11
Package: expect
12
12
Architecture: any
13
13
Depends: ${misc:Depends}, ${shlibs:Depends}
14
 
Suggests: expectk
15
 
Description: A program that can automate interactive applications
16
 
 Expect is a tool for automating interactive applications according to a script.
17
 
 Following the script, Expect knows what can be expected from a program and what
18
 
 the correct response should be. Expect is also useful for testing these same
19
 
 applications. And by adding Tk, you can also wrap interactive applications in
20
 
 X11 GUIs. An interpreted language provides branching and high-level control
21
 
 structures to direct the dialogue. In addition, the user can take control and
22
 
 interact directly when desired, afterward returning control to the script.
23
 
 
24
 
Package: expectk
25
 
Architecture: any
26
 
Depends: ${misc:Depends}, ${shlibs:Depends}
27
 
Description: A program that can automate interactive applications (Tk hooks)
28
 
 Expect is a tool for automating interactive applications according to a script.
29
 
 Following the script, Expect knows what can be expected from a program and what
30
 
 the correct response should be. Expect is also useful for testing these same
31
 
 applications. And by adding Tk, you can also wrap interactive applications in
32
 
 X11 GUIs. An interpreted language provides branching and high-level control
33
 
 structures to direct the dialogue. In addition, the user can take control and
34
 
 interact directly when desired, afterward returning control to the script.
35
 
 .
36
 
 This package contains the Tk hooks.
 
14
Description: Automates interactive applications
 
15
 Expect is a tool for automating interactive applications according to a script.
 
16
 Following the script, Expect knows what can be expected from a program and what
 
17
 the correct response should be. Expect is also useful for testing these same
 
18
 applications. And by adding Tk, you can also wrap interactive applications in
 
19
 X11 GUIs. An interpreted language provides branching and high-level control
 
20
 structures to direct the dialogue. In addition, the user can take control and
 
21
 interact directly when desired, afterward returning control to the script.
37
22
 
38
23
Package: expect-dev
39
24
Section: devel
40
25
Architecture: any
41
26
Depends: ${misc:Depends}, expect (= ${binary:Version}), tcl8.5-dev
42
27
Replaces: expect (<< 5.44.1.14)
43
 
Recommends: expectk (= ${binary:Version}), tk8.5-dev
44
 
Description: A program that can automate interactive applications (development)
 
28
Recommends: tk8.5-dev
 
29
Description: Automates interactive applications (development)
45
30
 Expect is a tool for automating interactive applications according to a script.
46
31
 Following the script, Expect knows what can be expected from a program and what
47
32
 the correct response should be. Expect is also useful for testing these same