~ubuntu-branches/ubuntu/precise/vte/precise

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-16 17:59:49 UTC
  • mfrom: (1.1.65 upstream) (3.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110616175949-dexr6gu2dxiifi00
Tags: 1:0.28.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Add 93_add_alt_screen_scroll_toggle.patch: Handle scrolling differently
    when using alternate screen or scrolling is restricted.
  - Add lp246701_scroll_region_updates.patch: Bug fix. (LP #246701)
  - 91_keep_fds.patch:
    vte-2.90 does not yet support G_SPAWN_LEAVE_DESCRIPTORS_OPEN
    when calling vte_terminal_fork_command_full() until that is
    fixed we need to keep this patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
Architecture: any
36
36
Depends: ${misc:Depends},
37
37
         ${shlibs:Depends},
38
 
         libvte-common (>= ${source:Version})
 
38
         libvte-common (= ${source:Version})
39
39
Description: Terminal emulator widget for GTK+ 2.0 - runtime files
40
 
 The VTE library inserts terminal capability strings into a trie, and then
41
 
 uses it to determine if data received from a pseudo-terminal is a control
42
 
 sequence or just random data. The sample program "interpret" illustrates
43
 
 more or less what the widget sees after it filters incoming data.
 
40
 The VTE library provides a terminal emulator widget VteTerminal for
 
41
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
42
 containing functions for starting a new process on a new 
 
43
 pseudo-terminal and for manipulating pseudo-terminals.
 
44
 .
 
45
 This package contains the runtime library, needed by programs using the 
 
46
 VTE widget with GTK+ 2.0.
44
47
 
45
48
Package: libvte9-udeb
46
49
XC-Package-Type: udeb
50
53
Depends: ${misc:Depends},
51
54
         ${shlibs:Depends}
52
55
Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
53
 
 This is a udeb, or a microdeb, for the debian-installer.
54
 
 .
55
 
 The VTE library inserts terminal capability strings into a trie, and then
56
 
 uses it to determine if data received from a pseudo-terminal is a control
57
 
 sequence or just random data. The sample program "interpret" illustrates
58
 
 more or less what the widget sees after it filters incoming data.
59
 
 .
60
 
 This package contains the minimal runtime library needed by the Debian
61
 
 installer.
 
56
 The VTE library provides a terminal emulator widget VteTerminal for
 
57
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
58
 containing functions for starting a new process on a new 
 
59
 pseudo-terminal and for manipulating pseudo-terminals.
 
60
 .
 
61
 This package contains the minimal runtime library for GTK+ 2.0 needed 
 
62
 by the Debian installer.
62
63
 
63
64
Package: libvte-dev
64
65
Architecture: any
65
66
Section: libdevel
66
67
Depends: ${misc:Depends},
67
68
         libvte9 (= ${binary:Version}),
68
 
         python-vte (= ${binary:Version}),
69
69
         libcairo2-dev,
70
70
         libx11-dev,
71
71
         libgtk2.0-dev (>= 2.20.0),
75
75
Recommends: libvte-doc
76
76
Provides: python-vte-dev
77
77
Description: Terminal emulator widget for GTK+ 2.0 - development files
78
 
 The VTE library inserts terminal capability strings into a trie, and then
79
 
 uses it to determine if data received from a pseudo-terminal is a control
80
 
 sequence or just random data. The sample program "interpret" illustrates
81
 
 more or less what the widget sees after it filters incoming data.
 
78
 The VTE library provides a terminal emulator widget VteTerminal for
 
79
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
80
 containing functions for starting a new process on a new 
 
81
 pseudo-terminal and for manipulating pseudo-terminals.
82
82
 .
83
83
 This package contains development files for the VTE library and its 
84
 
 Python bindings.
 
84
 Python bindings. It is needed to develop and build programs using the 
 
85
 VTE widget with GTK+ 2.0.
85
86
 
86
87
Package: libvte-2.90-9
87
88
Architecture: any
88
89
Depends: ${misc:Depends},
89
90
         ${shlibs:Depends},
90
 
         libvte-common (>= ${source:Version})
 
91
         libvte-common (= ${source:Version})
91
92
Description: Terminal emulator widget for GTK+ 3.0 - runtime files
92
 
 The VTE library inserts terminal capability strings into a trie, and then
93
 
 uses it to determine if data received from a pseudo-terminal is a control
94
 
 sequence or just random data. The sample program "interpret" illustrates
95
 
 more or less what the widget sees after it filters incoming data.
 
93
 The VTE library provides a terminal emulator widget VteTerminal for
 
94
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
95
 containing functions for starting a new process on a new 
 
96
 pseudo-terminal and for manipulating pseudo-terminals.
 
97
 .
 
98
 This package contains the runtime library, needed by programs using the 
 
99
 VTE widget with GTK+ 3.0.
96
100
 
97
101
Package: gir1.2-vte-2.90
98
102
Architecture: any
102
106
 This package contains introspection data for VTE, a terminal emulator
103
107
 widget for GTK+.
104
108
 .
105
 
 It can be used by packages using the GIRepository format to generate
106
 
 dynamic bindings.
 
109
 It can be used by interpreters understanding the GIRepository format to 
 
110
 write programs using the VTE widget for GTK+ 3.0.
107
111
 
108
112
Package: libvte-2.90-dev
109
113
Architecture: any
119
123
         libvte-common
120
124
Recommends: libvte-doc
121
125
Description: Terminal emulator widget for GTK+ 3.0 - development files
122
 
 The VTE library inserts terminal capability strings into a trie, and then
123
 
 uses it to determine if data received from a pseudo-terminal is a control
124
 
 sequence or just random data. The sample program "interpret" illustrates
125
 
 more or less what the widget sees after it filters incoming data.
 
126
 The VTE library provides a terminal emulator widget VteTerminal for
 
127
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
128
 containing functions for starting a new process on a new 
 
129
 pseudo-terminal and for manipulating pseudo-terminals.
126
130
 .
127
131
 This package contains development files for the VTE library and its 
128
 
 Python bindings.
 
132
 Python bindings. It is needed to develop and build programs using the 
 
133
 VTE widget with GTK+ 3.0.
129
134
 
130
135
Package: libvte-common
131
136
Architecture: all
132
137
Depends: ${misc:Depends}
133
138
Replaces: libvte2 (<= 0.5.1-2)
 
139
Breaks: libvte9 (<< 1:0.28)
134
140
Description: Terminal emulator widget for GTK+ - common files
135
 
 The VTE library inserts terminal capability strings into a trie, and then
136
 
 uses it to determine if data received from a pseudo-terminal is a control
137
 
 sequence or just random data. The sample program "interpret" illustrates
138
 
 more or less what the widget sees after it filters incoming data.
 
141
 The VTE library provides a terminal emulator widget VteTerminal for
 
142
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
143
 containing functions for starting a new process on a new 
 
144
 pseudo-terminal and for manipulating pseudo-terminals.
139
145
 .
140
 
 This package contains internationalization files for the VTE library.
 
146
 This package contains internationalization files for the VTE library 
 
147
 and common files for the GTK+ 2.x and 3.x versions.
141
148
 
142
149
Package: python-vte
143
150
Architecture: any
146
153
         ${shlibs:Depends},
147
154
         ${python:Depends},
148
155
         python-gtk2,
149
 
         libvte-common
 
156
         libvte-common (= ${source:Version})
150
157
XB-Python-Version: ${python:Versions}
151
158
Conflicts: python2.3-vte,
152
159
           python2.4-vte
153
160
Replaces: python2.3-vte,
154
161
          python2.4-vte
155
 
Breaks: gdebi (<< 0.6.1)
 
162
Breaks: gdebi (<< 0.6.1),
 
163
        python-apt (<< 0.8.0~exp2)
156
164
Description: Python bindings for the VTE widget set
157
 
 The VTE library inserts terminal capability strings into a trie, and then
158
 
 uses it to determine if data received from a pseudo-terminal is a control
159
 
 sequence or just random data. The sample program "interpret" illustrates
160
 
 more or less what the widget sees after it filters incoming data.
 
165
 The VTE library provides a terminal emulator widget VteTerminal for
 
166
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
167
 containing functions for starting a new process on a new 
 
168
 pseudo-terminal and for manipulating pseudo-terminals.
161
169
 .
162
 
 This package contains the Python bindings for the VTE library.
163
 
 
 
170
 This package contains the Python bindings to the VTE library for GTK+ 
 
171
 2.x.
 
172
 
164
173
Package: libvte-doc
165
174
Architecture: all
166
175
Section: doc
167
176
Depends: ${misc:Depends}
168
177
Description: Terminal emulator widget for GTK+ - documentation
169
 
 The VTE library inserts terminal capability strings into a trie, and then
170
 
 uses it to determine if data received from a pseudo-terminal is a control
171
 
 sequence or just random data. The sample program "interpret" illustrates
172
 
 more or less what the widget sees after it filters incoming data.
 
178
 The VTE library provides a terminal emulator widget VteTerminal for
 
179
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
180
 containing functions for starting a new process on a new 
 
181
 pseudo-terminal and for manipulating pseudo-terminals.
173
182
 .
174
183
 This package contains documentation files for the VTE library.