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

packages/vte/debian/control revision 305 by rtp-guest, Wed Mar 17 18:35:08 2004 UTC desktop/experimental/vte3/debian/control revision 31311 by joss, Sat Nov 12 15:28:36 2011 UTC
# Line 1  Line 1 
1  Source: vte  # 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: vte3
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>, Andrew Lau <netsnipe@users.sourceforge.net>, Edd Dumbill <ejad@debian.org>, Emil Soleyman-Zomalan <emil@nishra.com>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Johannes Rohr <j.rohr@comlink.org>, Jordi Mallach <jordi@debian.org>, Josselin Mouette <joss@debian.org>, Rob Bradford <rob@debianplanet.org>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@burtonini.com>, Sebastien Bacher <seb128@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.1  Standards-Version: 3.9.2
12  Build-Depends: cdbs, debhelper (>= 3.4.4), libgtk2.0-dev (>= 2.2.0), gettext,  X-Python-Version: >= 2.3
13   python-gtk2-dev, python-dev, libncurses5-dev, libxrender-dev, gnome-pkg-tools  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                   libgtk-3-dev (>= 3.1.9),
21                   gobject-introspection (>= 0.9.12-4~),
22                   libgirepository1.0-dev (>= 0.9.12),
23                   gir1.2-gtk-3.0,
24                   gettext,
25                   libncurses5-dev,
26                   gtk-doc-tools,
27                   libpango1.0-dev (>= 1.22.0),
28                   libgladeui-dev,
29                   libgladeui-1-dev,
30                   intltool (>= 0.35)
31    Build-Depends-Indep: libglib2.0-doc, libgtk-3-doc, libatk1.0-doc
32    Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/vte3
33    Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/vte3
34    
35  Package: libvte4  Package: libvte-2.90-9
36  Architecture: any  Architecture: any
37  Section: libs  Depends: ${misc:Depends},
38  Depends: ${shlibs:Depends}, libvte-common (= ${Source-Version})           ${shlibs:Depends},
39  Description: Terminal emulator widget for GTK+ 2.0 - runtime files           libvte-2.90-common (= ${source:Version})
40   The VTE library inserts terminal capability strings into a trie, and then  Description: Terminal emulator widget for GTK+ 3.0 - runtime files
41   uses it to determine if data received from a pseudo-terminal is a control   The VTE library provides a terminal emulator widget VteTerminal for
42   sequence or just random data. The sample program "interpret" illustrates   applications using the GTK+ toolkit. It also provides the VtePTY object
43   more or less what the widget sees after it filters incoming data.   containing functions for starting a new process on a new
44     pseudo-terminal and for manipulating pseudo-terminals.
45     .
46     This package contains the runtime library, needed by programs using the
47     VTE widget with GTK+ 3.0.
48    
49    Package: libvte-2.90-9-udeb
50    XC-Package-Type: udeb
51    Section: debian-installer
52    Priority: extra
53    Architecture: any
54    Depends: ${misc:Depends},
55             ${shlibs:Depends}
56    Description: Terminal emulator widget for GTK+ 3.0 - minimal runtime
57     The VTE library provides a terminal emulator widget VteTerminal for
58     applications using the GTK+ toolkit. It also provides the VtePTY object
59     containing functions for starting a new process on a new
60     pseudo-terminal and for manipulating pseudo-terminals.
61     .
62     This package contains the minimal runtime library for GTK+ 3.0 needed
63     by the Debian installer.
64    
65  Package: libvte-dev  Package: gir1.2-vte-2.90
66    Architecture: any
67    Depends: ${gir:Depends},
68             ${misc:Depends}
69    Description: GObject introspection data for the VTE library
70     This package contains introspection data for VTE, a terminal emulator
71     widget for GTK+.
72     .
73     It can be used by interpreters understanding the GIRepository format to
74     write programs using the VTE widget for GTK+ 3.0.
75    
76    Package: libvte-2.90-dev
77  Architecture: any  Architecture: any
78  Section: libdevel  Section: libdevel
79  Depends: libvte4 (= ${Source-Version}), libgtk2.0-dev (>= 2.2.0), libncurses5-dev, libxrender-dev  Depends: ${misc:Depends},
80  Description: Terminal emulator widget for GTK+ 2.0 - development files           libvte-2.90-9 (= ${binary:Version}),
81   The VTE library inserts terminal capability strings into a trie, and then           gir1.2-vte-2.90 (= ${binary:Version}),
82   uses it to determine if data received from a pseudo-terminal is a control           libcairo2-dev,
83   sequence or just random data. The sample program "interpret" illustrates           libx11-dev,
84   more or less what the widget sees after it filters incoming data.           libgtk-3-dev (>= 3.0.0),
85             libpango1.0-dev (>= 1.22.0),
86             libglib2.0-dev (>= 2.22.0),
87             libvte-2.90-common
88    Recommends: libvte-2.90-doc
89    Description: Terminal emulator widget for GTK+ 3.0 - development files
90     The VTE library provides a terminal emulator widget VteTerminal for
91     applications using the GTK+ toolkit. It also provides the VtePTY object
92     containing functions for starting a new process on a new
93     pseudo-terminal and for manipulating pseudo-terminals.
94   .   .
95   This package contains development files for the VTE library.   This package contains development files for the VTE library and its
96     Python bindings. It is needed to develop and build programs using the
97     VTE widget with GTK+ 3.0.
98    
99  Package: libvte-common  Package: libvte-2.90-common
100  Architecture: all  Architecture: all
101  Section: libs  Depends: ${misc:Depends}
102  Replaces: libvte2 (<= 0.5.1-2)  Replaces: libvte2 (<= 0.5.1-2),
103  Description: Terminal emulator widget for GTK+ 2.0 - common files            libvte-common (<< 1:0.28.2-2)
104   The VTE library inserts terminal capability strings into a trie, and then  Breaks: libvte9 (<< 1:0.28),
105   uses it to determine if data received from a pseudo-terminal is a control          libvte-common (<< 1:0.28.2-2)
106   sequence or just random data. The sample program "interpret" illustrates  Description: Terminal emulator widget for GTK+ 3.0 - common files
107   more or less what the widget sees after it filters incoming data.   The VTE library provides a terminal emulator widget VteTerminal for
108     applications using the GTK+ toolkit. It also provides the VtePTY object
109     containing functions for starting a new process on a new
110     pseudo-terminal and for manipulating pseudo-terminals.
111   .   .
112   This package contains internationalization files for the VTE library.   This package contains internationalization files for the VTE library
113     and common files for the GTK+ 3.x version.
114    
115  Package: python-vte  Package: libvte-2.90-doc
116  Architecture: any  Architecture: all
117  Section: python  Section: doc
118  Depends: ${shlibs:Depends}, python-gtk2, python (>= 2.3), python (<< 2.4)  Depends: ${misc:Depends}
119  Description: Python bindings for the VTE widget set  Replaces: libvte-doc (<< 1:0.28.2-2)
120   The VTE library inserts terminal capability strings into a trie, and then  Breaks: libvte-doc (<< 1:0.28.2-2)
121   uses it to determine if data received from a pseudo-terminal is a control  Description: Terminal emulator widget for GTK+ 3.0 - documentation
122   sequence or just random data. The sample program "interpret" illustrates   The VTE library provides a terminal emulator widget VteTerminal for
123   more or less what the widget sees after it filters incoming data.   applications using the GTK+ toolkit. It also provides the VtePTY object
124     containing functions for starting a new process on a new
125     pseudo-terminal and for manipulating pseudo-terminals.
126   .   .
127   This package contains the bindings to use VTE in Python programs.   This package contains documentation files for the VTE library for GTK+
128     3.x.

Legend:
Removed from v.305  
changed lines
  Added in v.31311

  ViewVC Help
Powered by ViewVC 1.1.5