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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mike Markley
  • Date: 2001-08-07 10:08:52 UTC
  • Revision ID: james.westby@ubuntu.com-20010807100852-b8133463c142im5j
Tags: 5.32.2-4
Expectk was linked against a broken libtk8.3 that didn't provide
proper soname; rebuild to fix (Closes: #107908)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: expect
 
2
Section: interpreters
 
3
Priority: optional
 
4
Maintainer: Mike Markley <mike@markley.org>
 
5
Build-Depends: debhelper (>= 2.0), autoconf, tcl8.3-dev, tk8.3-dev
 
6
Standards-Version: 3.5.2
 
7
 
 
8
Package: expect
 
9
Section: interpreters
 
10
Priority: optional
 
11
Architecture: any
 
12
Depends: ${shlibs:Depends}
 
13
Suggests: expectk
 
14
Conflicts: expect5.31 (<< 5.31.8-4), expect5.24 (<< 5.30.1-8)
 
15
Replaces: expect5.31 (<< 5.31.8-4), expect5.24 (<< 5.30.1-8)
 
16
Description: A program that "talks" to other programs.
 
17
 Expect is a program that "talks" to other interactive programs 
 
18
 according to a script.  Following the script, Expect knows what
 
19
 can be expected from a program and what the correct response 
 
20
 should be.  An interpreted language provides branching and high-
 
21
 level control structures to direct the dialogue.  In addition, 
 
22
 the user can take control and interact directly when desired, 
 
23
 afterward returning control to the script.
 
24
 
 
25
Package: expectk
 
26
Section: interpreters
 
27
Priority: optional
 
28
Architecture: any
 
29
Depends: ${shlibs:Depends}, expect (=${Source-Version})
 
30
Conflicts: expectk5.31 (<< 5.31.8-4), expectk5.24 (<< 5.30.1-8)
 
31
Replaces: expectk5.31 (<< 5.31.8-4), expectk5.24 (<< 5.30.1-8)
 
32
Description: A Tk/X11 version of the expect program.
 
33
 Expect is a program that "talks" to other interactive programs 
 
34
 according to a script.  Following the script, Expect knows what
 
35
 can be expected from a program and what the correct response 
 
36
 should be.  An interpreted language provides branching and high-
 
37
 level control structures to direct the dialogue.  In addition, 
 
38
 the user can take control and interact directly when desired, 
 
39
 afterward returning control to the script.
 
40
 
 
41
Package: expect-dev
 
42
Section: devel
 
43
Priority: optional
 
44
Architecture: any
 
45
Depends: tcl8.3-dev, expect (=${Source-Version})
 
46
Conflicts: expect5.31-dev (<< 5.31.8-4), expect5.24-dev (<< 5.30.1-8)
 
47
Replaces: expect5.31-dev (<< 5.31.8-4), expect5.24-dev (<< 5.30.1-8)
 
48
Description: Development files for the expect package.
 
49
 Header files and libraries for developing expect applications.
 
50
 
 
51
Package: expect5.24
 
52
Section: interpreters
 
53
Priority: optional
 
54
Architecture: all
 
55
Depends: expect
 
56
Description: Dummy upgrade package for expect
 
57
 This is a dummy package used to provide smooth upgrades to the
 
58
 new package, called simply "expect". You can remove it at your
 
59
 convenience.
 
60
 
 
61
Package: expectk5.24
 
62
Section: interpreters
 
63
Priority: optional
 
64
Architecture: all
 
65
Depends: expectk
 
66
Description: Dummy upgrade package for expectk
 
67
 This is a dummy package used to provide smooth upgrades to the
 
68
 new package, called simply "expectk". You can remove it at your
 
69
 convenience.
 
70
 
 
71
Package: expect5.24-dev
 
72
Section: devel
 
73
Priority: optional
 
74
Architecture: all
 
75
Depends: expect-dev
 
76
Description: Dummy upgrade package for expect-dev
 
77
 This is a dummy package used to provide smooth upgrades to the
 
78
 new package, called simply "expect-dev". You can remove it at
 
79
 your convenience.
 
80
 
 
81
Package: expect5.31
 
82
Section: interpreters
 
83
Priority: optional
 
84
Architecture: all
 
85
Depends: expect
 
86
Description: Dummy upgrade package for expect
 
87
 This is a dummy package used to provide smooth upgrades to the
 
88
 new package, called simply "expect". You can remove it at your
 
89
 convenience.
 
90
 
 
91
Package: expectk5.31
 
92
Section: interpreters
 
93
Priority: optional
 
94
Architecture: all
 
95
Depends: expectk
 
96
Description: Dummy upgrade package for expectk
 
97
 This is a dummy package used to provide smooth upgrades to the
 
98
 new package, called simply "expectk". You can remove it at your
 
99
 convenience.
 
100
 
 
101
Package: expect5.31-dev
 
102
Section: devel
 
103
Priority: optional
 
104
Architecture: all
 
105
Depends: expect-dev
 
106
Description: Dummy upgrade package for expect-dev
 
107
 This is a dummy package used to provide smooth upgrades to the
 
108
 new package, called simply "expect-dev". You can remove it at
 
109
 your convenience.
 
110