/[pkg-gnome]/desktop/unstable/vte3/debian/control
ViewVC logotype

Contents of /desktop/unstable/vte3/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19690 - (show annotations) (download)
Wed Apr 22 22:47:14 2009 UTC (4 years, 1 month ago) by joss
Original Path: desktop/unstable/vte/debian/control
File size: 4622 byte(s)
* Switch to quilt to manage patches.
* 90_autoreconf.patch: updated for the new version.
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>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>
6 Standards-Version: 3.8.1
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
26 Package: libvte9
27 Architecture: any
28 Section: libs
29 Depends: ${misc:Depends},
30 ${shlibs:Depends},
31 libvte-common
32 Description: Terminal emulator widget for GTK+ 2.0 - runtime files
33 The VTE library inserts terminal capability strings into a trie, and then
34 uses it to determine if data received from a pseudo-terminal is a control
35 sequence or just random data. The sample program "interpret" illustrates
36 more or less what the widget sees after it filters incoming data.
37
38 Package: libvte9-udeb
39 XC-Package-Type: udeb
40 Section: debian-installer
41 Priority: extra
42 Architecture: any
43 Depends: ${misc:Depends},
44 ${shlibs:Depends}
45 Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
46 This is a udeb, or a microdeb, for the debian-installer.
47 .
48 The VTE library inserts terminal capability strings into a trie, and then
49 uses it to determine if data received from a pseudo-terminal is a control
50 sequence or just random data. The sample program "interpret" illustrates
51 more or less what the widget sees after it filters incoming data.
52 .
53 This package contains the minimal runtime library needed by the Debian
54 installer.
55
56 Package: libvte-dev
57 Architecture: any
58 Section: libdevel
59 Depends: ${misc:Depends},
60 libvte9 (= ${binary:Version}),
61 python-vte (= ${binary:Version}),
62 libgtk2.0-dev (>= 2.14.0),
63 libpango1.0-dev (>= 1.22.0),
64 libglib2.0-dev (>= 2.18.0)
65 Provides: python-vte-dev
66 Description: Terminal emulator widget for GTK+ 2.0 - development files
67 The VTE library inserts terminal capability strings into a trie, and then
68 uses it to determine if data received from a pseudo-terminal is a control
69 sequence or just random data. The sample program "interpret" illustrates
70 more or less what the widget sees after it filters incoming data.
71 .
72 This package contains development files for the VTE library and its
73 Python bindings.
74
75 Package: libvte-common
76 Architecture: all
77 Section: libs
78 Depends: ${misc:Depends}
79 Replaces: libvte2 (<= 0.5.1-2)
80 Description: Terminal emulator widget for GTK+ 2.0 - common files
81 The VTE library inserts terminal capability strings into a trie, and then
82 uses it to determine if data received from a pseudo-terminal is a control
83 sequence or just random data. The sample program "interpret" illustrates
84 more or less what the widget sees after it filters incoming data.
85 .
86 This package contains internationalization files for the VTE library.
87
88 Package: python-vte
89 Architecture: any
90 Section: python
91 Depends: ${misc:Depends},
92 ${shlibs:Depends},
93 ${python:Depends},
94 python-gtk2
95 XB-Python-Version: ${python:Versions}
96 Conflicts: python2.3-vte,
97 python2.4-vte
98 Replaces: python2.3-vte,
99 python2.4-vte
100 Description: Python bindings for the VTE widget set
101 The VTE library inserts terminal capability strings into a trie, and then
102 uses it to determine if data received from a pseudo-terminal is a control
103 sequence or just random data. The sample program "interpret" illustrates
104 more or less what the widget sees after it filters incoming data.
105 .
106 This package contains the Python bindings for the VTE library.
107
108 Package: libvte-doc
109 Architecture: all
110 Section: doc
111 Depends: ${misc:Depends}
112 Description: Terminal emulator widget for GTK+ 2.0 - documentation
113 The VTE library inserts terminal capability strings into a trie, and then
114 uses it to determine if data received from a pseudo-terminal is a control
115 sequence or just random data. The sample program "interpret" illustrates
116 more or less what the widget sees after it filters incoming data.
117 .
118 This package contains documentation files for the VTE library.

  ViewVC Help
Powered by ViewVC 1.1.5