/[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

revision 3981 by lool-guest, Sun Sep 11 13:51:40 2005 UTC revision 30783 by biebl, Wed Oct 19 01:53:03 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: Arnaud Patard <arnaud.patard@rtp-net.org>  Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10  Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Akira TAGOH <tagoh@debian.org>, Andreas Rottmann <rotty@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Carlos Perelló Marín <carlos@pemas.net>, Clément Stenac <zorglub@debian.org>, Ed Boraas <ed@debian.org>, Edd Dumbill <ejad@debian.org>, Emil Soleyman-Zomalan <emil@nishra.com>, Guilherme de S. Pastore <guilherme.pastore@terra.com.br>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Joe Drew <drew@debian.org>, Johannes Rohr <jr.debian@rohr.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Ondřej Surý <ondrej@debian.org>, Rob Bradford <rob@debianplanet.org>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@debian.org>, Sebastien Bacher <seb128@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Takuo KITAME <kitame@debian.org>, Marc Dequènes <Duck@DuckCorp.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.6.2  Standards-Version: 3.8.4
12  Build-Depends: cdbs, debhelper (>= 3.4.4), libgtk2.0-dev (>= 2.4.1-3), gettext, python-gtk2-dev, python-dev, libncurses5-dev, libxrender-dev, gnome-pkg-tools, gtk-doc-tools, libxt-dev  XS-Python-Version: >= 2.3
13    Build-Depends: cdbs (>= 0.4.90),
14                   debhelper (>= 8),
15                   gnome-pkg-tools (>= 0.10),
16                   dh-autoreconf,
17                   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,
26                   python-gtk2-dev,
27                   python-all-dev (>= 2.3.5-11),
28                   libncurses5-dev,
29                   gtk-doc-tools,
30                   python-support (>= 0.3),
31                   libpango1.0-dev (>= 1.22.0),
32                   libgladeui-dev,
33                   libgladeui-1-dev,
34                   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: libvte4  Package: libvte9
40  Architecture: any  Architecture: any
41  Section: libs  Depends: ${misc:Depends},
42  Depends: ${shlibs:Depends}, libvte-common (= ${Source-Version})           ${shlibs:Depends},
43             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
54    XC-Package-Type: udeb
55    Section: debian-installer
56    Priority: extra
57    Architecture: any
58    Depends: ${misc:Depends},
59             ${shlibs:Depends}
60    Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
61     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     This package contains the minimal runtime library for GTK+ 2.0 needed
67     by the Debian installer.
68    
69  Package: libvte-dev  Package: libvte-dev
70  Architecture: any  Architecture: any
71  Section: libdevel  Section: libdevel
72  Depends: libvte4 (= ${Source-Version}), libgtk2.0-dev (>= 2.4.0), libncurses5-dev, libxrender-dev, libxft-dev, libfreetype6-dev, libatk1.0-dev, libpango1.0-dev, libglib2.0-dev  Depends: ${misc:Depends},
73             libvte9 (= ${binary:Version}),
74             libcairo2-dev,
75             libx11-dev,
76             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 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.   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
142  Section: libs  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
156  Section: python  Section: python
157  Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2  Depends: ${misc:Depends},
158             ${shlibs:Depends},
159             ${python:Depends},
160             python-gtk2,
161             libvte-common (= ${source:Version})
162    XB-Python-Version: ${python:Versions}
163    Conflicts: python2.3-vte,
164               python2.4-vte
165    Replaces: python2.3-vte,
166              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 bindings to use VTE in Python programs.   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:  Depends: ${misc:Depends}
182  Description: Terminal emulator widget for GTK+ 2.0 - development files  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.3981  
changed lines
  Added in v.30783

  ViewVC Help
Powered by ViewVC 1.1.5