/[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/experimental/vte/debian/control revision 17692 by slomo, Mon Nov 24 09:42:10 2008 UTC desktop/unstable/vte/debian/control revision 30784 by biebl, Wed Oct 19 01:56:42 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: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10  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>  Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jordi Mallach <jordi@debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>
11  Standards-Version: 3.8.0  Standards-Version: 3.9.2
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.14.0),                 gnome-pkg-tools (>= 0.10),
16                 libgtk2.0-dev (>= 2.6.0),                 dh-autoreconf,
17                 libgtk-directfb-2.0-dev (>= 2.6.0),                 libglib2.0-dev (>= 2.26.0),
18                   libcairo2-dev,
19                   libx11-dev,
20                   libgtk2.0-dev (>= 2.20.0),
21                   libgtk-3-dev (>= 3.0.0),
22                   gobject-introspection (>= 0.9.12-4~),
23                   libgirepository1.0-dev (>= 0.9.12),
24                   gir1.2-gtk-3.0,
25                 gettext,                 gettext,
26                 python-gtk2-dev,                 python-gtk2-dev,
27                 python-all-dev (>= 2.3.5-11),                 python-all-dev (>= 2.3.5-11),
28                 libncurses5-dev,                 libncurses5-dev,
                libxrender-dev,  
                gnome-pkg-tools (>= 0.10),  
                dpkg-dev (>= 1.13.19),  
29                 gtk-doc-tools,                 gtk-doc-tools,
                libxt-dev,  
                libfreetype6-dev (>= 2.0.2),  
30                 python-support (>= 0.3),                 python-support (>= 0.3),
31                 libpango1.0-dev,                 libpango1.0-dev (>= 1.22.0),
32                 libxft-dev,                 libgladeui-dev,
33                   libgladeui-1-dev,
34                 intltool (>= 0.35)                 intltool (>= 0.35)
35    Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libgtk-3-doc, libatk1.0-doc
36    Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/vte
37    Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/vte
38    
39  Package: libvte9  Package: libvte9
40  Architecture: any  Architecture: any
 Section: libs  
41  Depends: ${misc:Depends},  Depends: ${misc:Depends},
42           ${shlibs:Depends},           ${shlibs:Depends},
43           libvte-common           libvte-common (= ${source:Version})
44  Description: Terminal emulator widget for GTK+ 2.0 - runtime files  Description: Terminal emulator widget for GTK+ 2.0 - runtime files
45   The VTE library inserts terminal capability strings into a trie, and then   The VTE library provides a terminal emulator widget VteTerminal for
46   uses it to determine if data received from a pseudo-terminal is a control   applications using the GTK+ toolkit. It also provides the VtePTY object
47   sequence or just random data. The sample program "interpret" illustrates   containing functions for starting a new process on a new
48   more or less what the widget sees after it filters incoming data.   pseudo-terminal and for manipulating pseudo-terminals.
49     .
50     This package contains the runtime library, needed by programs using the
51     VTE widget with GTK+ 2.0.
52    
53  Package: libvte9-udeb  Package: libvte9-udeb
54  XC-Package-Type: udeb  XC-Package-Type: udeb
# Line 45  Architecture: any Line 58  Architecture: any
58  Depends: ${misc:Depends},  Depends: ${misc:Depends},
59           ${shlibs:Depends}           ${shlibs:Depends}
60  Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime  Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
61   This is a udeb, or a microdeb, for the debian-installer.   The VTE library provides a terminal emulator widget VteTerminal for
62     applications using the GTK+ toolkit. It also provides the VtePTY object
63     containing functions for starting a new process on a new
64     pseudo-terminal and for manipulating pseudo-terminals.
65   .   .
66   The VTE library inserts terminal capability strings into a trie, and then   This package contains the minimal runtime library for GTK+ 2.0 needed
67   uses it to determine if data received from a pseudo-terminal is a control   by the Debian installer.
  sequence or just random data. The sample program "interpret" illustrates  
  more or less what the widget sees after it filters incoming data.  
  .  
  This package contains the minimal runtime library needed by the Debian  
  installer.  
68    
69  Package: libvte-dev  Package: libvte-dev
70  Architecture: any  Architecture: any
71  Section: libdevel  Section: libdevel
72  Depends: ${misc:Depends},  Depends: ${misc:Depends},
73           libvte9 (= ${binary:Version}),           libvte9 (= ${binary:Version}),
74           libgtk2.0-dev (>= 2.6.0),           libcairo2-dev,
          libncurses5-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,  
75           libx11-dev,           libx11-dev,
76           libfontconfig1-dev           libgtk2.0-dev (>= 2.20.0),
77             libpango1.0-dev (>= 1.22.0),
78             libglib2.0-dev (>= 2.26.0),
79             libvte-common
80    Recommends: libvte-doc
81    Provides: python-vte-dev
82  Description: Terminal emulator widget for GTK+ 2.0 - development files  Description: Terminal emulator widget for GTK+ 2.0 - development files
83   The VTE library inserts terminal capability strings into a trie, and then   The VTE library provides a terminal emulator widget VteTerminal for
84   uses it to determine if data received from a pseudo-terminal is a control   applications using the GTK+ toolkit. It also provides the VtePTY object
85   sequence or just random data. The sample program "interpret" illustrates   containing functions for starting a new process on a new
86   more or less what the widget sees after it filters incoming data.   pseudo-terminal and for manipulating pseudo-terminals.
87     .
88     This package contains development files for the VTE library and its
89     Python bindings. It is needed to develop and build programs using the
90     VTE widget with GTK+ 2.0.
91    
92    Package: libvte-2.90-9
93    Architecture: any
94    Depends: ${misc:Depends},
95             ${shlibs:Depends},
96             libvte-common (= ${source:Version})
97    Description: Terminal emulator widget for GTK+ 3.0 - runtime files
98     The VTE library provides a terminal emulator widget VteTerminal for
99     applications using the GTK+ toolkit. It also provides the VtePTY object
100     containing functions for starting a new process on a new
101     pseudo-terminal and for manipulating pseudo-terminals.
102   .   .
103   This package contains development files for the VTE library.   This package contains the runtime library, needed by programs using the
104     VTE widget with GTK+ 3.0.
105    
106    Package: gir1.2-vte-2.90
107    Architecture: any
108    Depends: ${gir:Depends},
109             ${misc:Depends}
110    Description: GObject introspection data for the VTE library
111     This package contains introspection data for VTE, a terminal emulator
112     widget for GTK+.
113     .
114     It can be used by interpreters understanding the GIRepository format to
115     write programs using the VTE widget for GTK+ 3.0.
116    
117    Package: libvte-2.90-dev
118    Architecture: any
119    Section: libdevel
120    Depends: ${misc:Depends},
121             libvte-2.90-9 (= ${binary:Version}),
122             gir1.2-vte-2.90 (= ${binary:Version}),
123             libcairo2-dev,
124             libx11-dev,
125             libgtk-3-dev (>= 3.0.0),
126             libpango1.0-dev (>= 1.22.0),
127             libglib2.0-dev (>= 2.22.0),
128             libvte-common
129    Recommends: libvte-doc
130    Description: Terminal emulator widget for GTK+ 3.0 - development files
131     The VTE library provides a terminal emulator widget VteTerminal for
132     applications using the GTK+ toolkit. It also provides the VtePTY object
133     containing functions for starting a new process on a new
134     pseudo-terminal and for manipulating pseudo-terminals.
135     .
136     This package contains development files for the VTE library and its
137     Python bindings. It is needed to develop and build programs using the
138     VTE widget with GTK+ 3.0.
139    
140  Package: libvte-common  Package: libvte-common
141  Architecture: all  Architecture: all
 Section: libs  
142  Depends: ${misc:Depends}  Depends: ${misc:Depends}
143  Replaces: libvte2 (<= 0.5.1-2)  Replaces: libvte2 (<= 0.5.1-2)
144  Description: Terminal emulator widget for GTK+ 2.0 - common files  Breaks: libvte9 (<< 1:0.28)
145   The VTE library inserts terminal capability strings into a trie, and then  Description: Terminal emulator widget for GTK+ - common files
146   uses it to determine if data received from a pseudo-terminal is a control   The VTE library provides a terminal emulator widget VteTerminal for
147   sequence or just random data. The sample program "interpret" illustrates   applications using the GTK+ toolkit. It also provides the VtePTY object
148   more or less what the widget sees after it filters incoming data.   containing functions for starting a new process on a new
149     pseudo-terminal and for manipulating pseudo-terminals.
150   .   .
151   This package contains internationalization files for the VTE library.   This package contains internationalization files for the VTE library
152     and common files for the GTK+ 2.x and 3.x versions.
153    
154  Package: python-vte  Package: python-vte
155  Architecture: any  Architecture: any
# Line 101  Section: python Line 157  Section: python
157  Depends: ${misc:Depends},  Depends: ${misc:Depends},
158           ${shlibs:Depends},           ${shlibs:Depends},
159           ${python:Depends},           ${python:Depends},
160           python-gtk2           python-gtk2,
161  Provides: ${python:Provides}           libvte-common (= ${source:Version})
162  XB-Python-Version: ${python:Versions}  XB-Python-Version: ${python:Versions}
163  Conflicts: python2.3-vte,  Conflicts: python2.3-vte,
164             python2.4-vte             python2.4-vte
165  Replaces: python2.3-vte,  Replaces: python2.3-vte,
166            python2.4-vte            python2.4-vte
167    Breaks: gdebi (<< 0.6.1),
168            python-apt (<< 0.8.0~exp2)
169  Description: Python bindings for the VTE widget set  Description: Python bindings for the VTE widget set
170   The VTE library inserts terminal capability strings into a trie, and then   The VTE library provides a terminal emulator widget VteTerminal for
171   uses it to determine if data received from a pseudo-terminal is a control   applications using the GTK+ toolkit. It also provides the VtePTY object
172   sequence or just random data. The sample program "interpret" illustrates   containing functions for starting a new process on a new
173   more or less what the widget sees after it filters incoming data.   pseudo-terminal and for manipulating pseudo-terminals.
174   .   .
175   This package contains the Python bindings for the VTE library.   This package contains the Python bindings to the VTE library for GTK+
176     2.x.
177    
178  Package: libvte-doc  Package: libvte-doc
179  Architecture: all  Architecture: all
180  Section: doc  Section: doc
181  Depends: ${misc:Depends}  Depends: ${misc:Depends}
182  Description: Terminal emulator widget for GTK+ 2.0 - documentation  Description: Terminal emulator widget for GTK+ - documentation
183   The VTE library inserts terminal capability strings into a trie, and then   The VTE library provides a terminal emulator widget VteTerminal for
184   uses it to determine if data received from a pseudo-terminal is a control   applications using the GTK+ toolkit. It also provides the VtePTY object
185   sequence or just random data. The sample program "interpret" illustrates   containing functions for starting a new process on a new
186   more or less what the widget sees after it filters incoming data.   pseudo-terminal and for manipulating pseudo-terminals.
187   .   .
188   This package contains documentation files for the VTE library.   This package contains documentation files for the VTE library.

Legend:
Removed from v.17692  
changed lines
  Added in v.30784

  ViewVC Help
Powered by ViewVC 1.1.5