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

Diff of /desktop/unstable/vte3/debian/control

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

desktop/unstable/vte/debian/control revision 10316 by lool, Tue Apr 24 12:50:51 2007 UTC desktop/experimental/vte/debian/control revision 26503 by pochu, Tue Feb 8 23:57:24 2011 UTC
# Line 1  Line 1 
1    # 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  Source: vte  Source: vte
7  Section: libs  Section: libs
8  Priority: optional  Priority: optional
9  Maintainer: Guilherme de S. Pastore <gpastore@debian.org>  Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
10  Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>  Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
11  Standards-Version: 3.7.2  Standards-Version: 3.8.4
12  XS-Python-Version: >= 2.3  XS-Python-Version: >= 2.3
13  Build-Depends: cdbs (>= 0.4.43),  Build-Depends: cdbs (>= 0.4.90),
14                 debhelper (>= 5.0.37.2),                 debhelper (>= 8),
15                 libglib2.0-dev (> 2.9.0),                 gnome-pkg-tools (>= 0.10),
16                 libgtk2.0-dev (>= 2.6.0),                 libglib2.0-dev (>= 2.26.0),
17                   libcairo2-dev,
18                   libx11-dev,
19                   libgtk2.0-dev (>= 2.20.0),
20                   libgtk3.0-dev (>= 2.99.3),
21                   gobject-introspection (>= 0.9.12-4~),
22                   libgirepository1.0-dev (>= 0.9.12),
23                   gir1.2-gtk-3.0,
24                 gettext,                 gettext,
25                 python-gtk2-dev,                 python-gtk2-dev,
26                 python-all-dev (>= 2.3.5-11),                 python-all-dev (>= 2.3.5-11),
27                 libncurses5-dev,                 libncurses5-dev,
                libxrender-dev,  
                gnome-pkg-tools (>= 0.10),  
                dpkg-dev (>= 1.13.19),  
28                 gtk-doc-tools,                 gtk-doc-tools,
                libxt-dev,  
                libfreetype6-dev (>= 2.0.2),  
29                 python-support (>= 0.3),                 python-support (>= 0.3),
30                 libpango1.0-dev,                 libpango1.0-dev (>= 1.22.0),
31                 libxft-dev                 libgladeui-1-dev,
32                   intltool (>= 0.35)
33    Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libgtk3.0-doc, libatk1.0-doc
34    
35  Package: libvte9  Package: libvte9
36  Architecture: any  Architecture: any
# Line 35  Description: Terminal emulator widget fo Line 44  Description: Terminal emulator widget fo
44   sequence or just random data. The sample program "interpret" illustrates   sequence or just random data. The sample program "interpret" illustrates
45   more or less what the widget sees after it filters incoming data.   more or less what the widget sees after it filters incoming data.
46    
47    Package: libvte9-udeb
48    XC-Package-Type: udeb
49    Section: debian-installer
50    Priority: extra
51    Architecture: any
52    Depends: ${misc:Depends},
53             ${shlibs:Depends}
54    Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
55     This is a udeb, or a microdeb, for the debian-installer.
56     .
57     The VTE library inserts terminal capability strings into a trie, and then
58     uses it to determine if data received from a pseudo-terminal is a control
59     sequence or just random data. The sample program "interpret" illustrates
60     more or less what the widget sees after it filters incoming data.
61     .
62     This package contains the minimal runtime library needed by the Debian
63     installer.
64    
65  Package: libvte-dev  Package: libvte-dev
66  Architecture: any  Architecture: any
67  Section: libdevel  Section: libdevel
68  Depends: ${misc:Depends},  Depends: ${misc:Depends},
69           libvte9 (= ${binary:Version}),           libvte9 (= ${binary:Version}),
70           libgtk2.0-dev (>= 2.4.0),           python-vte (= ${binary:Version}),
71           libncurses5-dev,           libcairo2-dev,
          libxrender-dev,  
          libxft-dev,  
          libfreetype6-dev,  
          libatk1.0-dev,  
          libpango1.0-dev,  
          libglib2.0-dev,  
          libsm-dev,  
          libice-dev,  
          zlib1g-dev,  
          libncurses5-dev | libncurses-dev,  
72           libx11-dev,           libx11-dev,
73           libfontconfig1-dev           libgtk2.0-dev (>= 2.20.0),
74             libpango1.0-dev (>= 1.22.0),
75             libglib2.0-dev (>= 2.26.0),
76             libvte-common
77    Provides: python-vte-dev
78  Description: Terminal emulator widget for GTK+ 2.0 - development files  Description: Terminal emulator widget for GTK+ 2.0 - development files
79   The VTE library inserts terminal capability strings into a trie, and then   The VTE library inserts terminal capability strings into a trie, and then
80   uses it to determine if data received from a pseudo-terminal is a control   uses it to determine if data received from a pseudo-terminal is a control
81   sequence or just random data. The sample program "interpret" illustrates   sequence or just random data. The sample program "interpret" illustrates
82   more or less what the widget sees after it filters incoming data.   more or less what the widget sees after it filters incoming data.
83   .   .
84   This package contains development files for the VTE library.   This package contains development files for the VTE library and its
85     Python bindings.
86    
87    Package: libvte-2.90-9
88    Architecture: any
89    Section: libs
90    Depends: ${misc:Depends},
91             ${shlibs:Depends},
92             libvte-common
93    Description: Terminal emulator widget for GTK+ 3.0 - runtime files
94     The VTE library inserts terminal capability strings into a trie, and then
95     uses it to determine if data received from a pseudo-terminal is a control
96     sequence or just random data. The sample program "interpret" illustrates
97     more or less what the widget sees after it filters incoming data.
98    
99    Package: gir1.2-vte-2.90
100    Section: libs
101    Architecture: any
102    Depends: ${gir:Depends},
103             ${misc:Depends},
104             libvte-common
105    Description: GObject introspection data for the VTE library
106     This package contains introspection data for VTE, a terminal emulator
107     widget for GTK+.
108     .
109     It can be used by packages using the GIRepository format to generate
110     dynamic bindings.
111    
112    Package: libvte-2.90-dev
113    Architecture: any
114    Section: libdevel
115    Depends: ${misc:Depends},
116             libvte-2.90-9 (= ${binary:Version}),
117             libcairo2-dev,
118             libx11-dev,
119             libgtk3.0-dev (>= 2.99.3),
120             libpango1.0-dev (>= 1.22.0),
121             libglib2.0-dev (>= 2.22.0),
122             libvte-common
123    Description: Terminal emulator widget for GTK+ 3.0 - development files
124     The VTE library inserts terminal capability strings into a trie, and then
125     uses it to determine if data received from a pseudo-terminal is a control
126     sequence or just random data. The sample program "interpret" illustrates
127     more or less what the widget sees after it filters incoming data.
128     .
129     This package contains development files for the VTE library and its
130     Python bindings.
131    
132  Package: libvte-common  Package: libvte-common
133  Architecture: all  Architecture: all
134  Section: libs  Section: libs
135  Depends: ${misc:Depends}  Depends: ${misc:Depends}
136  Replaces: libvte2 (<= 0.5.1-2)  Replaces: libvte2 (<= 0.5.1-2)
137  Description: Terminal emulator widget for GTK+ 2.0 - common files  Description: Terminal emulator widget for GTK+ - common files
138   The VTE library inserts terminal capability strings into a trie, and then   The VTE library inserts terminal capability strings into a trie, and then
139   uses it to determine if data received from a pseudo-terminal is a control   uses it to determine if data received from a pseudo-terminal is a control
140   sequence or just random data. The sample program "interpret" illustrates   sequence or just random data. The sample program "interpret" illustrates
# Line 81  Section: python Line 148  Section: python
148  Depends: ${misc:Depends},  Depends: ${misc:Depends},
149           ${shlibs:Depends},           ${shlibs:Depends},
150           ${python:Depends},           ${python:Depends},
151           python-gtk2           python-gtk2,
152  Provides: ${python:Provides}           libvte-common
153  XB-Python-Version: ${python:Versions}  XB-Python-Version: ${python:Versions}
154  Conflicts: python2.3-vte,  Conflicts: python2.3-vte,
155             python2.4-vte             python2.4-vte
156  Replaces: python2.3-vte,  Replaces: python2.3-vte,
157            python2.4-vte            python2.4-vte
158    Breaks: gdebi (<< 0.6.1)
159  Description: Python bindings for the VTE widget set  Description: Python bindings for the VTE widget set
160   The VTE library inserts terminal capability strings into a trie, and then   The VTE library inserts terminal capability strings into a trie, and then
161   uses it to determine if data received from a pseudo-terminal is a control   uses it to determine if data received from a pseudo-terminal is a control
# Line 100  Package: libvte-doc Line 168  Package: libvte-doc
168  Architecture: all  Architecture: all
169  Section: doc  Section: doc
170  Depends: ${misc:Depends}  Depends: ${misc:Depends}
171  Description: Terminal emulator widget for GTK+ 2.0 - development files  Description: Terminal emulator widget for GTK+ - documentation
172   The VTE library inserts terminal capability strings into a trie, and then   The VTE library inserts terminal capability strings into a trie, and then
173   uses it to determine if data received from a pseudo-terminal is a control   uses it to determine if data received from a pseudo-terminal is a control
174   sequence or just random data. The sample program "interpret" illustrates   sequence or just random data. The sample program "interpret" illustrates

Legend:
Removed from v.10316  
changed lines
  Added in v.26503

  ViewVC Help
Powered by ViewVC 1.1.5