]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/debian/control
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / debian / control
1 Source: thrift
2 Section: devel
3 Priority: extra
4 Build-Depends: debhelper (>= 9), build-essential, mono-mcs, python-dev, ant,
5 mono-devel, libmono-system-web4.0-cil, erlang-base, ruby-dev | ruby1.9.1-dev, ruby-bundler ,autoconf, automake,
6 pkg-config, libtool, bison, flex, libboost-dev | libboost1.56-dev | libboost1.63-all-dev,
7 python-all, python-setuptools, python-all-dev, python-all-dbg,
8 python3-all, python3-setuptools, python3-all-dev, python3-all-dbg,
9 openjdk-8-jdk | openjdk-8-jdk-headless | openjdk-11-jdk | openjdk-11-jdk-headless | default-jdk,
10 libboost-test-dev | libboost-test1.56-dev | libboost-test1.63-dev, libevent-dev, libssl-dev, perl (>= 5.8.0-7),
11 php (>= 5), php-dev (>= 5), libglib2.0-dev, qtchooser, qtbase5-dev-tools
12 Maintainer: Thrift Developer's <dev@thrift.apache.org>
13 Homepage: http://thrift.apache.org/
14 Vcs-Git: https://github.com/apache/thrift.git
15 Vcs-Browser: https://github.com/apache/thrift
16 Standards-Version: 3.9.7
17 X-Python-Version: >= 2.6
18 X-Python3-Version: >= 3.3
19
20 Package: thrift-compiler
21 Architecture: any
22 Depends: ${shlibs:Depends}, ${misc:Depends}
23 Description: Compiler for Thrift definition files
24 Thrift is a software framework for scalable cross-language services
25 development. It combines a software stack with a code generation engine to
26 build services that work efficiently and seamlessly.
27 .
28 This package contains the Thrift compiler that is used for translating
29 from .thrift files (containing the definitions) to the language binding
30 for the supported languages.
31
32 Package: python-thrift
33 Architecture: any
34 Section: python
35 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-six
36 Recommends: python-twisted-web, python-backports.ssl-match-hostname, python-ipaddress
37 Provides: ${python:Provides}
38 Description: Python bindings for Thrift (Python 2)
39 Thrift is a software framework for scalable cross-language services
40 development. It combines a software stack with a code generation engine to
41 build services that work efficiently and seamlessly.
42 .
43 This package contains the Python bindings for Thrift. You will need the thrift
44 tool (in the thrift-compiler package) to compile your definition to Python
45 classes, and then the modules in this package will allow you to use those
46 classes in your programs.
47 .
48 This package installs the library for Python 2.
49
50 Package: python-thrift-dbg
51 Architecture: any
52 Section: debug
53 Depends: ${shlibs:Depends}, ${misc:Depends}, python-thrift (= ${binary:Version}), python-all-dbg
54 Provides: ${python:Provides}
55 Description: Python bindings for Thrift (debug version)
56 Thrift is a software framework for scalable cross-language services
57 development. It combines a software stack with a code generation engine to
58 build services that work efficiently and seamlessly.
59 .
60 This package contains the Python bindings for Thrift with debugging symbols.
61 You will need the thrift tool (in the thrift-compiler package) to compile your
62 definition to Python classes, and then the modules in this package will allow
63 you to use those classes in your programs.
64
65 Package: python3-thrift
66 Architecture: any
67 Section: python
68 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-six
69 Recommends: python3-twisted-web
70 Provides: ${python:Provides}
71 Description: Python bindings for Thrift (Python 3)
72 Thrift is a software framework for scalable cross-language services
73 development. It combines a software stack with a code generation engine to
74 build services that work efficiently and seamlessly.
75 .
76 This package contains the Python bindings for Thrift. You will need the thrift
77 tool (in the thrift-compiler package) to compile your definition to Python
78 classes, and then the modules in this package will allow you to use those
79 classes in your programs.
80 .
81 This package installs the library for Python 3.
82
83 Package: python3-thrift-dbg
84 Architecture: any
85 Section: debug
86 Depends: ${shlibs:Depends}, ${misc:Depends}, python3-thrift (= ${binary:Version}), python3-all-dbg
87 Provides: ${python:Provides}
88 Description: Python bindings for Thrift (debug version)
89 Thrift is a software framework for scalable cross-language services
90 development. It combines a software stack with a code generation engine to
91 build services that work efficiently and seamlessly.
92 .
93 This package contains the Python bindings for Thrift with debugging symbols.
94 You will need the thrift tool (in the thrift-compiler package) to compile your
95 definition to Python classes, and then the modules in this package will allow
96 you to use those classes in your programs.
97
98 Package: ruby-thrift
99 Architecture: all
100 Section: libs
101 Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}
102 Provides: libthrift-ruby
103 Replaces: libthrift-ruby
104 Breaks: libthrift-ruby
105 Description: Ruby bindings for Thrift
106 Thrift is a software framework for scalable cross-language services
107 development. It combines a software stack with a code generation engine to
108 build services that work efficiently and seamlessly.
109 .
110 This package contains the Ruby bindings for Thrift. You will need the thrift
111 tool (in the thrift-compiler package) to compile your definition to Ruby
112 classes, and then the modules in this package will allow you to use those
113 classes in your programs.
114
115 Package: libthrift-java
116 Architecture: all
117 Section: java
118 Depends: ${misc:Depends}
119 Description: Java bindings for Thrift
120 Thrift is a software framework for scalable cross-language services
121 development. It combines a software stack with a code generation engine to
122 build services that work efficiently and seamlessly.
123 .
124 This package contains the Java bindings for Thrift. You will need the thrift
125 tool (in the thrift-compiler package) to compile your definition to Java
126 classes, and then the modules in this package will allow you to use those
127 classes in your programs.
128
129 Package: libthrift-cil
130 Architecture: all
131 Section: cli-mono
132 Depends: cli-common, libmono-corlib4.0-cil (>= 2.10) | libmono-corlib4.5-cil (>=3.2), libmono-system4.0-cil (>= 2.10),
133 libmono-system-web4.0-cil (>= 2.10), ${misc:Depends}
134 Description: CLI bindings for Thrift
135 Thrift is a software framework for scalable cross-language services
136 development. It combines a software stack with a code generation engine to
137 build services that work efficiently and seamlessly.
138 .
139 This package contains the CLI bindings for Thrift. You will need the thrift
140 tool (in the thrift-compiler package) to compile your definition to C#
141 classes, and then the modules in this package will allow you to use those
142 classes in your programs.
143
144 Package: libthrift-perl
145 Architecture: all
146 Section: perl
147 Depends: perl (>= 5.8.0-7), ${misc:Depends}
148 Description: Perl bindings for Thrift
149 Thrift is a software framework for scalable cross-language services
150 development. It combines a software stack with a code generation engine to
151 build services that work efficiently and seamlessly.
152 .
153 This package contains the Perl bindings for Thrift. You will need the thrift
154 tool (in the thrift-compiler package) to compile your definition to Perl
155 classes, and then the modules in this package will allow you to use those
156 classes in your programs.
157
158 Package: libthrift0
159 Architecture: any
160 Depends: ${shlibs:Depends}, ${misc:Depends}
161 Description: Thrift C++ library
162 Thrift is a software framework for scalable cross-language services
163 development. It combines a software stack with a code generation engine to
164 build services that work efficiently and seamlessly.
165 .
166 This package contains the runtime libraries needed for C++ applications
167 using Thrift.
168
169 Package: libthrift0-dbg
170 Architecture: any
171 Section: debug
172 Depends: ${shlibs:Depends}, ${misc:Depends}, libthrift0 (= ${binary:Version})
173 Description: Thrift C++ library debug symbols
174 Thrift is a software framework for scalable cross-language services
175 development. It combines a software stack with a code generation engine to
176 build services that work efficiently and seamlessly.
177 .
178 This package contains the debug symbols for the Thrift C++ runtime libraries.
179
180 Package: libthrift-dev
181 Architecture: any
182 Section: libdevel
183 Depends: ${shlibs:Depends}, ${misc:Depends}, libthrift0 (= ${binary:Version}), libglib2.0-dev
184 Description: Thrift C++ library (development headers)
185 Thrift is a software framework for scalable cross-language services
186 development. It combines a software stack with a code generation engine to
187 build services that work efficiently and seamlessly.
188 .
189 This package contains the development libraries required for writing C++
190 applications using Thrift.
191
192 Package: php5-thrift
193 Architecture: any
194 Section: php
195 Depends: ${php:Depends}, ${shlibs:Depends}, ${misc:Depends}
196 Provides: ${php:Provides}
197 Description: PHP bindings for Thrift
198 Thrift is a software framework for scalable cross-language services
199 development. It combines a software stack with a code generation engine to
200 build services that work efficiently and seamlessly.
201 .
202 This package contains the PHP bindings for Thrift.