blob: 39d57f997304911b7b6461dd1cbefa23e5ae2756 [file] [log] [blame]
Roger Meier08dc7e82010-12-14 21:38:00 +00001Source: thrift
2Section: devel
3Priority: extra
4Build-Depends: debhelper (>= 5), build-essential, mono-gmcs, python-dev, ant,
jfarrellb0350db2014-07-09 23:39:34 -04005 mono-devel, libmono-system-web2.0-cil, erlang-base, ruby1.8-dev, autoconf, automake,
6 pkg-config, libtool, bison, flex, libboost-dev | libboost1.40-dev, python-all,
Roger Meier3da1c902013-11-16 15:37:20 +01007 python-all-dev, python-all-dbg, openjdk-6-jdk | java-sdk,
Roger Meier08dc7e82010-12-14 21:38:00 +00008 libboost-test-dev | libboost-test1.40-dev, libevent-dev, perl (>= 5.8.0-7),
Roger Meier565517a2013-03-22 21:08:39 +01009 php5, php5-dev, libglib2.0-dev, libqt4-dev
Roger Meier08dc7e82010-12-14 21:38:00 +000010Maintainer: Thrift Developer's <dev@thrift.apache.org>
11Homepage: http://thrift.apache.org/
Roger Meier565517a2013-03-22 21:08:39 +010012Vcs-Git: https://git-wip-us.apache.org/repos/asf/thrift.git
13Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=thrift.git
Roger Meier08dc7e82010-12-14 21:38:00 +000014Standards-Version: 3.7.2
jfarrellb0350db2014-07-09 23:39:34 -040015X-Python-Version: >= 2.6
Roger Meier08dc7e82010-12-14 21:38:00 +000016
17Package: thrift-compiler
18Architecture: any
19Depends: ${shlibs:Depends}, ${misc:Depends}
20Description: Compiler for Thrift definition files
21 Thrift is a software framework for scalable cross-language services
22 development. It combines a software stack with a code generation engine to
23 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +000024 .
25 This package contains the Thrift compiler that is used for translating
26 from .thrift files (containing the definitions) to the language binding
27 for the supported languages.
Roger Meier08dc7e82010-12-14 21:38:00 +000028
29Package: python-thrift
30Architecture: any
31Section: python
32Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
33Recommends: python-twisted-core
34Provides: ${python:Provides}
35Description: Python bindings for Thrift
36 Thrift is a software framework for scalable cross-language services
37 development. It combines a software stack with a code generation engine to
38 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +000039 .
Roger Meier08dc7e82010-12-14 21:38:00 +000040 This package contains the Python bindings for Thrift. You will need the thrift
41 tool (in the thrift-compiler package) to compile your definition to Python
42 classes, and then the modules in this package will allow you to use those
43 classes in your programs.
44
45Package: python-thrift-dbg
46Architecture: any
47Section: python
48Depends: ${shlibs:Depends}, ${misc:Depends}, python-thrift (= ${binary:Version}), python-all-dbg
49Provides: ${python:Provides}
50Description: Python bindings for Thrift (debug version)
51 Thrift is a software framework for scalable cross-language services
52 development. It combines a software stack with a code generation engine to
53 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +000054 .
Roger Meier08dc7e82010-12-14 21:38:00 +000055 This package contains the Python bindings for Thrift with debugging symbols.
56 You will need the thrift tool (in the thrift-compiler package) to compile your
57 definition to Python classes, and then the modules in this package will allow
58 you to use those classes in your programs.
59
Roger Meier38b7d072011-12-09 10:36:05 +000060Package: ruby-thrift
61Architecture: all
Roger Meier08dc7e82010-12-14 21:38:00 +000062Section: libs
Roger Meier38b7d072011-12-09 10:36:05 +000063Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}
64Provides: libthrift-ruby
65Replaces: libthrift-ruby
66Breaks: libthrift-ruby
Roger Meier08dc7e82010-12-14 21:38:00 +000067Description: Ruby bindings for Thrift
68 Thrift is a software framework for scalable cross-language services
69 development. It combines a software stack with a code generation engine to
70 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +000071 .
Roger Meier08dc7e82010-12-14 21:38:00 +000072 This package contains the Ruby bindings for Thrift. You will need the thrift
73 tool (in the thrift-compiler package) to compile your definition to Ruby
74 classes, and then the modules in this package will allow you to use those
75 classes in your programs.
76
77Package: libthrift-java
78Architecture: all
79Section: libs
80Depends: java-gcj-compat | java1-runtime | java2-runtime, ${misc:Depends}
Roger Meier08dc7e82010-12-14 21:38:00 +000081Description: Java bindings for Thrift
82 Thrift is a software framework for scalable cross-language services
83 development. It combines a software stack with a code generation engine to
84 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +000085 .
Roger Meier08dc7e82010-12-14 21:38:00 +000086 This package contains the Java bindings for Thrift. You will need the thrift
87 tool (in the thrift-compiler package) to compile your definition to Java
88 classes, and then the modules in this package will allow you to use those
89 classes in your programs.
90
91Package: libthrift-cil
92Architecture: all
93Section: libs
Jake Farrellc92b6532011-10-20 02:11:02 +000094Depends: cli-common, libmono-corlib1.0-cil (>= 1.0), libmono-system1.0-cil (>= 1.0),
95 libmono-system-web2.0-cil, ${misc:Depends}
Roger Meier08dc7e82010-12-14 21:38:00 +000096Description: CLI bindings for Thrift
97 Thrift is a software framework for scalable cross-language services
98 development. It combines a software stack with a code generation engine to
99 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +0000100 .
Roger Meier08dc7e82010-12-14 21:38:00 +0000101 This package contains the CLI bindings for Thrift. You will need the thrift
102 tool (in the thrift-compiler package) to compile your definition to C#
103 classes, and then the modules in this package will allow you to use those
104 classes in your programs.
105
Roger Meier08dc7e82010-12-14 21:38:00 +0000106Package: libthrift-perl
107Architecture: all
108Section: perl
109Depends: perl (>= 5.8.0-7), ${misc:Depends}
110Description: Perl bindings for Thrift
111 Thrift is a software framework for scalable cross-language services
112 development. It combines a software stack with a code generation engine to
113 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +0000114 .
Roger Meier08dc7e82010-12-14 21:38:00 +0000115 This package contains the Perl bindings for Thrift. You will need the thrift
116 tool (in the thrift-compiler package) to compile your definition to Perl
117 classes, and then the modules in this package will allow you to use those
118 classes in your programs.
119
120Package: libthrift0
121Architecture: any
122Depends: ${shlibs:Depends}, ${misc:Depends}
123Description: Thrift C++ library
124 Thrift is a software framework for scalable cross-language services
125 development. It combines a software stack with a code generation engine to
126 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +0000127 .
128 This package contains the runtime libraries needed for C++ applications
129 using Thrift.
Roger Meier08dc7e82010-12-14 21:38:00 +0000130
131Package: libthrift-dev
132Architecture: any
133Section: libdevel
Roger Meierf3a51e62011-04-12 20:36:12 +0000134Depends: ${shlibs:Depends}, ${misc:Depends}, libthrift0, libglib2.0-dev
Roger Meier08dc7e82010-12-14 21:38:00 +0000135Description: Thrift C++ library (development headers)
136 Thrift is a software framework for scalable cross-language services
137 development. It combines a software stack with a code generation engine to
138 build services that work efficiently and seamlessly.
Roger Meier8516f582011-12-09 18:42:46 +0000139 .
Roger Meier08dc7e82010-12-14 21:38:00 +0000140 This package contains the development libraries required for writing C++
Roger Meier8516f582011-12-09 18:42:46 +0000141 applications using Thrift.
Roger Meier08dc7e82010-12-14 21:38:00 +0000142
143Package: php5-thrift
144Architecture: any
145Section: php
146Depends: ${php:Depends}, ${shlibs:Depends}, ${misc:Depends}
147Provides: ${php:Provides}
148Description: PHP 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.
Roger Meier8516f582011-12-09 18:42:46 +0000152 .
Roger Meier08dc7e82010-12-14 21:38:00 +0000153 This package contains the PHP bindings for Thrift.