/[pkg-gnome]/desktop/unstable/vte/debian/control.in
ViewVC logotype

Contents of /desktop/unstable/vte/debian/control.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 307 - (show annotations) (download)
Wed Mar 17 19:20:45 2004 UTC (9 years, 2 months ago) by joss
Original Path: desktop/trunk/vte/debian/control.in
File size: 2455 byte(s)
Moving packages from the desktop release to desktop/trunk/
1 Source: vte
2 Section: libs
3 Priority: optional
4 Maintainer: Arnaud Patard <arnaud.patard@rtp-net.org>
5 Uploaders: @GNOME_TEAM@, Marc Dequènes <Duck@DuckCorp.org>
6 Standards-Version: 3.6.1
7 Build-Depends: cdbs, debhelper (>= 3.4.4), libgtk2.0-dev (>= 2.2.0), gettext,
8 python-gtk2-dev, python-dev, libncurses5-dev, libxrender-dev, gnome-pkg-tools
9
10 Package: libvte4
11 Architecture: any
12 Section: libs
13 Depends: ${shlibs:Depends}, libvte-common (= ${Source-Version})
14 Description: Terminal emulator widget for GTK+ 2.0 - runtime files
15 The VTE library inserts terminal capability strings into a trie, and then
16 uses it to determine if data received from a pseudo-terminal is a control
17 sequence or just random data. The sample program "interpret" illustrates
18 more or less what the widget sees after it filters incoming data.
19
20 Package: libvte-dev
21 Architecture: any
22 Section: libdevel
23 Depends: libvte4 (= ${Source-Version}), libgtk2.0-dev (>= 2.2.0), libncurses5-dev, libxrender-dev
24 Description: Terminal emulator widget for GTK+ 2.0 - development files
25 The VTE library inserts terminal capability strings into a trie, and then
26 uses it to determine if data received from a pseudo-terminal is a control
27 sequence or just random data. The sample program "interpret" illustrates
28 more or less what the widget sees after it filters incoming data.
29 .
30 This package contains development files for the VTE library.
31
32 Package: libvte-common
33 Architecture: all
34 Section: libs
35 Replaces: libvte2 (<= 0.5.1-2)
36 Description: Terminal emulator widget for GTK+ 2.0 - common files
37 The VTE library inserts terminal capability strings into a trie, and then
38 uses it to determine if data received from a pseudo-terminal is a control
39 sequence or just random data. The sample program "interpret" illustrates
40 more or less what the widget sees after it filters incoming data.
41 .
42 This package contains internationalization files for the VTE library.
43
44 Package: python-vte
45 Architecture: any
46 Section: python
47 Depends: ${shlibs:Depends}, python-gtk2, python (>= 2.3), python (<< 2.4)
48 Description: Python bindings for the VTE widget set
49 The VTE library inserts terminal capability strings into a trie, and then
50 uses it to determine if data received from a pseudo-terminal is a control
51 sequence or just random data. The sample program "interpret" illustrates
52 more or less what the widget sees after it filters incoming data.
53 .
54 This package contains the bindings to use VTE in Python programs.

  ViewVC Help
Powered by ViewVC 1.1.5