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

« back to all changes in this revision

Viewing changes to debian/control

  • 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:
8
8
Priority: optional
9
9
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
10
10
XSBC-Original-Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
11
 
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Jordi Mallach <jordi@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
 
11
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Jordi Mallach <jordi@debian.org>, Josselin Mouette <joss@debian.org>
12
12
Standards-Version: 3.8.4
13
13
XS-Python-Version: >= 2.3
14
14
Build-Depends: cdbs (>= 0.4.90),
40
40
Architecture: any
41
41
Depends: ${misc:Depends},
42
42
         ${shlibs:Depends},
43
 
         libvte-common (>= ${source:Version})
 
43
         libvte-common (= ${source:Version})
44
44
Description: Terminal emulator widget for GTK+ 2.0 - runtime files
45
 
 The VTE library inserts terminal capability strings into a trie, and then
46
 
 uses it to determine if data received from a pseudo-terminal is a control
47
 
 sequence or just random data. The sample program "interpret" illustrates
48
 
 more or less what the widget sees after it filters incoming data.
 
45
 The VTE library provides a terminal emulator widget VteTerminal for
 
46
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
47
 containing functions for starting a new process on a new 
 
48
 pseudo-terminal and for manipulating pseudo-terminals.
 
49
 .
 
50
 This package contains the runtime library, needed by programs using the 
 
51
 VTE widget with GTK+ 2.0.
49
52
 
50
53
Package: libvte9-udeb
51
54
XC-Package-Type: udeb
55
58
Depends: ${misc:Depends},
56
59
         ${shlibs:Depends}
57
60
Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
58
 
 This is a udeb, or a microdeb, for the debian-installer.
59
 
 .
60
 
 The VTE library inserts terminal capability strings into a trie, and then
61
 
 uses it to determine if data received from a pseudo-terminal is a control
62
 
 sequence or just random data. The sample program "interpret" illustrates
63
 
 more or less what the widget sees after it filters incoming data.
64
 
 .
65
 
 This package contains the minimal runtime library needed by the Debian
66
 
 installer.
 
61
 The VTE library provides a terminal emulator widget VteTerminal for
 
62
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
63
 containing functions for starting a new process on a new 
 
64
 pseudo-terminal and for manipulating pseudo-terminals.
 
65
 .
 
66
 This package contains the minimal runtime library for GTK+ 2.0 needed 
 
67
 by the Debian installer.
67
68
 
68
69
Package: libvte-dev
69
70
Architecture: any
70
71
Section: libdevel
71
72
Depends: ${misc:Depends},
72
73
         libvte9 (= ${binary:Version}),
73
 
         python-vte (= ${binary:Version}),
74
74
         libcairo2-dev,
75
75
         libx11-dev,
76
76
         libgtk2.0-dev (>= 2.20.0),
80
80
Recommends: libvte-doc
81
81
Provides: python-vte-dev
82
82
Description: Terminal emulator widget for GTK+ 2.0 - development files
83
 
 The VTE library inserts terminal capability strings into a trie, and then
84
 
 uses it to determine if data received from a pseudo-terminal is a control
85
 
 sequence or just random data. The sample program "interpret" illustrates
86
 
 more or less what the widget sees after it filters incoming data.
 
83
 The VTE library provides a terminal emulator widget VteTerminal for
 
84
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
85
 containing functions for starting a new process on a new 
 
86
 pseudo-terminal and for manipulating pseudo-terminals.
87
87
 .
88
88
 This package contains development files for the VTE library and its 
89
 
 Python bindings.
 
89
 Python bindings. It is needed to develop and build programs using the 
 
90
 VTE widget with GTK+ 2.0.
90
91
 
91
92
Package: libvte-2.90-9
92
93
Architecture: any
93
94
Depends: ${misc:Depends},
94
95
         ${shlibs:Depends},
95
 
         libvte-common (>= ${source:Version})
 
96
         libvte-common (= ${source:Version})
96
97
Description: Terminal emulator widget for GTK+ 3.0 - runtime files
97
 
 The VTE library inserts terminal capability strings into a trie, and then
98
 
 uses it to determine if data received from a pseudo-terminal is a control
99
 
 sequence or just random data. The sample program "interpret" illustrates
100
 
 more or less what the widget sees after it filters incoming data.
 
98
 The VTE library provides a terminal emulator widget VteTerminal for
 
99
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
100
 containing functions for starting a new process on a new 
 
101
 pseudo-terminal and for manipulating pseudo-terminals.
 
102
 .
 
103
 This package contains the runtime library, needed by programs using the 
 
104
 VTE widget with GTK+ 3.0.
101
105
 
102
106
Package: gir1.2-vte-2.90
103
107
Architecture: any
107
111
 This package contains introspection data for VTE, a terminal emulator
108
112
 widget for GTK+.
109
113
 .
110
 
 It can be used by packages using the GIRepository format to generate
111
 
 dynamic bindings.
 
114
 It can be used by interpreters understanding the GIRepository format to 
 
115
 write programs using the VTE widget for GTK+ 3.0.
112
116
 
113
117
Package: libvte-2.90-dev
114
118
Architecture: any
124
128
         libvte-common
125
129
Recommends: libvte-doc
126
130
Description: Terminal emulator widget for GTK+ 3.0 - development files
127
 
 The VTE library inserts terminal capability strings into a trie, and then
128
 
 uses it to determine if data received from a pseudo-terminal is a control
129
 
 sequence or just random data. The sample program "interpret" illustrates
130
 
 more or less what the widget sees after it filters incoming data.
 
131
 The VTE library provides a terminal emulator widget VteTerminal for
 
132
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
133
 containing functions for starting a new process on a new 
 
134
 pseudo-terminal and for manipulating pseudo-terminals.
131
135
 .
132
136
 This package contains development files for the VTE library and its 
133
 
 Python bindings.
 
137
 Python bindings. It is needed to develop and build programs using the 
 
138
 VTE widget with GTK+ 3.0.
134
139
 
135
140
Package: libvte-common
136
141
Architecture: all
137
142
Depends: ${misc:Depends}
138
143
Replaces: libvte2 (<= 0.5.1-2)
 
144
Breaks: libvte9 (<< 1:0.28)
139
145
Description: Terminal emulator widget for GTK+ - common files
140
 
 The VTE library inserts terminal capability strings into a trie, and then
141
 
 uses it to determine if data received from a pseudo-terminal is a control
142
 
 sequence or just random data. The sample program "interpret" illustrates
143
 
 more or less what the widget sees after it filters incoming data.
 
146
 The VTE library provides a terminal emulator widget VteTerminal for
 
147
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
148
 containing functions for starting a new process on a new 
 
149
 pseudo-terminal and for manipulating pseudo-terminals.
144
150
 .
145
 
 This package contains internationalization files for the VTE library.
 
151
 This package contains internationalization files for the VTE library 
 
152
 and common files for the GTK+ 2.x and 3.x versions.
146
153
 
147
154
Package: python-vte
148
155
Architecture: any
151
158
         ${shlibs:Depends},
152
159
         ${python:Depends},
153
160
         python-gtk2,
154
 
         libvte-common
 
161
         libvte-common (= ${source:Version})
155
162
XB-Python-Version: ${python:Versions}
156
163
Conflicts: python2.3-vte,
157
164
           python2.4-vte
158
165
Replaces: python2.3-vte,
159
166
          python2.4-vte
160
 
Breaks: gdebi (<< 0.6.1)
 
167
Breaks: gdebi (<< 0.6.1),
 
168
        python-apt (<< 0.8.0~exp2)
161
169
Description: Python bindings for the VTE widget set
162
 
 The VTE library inserts terminal capability strings into a trie, and then
163
 
 uses it to determine if data received from a pseudo-terminal is a control
164
 
 sequence or just random data. The sample program "interpret" illustrates
165
 
 more or less what the widget sees after it filters incoming data.
 
170
 The VTE library provides a terminal emulator widget VteTerminal for
 
171
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
172
 containing functions for starting a new process on a new 
 
173
 pseudo-terminal and for manipulating pseudo-terminals.
166
174
 .
167
 
 This package contains the Python bindings for the VTE library.
168
 
 
 
175
 This package contains the Python bindings to the VTE library for GTK+ 
 
176
 2.x.
 
177
 
169
178
Package: libvte-doc
170
179
Architecture: all
171
180
Section: doc
172
181
Depends: ${misc:Depends}
173
182
Description: Terminal emulator widget for GTK+ - documentation
174
 
 The VTE library inserts terminal capability strings into a trie, and then
175
 
 uses it to determine if data received from a pseudo-terminal is a control
176
 
 sequence or just random data. The sample program "interpret" illustrates
177
 
 more or less what the widget sees after it filters incoming data.
 
183
 The VTE library provides a terminal emulator widget VteTerminal for
 
184
 applications using the GTK+ toolkit. It also provides the VtePTY object 
 
185
 containing functions for starting a new process on a new 
 
186
 pseudo-terminal and for manipulating pseudo-terminals.
178
187
 .
179
188
 This package contains documentation files for the VTE library.