/[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 4490 by lool-guest, Sat Oct 29 16:56:22 2005 UTC revision 14422 by pochu-guest, Sat Feb 2 19:38:53 2008 UTC
# Line 1  Line 1 
1  Source: vte  Source: vte
2  Section: libs  Section: libs
3  Priority: optional  Priority: optional
4  Maintainer: Arnaud Patard <arnaud.patard@rtp-net.org>  Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
5  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: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>
6  Standards-Version: 3.6.2  Standards-Version: 3.7.3
7  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
8    Build-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                   libgtk-directfb-2.0-dev (>= 2.6.0),
13                   gettext,
14                   python-gtk2-dev,
15                   python-all-dev (>= 2.3.5-11),
16                   libncurses5-dev,
17                   libxrender-dev,
18                   gnome-pkg-tools (>= 0.10),
19                   dpkg-dev (>= 1.13.19),
20                   gtk-doc-tools,
21                   libxt-dev,
22                   libfreetype6-dev (>= 2.0.2),
23                   python-support (>= 0.3),
24                   libpango1.0-dev,
25                   libxft-dev
26    
27  Package: libvte4  Package: libvte9
28  Architecture: any  Architecture: any
29  Section: libs  Section: libs
30  Depends: ${shlibs:Depends}, libvte-common (= ${Source-Version})  Depends: ${misc:Depends},
31             ${shlibs:Depends},
32             libvte-common
33  Description: Terminal emulator widget for GTK+ 2.0 - runtime files  Description: Terminal emulator widget for GTK+ 2.0 - runtime files
34   The VTE library inserts terminal capability strings into a trie, and then   The VTE library inserts terminal capability strings into a trie, and then
35   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
36   sequence or just random data. The sample program "interpret" illustrates   sequence or just random data. The sample program "interpret" illustrates
37   more or less what the widget sees after it filters incoming data.   more or less what the widget sees after it filters incoming data.
38    
39    #Package: libvte9-udeb
40    #XC-Package-Type: udeb
41    #Section: debian-installer
42    #Priority: extra
43    #Architecture: any
44    #Depends: ${misc:Depends},
45    #         ${shlibs:Depends},
46    #         libvte-common
47    #Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
48    # This is a udeb, or a microdeb, for the debian-installer.
49    # .
50    # The VTE library inserts terminal capability strings into a trie, and then
51    # uses it to determine if data received from a pseudo-terminal is a control
52    # sequence or just random data. The sample program "interpret" illustrates
53    # more or less what the widget sees after it filters incoming data.
54    # .
55    # This package contains the minimal runtime library needed by the Debian
56    # installer.
57    
58  Package: libvte-dev  Package: libvte-dev
59  Architecture: any  Architecture: any
60  Section: libdevel  Section: libdevel
61  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, libsm-dev, libice-dev, zlib1g-dev, libncurses5-dev | libncurses-dev, libx11-dev, libfontconfig1-dev  Depends: ${misc:Depends},
62             libvte9 (= ${binary:Version}),
63             libgtk2.0-dev (>= 2.4.0),
64             libncurses5-dev,
65             libxrender-dev,
66             libxft-dev,
67             libfreetype6-dev,
68             libatk1.0-dev,
69             libpango1.0-dev,
70             libglib2.0-dev,
71             libsm-dev,
72             libice-dev,
73             zlib1g-dev,
74             libncurses5-dev | libncurses-dev,
75             libx11-dev,
76             libfontconfig1-dev
77  Description: Terminal emulator widget for GTK+ 2.0 - development files  Description: Terminal emulator widget for GTK+ 2.0 - development files
78   The VTE library inserts terminal capability strings into a trie, and then   The VTE library inserts terminal capability strings into a trie, and then
79   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 31  Description: Terminal emulator widget fo Line 85  Description: Terminal emulator widget fo
85  Package: libvte-common  Package: libvte-common
86  Architecture: all  Architecture: all
87  Section: libs  Section: libs
88    Depends: ${misc:Depends}
89  Replaces: libvte2 (<= 0.5.1-2)  Replaces: libvte2 (<= 0.5.1-2)
90  Description: Terminal emulator widget for GTK+ 2.0 - common files  Description: Terminal emulator widget for GTK+ 2.0 - common files
91   The VTE library inserts terminal capability strings into a trie, and then   The VTE library inserts terminal capability strings into a trie, and then
# Line 43  Description: Terminal emulator widget fo Line 98  Description: Terminal emulator widget fo
98  Package: python-vte  Package: python-vte
99  Architecture: any  Architecture: any
100  Section: python  Section: python
101  Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2  Depends: ${misc:Depends},
102             ${shlibs:Depends},
103             ${python:Depends},
104             python-gtk2
105    Provides: ${python:Provides}
106    XB-Python-Version: ${python:Versions}
107    Conflicts: python2.3-vte,
108               python2.4-vte
109    Replaces: python2.3-vte,
110              python2.4-vte
111  Description: Python bindings for the VTE widget set  Description: Python bindings for the VTE widget set
112   The VTE library inserts terminal capability strings into a trie, and then   The VTE library inserts terminal capability strings into a trie, and then
113   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
114   sequence or just random data. The sample program "interpret" illustrates   sequence or just random data. The sample program "interpret" illustrates
115   more or less what the widget sees after it filters incoming data.   more or less what the widget sees after it filters incoming data.
116   .   .
117   This package contains the bindings to use VTE in Python programs.   This package contains the Python bindings for the VTE library.
118    
119  Package: libvte-doc  Package: libvte-doc
120  Architecture: all  Architecture: all
121  Section: doc  Section: doc
122  Depends:  Depends: ${misc:Depends}
123  Description: Terminal emulator widget for GTK+ 2.0 - development files  Description: Terminal emulator widget for GTK+ 2.0 - documentation
124   The VTE library inserts terminal capability strings into a trie, and then   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   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   sequence or just random data. The sample program "interpret" illustrates
127   more or less what the widget sees after it filters incoming data.   more or less what the widget sees after it filters incoming data.
128   .   .
129   This package contains documentation files for the VTE library.   This package contains documentation files for the VTE library.
   
   

Legend:
Removed from v.4490  
changed lines
  Added in v.14422

  ViewVC Help
Powered by ViewVC 1.1.5