/[pkg-gnome]/desktop/experimental/vte/debian/control
ViewVC logotype

Contents of /desktop/experimental/vte/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21896 - (show annotations) (download)
Sat Oct 10 11:53:52 2009 UTC (3 years, 7 months ago) by dktrkranz
Original Path: desktop/unstable/vte/debian/control
File size: 4741 byte(s)
Fix Python environment passing
1 Source: vte
2 Section: libs
3 Priority: optional
4 Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Luca Falavigna <dktrkranz@debian.org>, Sebastian Dröge <slomo@debian.org>
6 Standards-Version: 3.8.3
7 XS-Python-Version: >= 2.3
8 Build-Depends: cdbs (>= 0.4.43),
9 debhelper (>= 5.0.37.2),
10 quilt,
11 libglib2.0-dev (>= 2.18.0),
12 libgtk2.0-dev (>= 2.14.0),
13 libgtk-directfb-2.0-dev (>= 2.6.0),
14 gettext,
15 python-gtk2-dev,
16 python-all-dev (>= 2.3.5-11),
17 libncurses5-dev,
18 gnome-pkg-tools (>= 0.10),
19 dpkg-dev (>= 1.13.19),
20 gtk-doc-tools,
21 python-support (>= 0.3),
22 libpango1.0-dev (>= 1.22.0),
23 libgladeui-1-dev,
24 intltool (>= 0.35)
25 Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libatk1.0-doc
26
27 Package: libvte9
28 Architecture: any
29 Section: libs
30 Depends: ${misc:Depends},
31 ${shlibs:Depends},
32 libvte-common
33 Description: Terminal emulator widget for GTK+ 2.0 - runtime files
34 The VTE library inserts terminal capability strings into a trie, and then
35 uses it to determine if data received from a pseudo-terminal is a control
36 sequence or just random data. The sample program "interpret" illustrates
37 more or less what the widget sees after it filters incoming data.
38
39 Package: libvte9-udeb
40 XC-Package-Type: udeb
41 Section: debian-installer
42 Priority: extra
43 Architecture: any
44 Depends: ${misc:Depends},
45 ${shlibs:Depends}
46 Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
47 This is a udeb, or a microdeb, for the debian-installer.
48 .
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 minimal runtime library needed by the Debian
55 installer.
56
57 Package: libvte-dev
58 Architecture: any
59 Section: libdevel
60 Depends: ${misc:Depends},
61 libvte9 (= ${binary:Version}),
62 python-vte (= ${binary:Version}),
63 libgtk2.0-dev (>= 2.14.0),
64 libpango1.0-dev (>= 1.22.0),
65 libglib2.0-dev (>= 2.18.0)
66 Provides: python-vte-dev
67 Description: Terminal emulator widget for GTK+ 2.0 - development files
68 The VTE library inserts terminal capability strings into a trie, and then
69 uses it to determine if data received from a pseudo-terminal is a control
70 sequence or just random data. The sample program "interpret" illustrates
71 more or less what the widget sees after it filters incoming data.
72 .
73 This package contains development files for the VTE library and its
74 Python bindings.
75
76 Package: libvte-common
77 Architecture: all
78 Section: libs
79 Depends: ${misc:Depends}
80 Replaces: libvte2 (<= 0.5.1-2)
81 Description: Terminal emulator widget for GTK+ 2.0 - common files
82 The VTE library inserts terminal capability strings into a trie, and then
83 uses it to determine if data received from a pseudo-terminal is a control
84 sequence or just random data. The sample program "interpret" illustrates
85 more or less what the widget sees after it filters incoming data.
86 .
87 This package contains internationalization files for the VTE library.
88
89 Package: python-vte
90 Architecture: any
91 Section: python
92 Depends: ${misc:Depends},
93 ${shlibs:Depends},
94 ${python:Depends},
95 python-gtk2
96 XB-Python-Version: ${python:Versions}
97 Conflicts: python2.3-vte,
98 python2.4-vte
99 Replaces: python2.3-vte,
100 python2.4-vte
101 Description: Python bindings for the VTE widget set
102 The VTE library inserts terminal capability strings into a trie, and then
103 uses it to determine if data received from a pseudo-terminal is a control
104 sequence or just random data. The sample program "interpret" illustrates
105 more or less what the widget sees after it filters incoming data.
106 .
107 This package contains the Python bindings for the VTE library.
108
109 Package: libvte-doc
110 Architecture: all
111 Section: doc
112 Depends: ${misc:Depends}
113 Description: Terminal emulator widget for GTK+ 2.0 - documentation
114 The VTE library inserts terminal capability strings into a trie, and then
115 uses it to determine if data received from a pseudo-terminal is a control
116 sequence or just random data. The sample program "interpret" illustrates
117 more or less what the widget sees after it filters incoming data.
118 .
119 This package contains documentation files for the VTE library.

  ViewVC Help
Powered by ViewVC 1.1.5