source: pkg/main/vte/trunk/debian/control @ 1095

Revision 1095, 4.0 KB checked in by alanbach-guest, 6 years ago (diff)

vte 0.16.2 updates

Line 
1Source: vte
2Section: libs
3Priority: optional
4Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
5Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>
6Standards-Version: 3.7.2
7XS-Python-Version: >= 2.3
8Build-Depends: cdbs (>= 0.4.43),
9               debhelper (>= 5.0.37.2),
10               libglib2.0-dev (> 2.9.0),
11               libgtk2.0-dev (>= 2.6.0),
12               gettext,
13               python-gtk2-dev,
14               python-all-dev (>= 2.3.5-11),
15               libncurses5-dev,
16               libxrender-dev,
17               gnome-pkg-tools (>= 0.10),
18               dpkg-dev (>= 1.13.19),
19               gtk-doc-tools,
20               libxt-dev,
21               libfreetype6-dev (>= 2.0.2),
22               python-support (>= 0.3),
23               libpango1.0-dev,
24               libxft-dev
25
26Package: libvte9
27Architecture: any
28Section: libs
29Depends: ${misc:Depends},
30         ${shlibs:Depends},
31         libvte-common
32Description: 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
38Package: libvte-dev
39Architecture: any
40Section: libdevel
41Depends: ${misc:Depends},
42         libvte9 (= ${binary:Version}),
43         libgtk2.0-dev (>= 2.4.0),
44         libncurses5-dev,
45         libxrender-dev,
46         libxft-dev,
47         libfreetype6-dev,
48         libatk1.0-dev,
49         libpango1.0-dev,
50         libglib2.0-dev,
51         libsm-dev,
52         libice-dev,
53         zlib1g-dev,
54         libncurses5-dev | libncurses-dev,
55         libx11-dev,
56         libfontconfig1-dev
57Description: Terminal emulator widget for GTK+ 2.0 - development files
58 The VTE library inserts terminal capability strings into a trie, and then
59 uses it to determine if data received from a pseudo-terminal is a control
60 sequence or just random data. The sample program "interpret" illustrates
61 more or less what the widget sees after it filters incoming data.
62 .
63 This package contains development files for the VTE library.
64
65Package: libvte-common
66Architecture: all
67Section: libs
68Depends: ${misc:Depends}
69Replaces: libvte2 (<= 0.5.1-2)
70Description: Terminal emulator widget for GTK+ 2.0 - common files
71 The VTE library inserts terminal capability strings into a trie, and then
72 uses it to determine if data received from a pseudo-terminal is a control
73 sequence or just random data. The sample program "interpret" illustrates
74 more or less what the widget sees after it filters incoming data.
75 .
76 This package contains internationalization files for the VTE library.
77
78Package: python-vte
79Architecture: any
80Section: python
81Depends: ${misc:Depends},
82         ${shlibs:Depends},
83         ${python:Depends},
84         python-gtk2
85Provides: ${python:Provides}
86XB-Python-Version: ${python:Versions}
87Conflicts: python2.3-vte,
88           python2.4-vte
89Replaces: python2.3-vte,
90          python2.4-vte
91Description: Python bindings for the VTE widget set
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.
96 .
97 This package contains the Python bindings for the VTE library.
98 
99Package: libvte-doc
100Architecture: all
101Section: doc
102Depends: ${misc:Depends}
103Description: Terminal emulator widget for GTK+ 2.0 - development files
104 The VTE library inserts terminal capability strings into a trie, and then
105 uses it to determine if data received from a pseudo-terminal is a control
106 sequence or just random data. The sample program "interpret" illustrates
107 more or less what the widget sees after it filters incoming data.
108 .
109 This package contains documentation files for the VTE library.
Note: See TracBrowser for help on using the repository browser.