/[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 23303 - (hide annotations) (download)
Tue Mar 16 19:09:27 2010 UTC (3 years, 2 months ago) by pochu
File size: 4826 byte(s)
* debian/rules:
  - Remove hack that was needed to build the udeb against the DirectFB
    GTK+ library, since the default one was the X11. We build against
    the X11 one now.
1 slomo 22778 # This file is autogenerated. DO NOT EDIT!
2     #
3     # Modifications should be made to debian/control.in instead.
4     # This file is regenerated automatically in the clean target.
5    
6 rtp-guest 303 Source: vte
7     Section: libs
8     Priority: optional
9 joss 5872 Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
10 pochu 23303 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Luca Falavigna <dktrkranz@debian.org>, Sebastian Dröge <slomo@debian.org>
11 slomo 21415 Standards-Version: 3.8.3
12 lool 9672 XS-Python-Version: >= 2.3
13 lool 10316 Build-Depends: cdbs (>= 0.4.43),
14     debhelper (>= 5.0.37.2),
15 joss 19690 quilt,
16 slomo 22778 libglib2.0-dev (>= 2.22.0),
17 pochu 23303 libgtk2.0-dev (>= 2.19.7-2),
18 lool 10316 gettext,
19     python-gtk2-dev,
20     python-all-dev (>= 2.3.5-11),
21     libncurses5-dev,
22     gnome-pkg-tools (>= 0.10),
23     dpkg-dev (>= 1.13.19),
24     gtk-doc-tools,
25     python-support (>= 0.3),
26 joss 19688 libpango1.0-dev (>= 1.22.0),
27     libgladeui-1-dev,
28 slomo 17692 intltool (>= 0.35)
29 joss 19954 Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libatk1.0-doc
30 rtp-guest 303
31 slomo 20311 Package: libvte9
32 rtp-guest 303 Architecture: any
33     Section: libs
34 lool 10316 Depends: ${misc:Depends},
35     ${shlibs:Depends},
36     libvte-common
37 rtp-guest 303 Description: Terminal emulator widget for GTK+ 2.0 - runtime files
38     The VTE library inserts terminal capability strings into a trie, and then
39     uses it to determine if data received from a pseudo-terminal is a control
40     sequence or just random data. The sample program "interpret" illustrates
41     more or less what the widget sees after it filters incoming data.
42    
43 slomo 20311 Package: libvte9-udeb
44 lool 16724 XC-Package-Type: udeb
45     Section: debian-installer
46     Priority: extra
47     Architecture: any
48     Depends: ${misc:Depends},
49     ${shlibs:Depends}
50     Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
51     This is a udeb, or a microdeb, for the debian-installer.
52     .
53     The VTE library inserts terminal capability strings into a trie, and then
54     uses it to determine if data received from a pseudo-terminal is a control
55     sequence or just random data. The sample program "interpret" illustrates
56     more or less what the widget sees after it filters incoming data.
57     .
58     This package contains the minimal runtime library needed by the Debian
59     installer.
60 lool 11585
61 rtp-guest 303 Package: libvte-dev
62     Architecture: any
63     Section: libdevel
64 lool 10316 Depends: ${misc:Depends},
65 slomo 20311 libvte9 (= ${binary:Version}),
66 joss 19689 python-vte (= ${binary:Version}),
67 joss 19688 libgtk2.0-dev (>= 2.14.0),
68     libpango1.0-dev (>= 1.22.0),
69 slomo 22778 libglib2.0-dev (>= 2.22.0)
70 joss 19689 Provides: python-vte-dev
71 rtp-guest 303 Description: Terminal emulator widget for GTK+ 2.0 - development files
72     The VTE library inserts terminal capability strings into a trie, and then
73     uses it to determine if data received from a pseudo-terminal is a control
74     sequence or just random data. The sample program "interpret" illustrates
75     more or less what the widget sees after it filters incoming data.
76     .
77 joss 19689 This package contains development files for the VTE library and its
78     Python bindings.
79 rtp-guest 303
80     Package: libvte-common
81     Architecture: all
82     Section: libs
83 lool 6922 Depends: ${misc:Depends}
84 rtp-guest 303 Replaces: libvte2 (<= 0.5.1-2)
85     Description: Terminal emulator widget for GTK+ 2.0 - common files
86     The VTE library inserts terminal capability strings into a trie, and then
87     uses it to determine if data received from a pseudo-terminal is a control
88     sequence or just random data. The sample program "interpret" illustrates
89     more or less what the widget sees after it filters incoming data.
90     .
91     This package contains internationalization files for the VTE library.
92    
93     Package: python-vte
94     Architecture: any
95     Section: python
96 lool 10316 Depends: ${misc:Depends},
97     ${shlibs:Depends},
98     ${python:Depends},
99     python-gtk2
100 lool 9672 XB-Python-Version: ${python:Versions}
101 lool 10316 Conflicts: python2.3-vte,
102     python2.4-vte
103     Replaces: python2.3-vte,
104     python2.4-vte
105 stratus 6664 Description: Python bindings for the VTE widget set
106 rtp-guest 303 The VTE library inserts terminal capability strings into a trie, and then
107     uses it to determine if data received from a pseudo-terminal is a control
108     sequence or just random data. The sample program "interpret" illustrates
109     more or less what the widget sees after it filters incoming data.
110     .
111 stratus 6664 This package contains the Python bindings for the VTE library.
112    
113 rtp-guest 3029 Package: libvte-doc
114     Architecture: all
115     Section: doc
116 lool 6922 Depends: ${misc:Depends}
117 pochu-guest 14422 Description: Terminal emulator widget for GTK+ 2.0 - documentation
118 rtp-guest 3029 The VTE library inserts terminal capability strings into a trie, and then
119     uses it to determine if data received from a pseudo-terminal is a control
120     sequence or just random data. The sample program "interpret" illustrates
121     more or less what the widget sees after it filters incoming data.
122     .
123     This package contains documentation files for the VTE library.

  ViewVC Help
Powered by ViewVC 1.1.5