Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 1 | Source: thrift |
| 2 | Section: devel |
| 3 | Priority: extra |
| 4 | Build-Depends: debhelper (>= 5), build-essential, mono-gmcs, python-dev, ant, |
Roger Meier | 38b7d07 | 2011-12-09 10:36:05 +0000 | [diff] [blame] | 5 | mono-devel, libmono-system-web2.0-cil, erlang-base, ruby1.8-dev, mongrel, autoconf, python-support, |
Jake Farrell | c92b653 | 2011-10-20 02:11:02 +0000 | [diff] [blame] | 6 | automake, pkg-config, libtool, bison, flex, libboost-dev | libboost1.40-dev, python-all, |
Roger Meier | 38b7d07 | 2011-12-09 10:36:05 +0000 | [diff] [blame] | 7 | python-all-dev, python-all-dbg, openjdk-6-jdk | java-sdk, libcommons-lang-java, |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 8 | libboost-test-dev | libboost-test1.40-dev, libevent-dev, perl (>= 5.8.0-7), |
Jake Farrell | 7301ece | 2011-10-04 14:59:40 +0000 | [diff] [blame] | 9 | php5, php5-dev, libglib2.0-dev |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 10 | Maintainer: Thrift Developer's <dev@thrift.apache.org> |
| 11 | Homepage: http://thrift.apache.org/ |
| 12 | Vcs-Svn: https://svn.apache.org/repos/asf/thrift |
| 13 | Vcs-Browser: http://svn.apache.org/viewvc/thrift |
| 14 | Standards-Version: 3.7.2 |
| 15 | XS-Python-Version: >= 2.4 |
| 16 | |
| 17 | Package: thrift-compiler |
| 18 | Architecture: any |
| 19 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 20 | Description: 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 Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 24 | . |
| 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 Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 28 | |
| 29 | Package: python-thrift |
| 30 | Architecture: any |
| 31 | Section: python |
| 32 | Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} |
| 33 | Recommends: python-twisted-core |
| 34 | Provides: ${python:Provides} |
| 35 | Description: 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 Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 39 | . |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 40 | 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 | |
| 45 | Package: python-thrift-dbg |
| 46 | Architecture: any |
| 47 | Section: python |
| 48 | Depends: ${shlibs:Depends}, ${misc:Depends}, python-thrift (= ${binary:Version}), python-all-dbg |
| 49 | Provides: ${python:Provides} |
| 50 | Description: 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 Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 54 | . |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 55 | 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 Meier | 38b7d07 | 2011-12-09 10:36:05 +0000 | [diff] [blame] | 60 | Package: ruby-thrift |
| 61 | Architecture: all |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 62 | Section: libs |
Roger Meier | 38b7d07 | 2011-12-09 10:36:05 +0000 | [diff] [blame] | 63 | Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends} |
| 64 | Provides: libthrift-ruby |
| 65 | Replaces: libthrift-ruby |
| 66 | Breaks: libthrift-ruby |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 67 | Description: 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 Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 71 | . |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 72 | 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 | |
| 77 | Package: libthrift-java |
| 78 | Architecture: all |
| 79 | Section: libs |
| 80 | Depends: java-gcj-compat | java1-runtime | java2-runtime, ${misc:Depends} |
| 81 | Recommends: libcommons-lang-java |
| 82 | Description: Java bindings for Thrift |
| 83 | Thrift is a software framework for scalable cross-language services |
| 84 | development. It combines a software stack with a code generation engine to |
| 85 | build services that work efficiently and seamlessly. |
Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 86 | . |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 87 | This package contains the Java bindings for Thrift. You will need the thrift |
| 88 | tool (in the thrift-compiler package) to compile your definition to Java |
| 89 | classes, and then the modules in this package will allow you to use those |
| 90 | classes in your programs. |
| 91 | |
| 92 | Package: libthrift-cil |
| 93 | Architecture: all |
| 94 | Section: libs |
Jake Farrell | c92b653 | 2011-10-20 02:11:02 +0000 | [diff] [blame] | 95 | Depends: cli-common, libmono-corlib1.0-cil (>= 1.0), libmono-system1.0-cil (>= 1.0), |
| 96 | libmono-system-web2.0-cil, ${misc:Depends} |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 97 | Description: CLI bindings for Thrift |
| 98 | Thrift is a software framework for scalable cross-language services |
| 99 | development. It combines a software stack with a code generation engine to |
| 100 | build services that work efficiently and seamlessly. |
Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 101 | . |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 102 | This package contains the CLI bindings for Thrift. You will need the thrift |
| 103 | tool (in the thrift-compiler package) to compile your definition to C# |
| 104 | classes, and then the modules in this package will allow you to use those |
| 105 | classes in your programs. |
| 106 | |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 107 | Package: libthrift-perl |
| 108 | Architecture: all |
| 109 | Section: perl |
| 110 | Depends: perl (>= 5.8.0-7), ${misc:Depends} |
| 111 | Description: Perl bindings for Thrift |
| 112 | Thrift is a software framework for scalable cross-language services |
| 113 | development. It combines a software stack with a code generation engine to |
| 114 | build services that work efficiently and seamlessly. |
Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 115 | . |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 116 | This package contains the Perl bindings for Thrift. You will need the thrift |
| 117 | tool (in the thrift-compiler package) to compile your definition to Perl |
| 118 | classes, and then the modules in this package will allow you to use those |
| 119 | classes in your programs. |
| 120 | |
| 121 | Package: libthrift0 |
| 122 | Architecture: any |
| 123 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 124 | Description: Thrift C++ library |
| 125 | Thrift is a software framework for scalable cross-language services |
| 126 | development. It combines a software stack with a code generation engine to |
| 127 | build services that work efficiently and seamlessly. |
Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 128 | . |
| 129 | This package contains the runtime libraries needed for C++ applications |
| 130 | using Thrift. |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 131 | |
| 132 | Package: libthrift-dev |
| 133 | Architecture: any |
| 134 | Section: libdevel |
Roger Meier | f3a51e6 | 2011-04-12 20:36:12 +0000 | [diff] [blame] | 135 | Depends: ${shlibs:Depends}, ${misc:Depends}, libthrift0, libglib2.0-dev |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 136 | Description: Thrift C++ library (development headers) |
| 137 | Thrift is a software framework for scalable cross-language services |
| 138 | development. It combines a software stack with a code generation engine to |
| 139 | build services that work efficiently and seamlessly. |
Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 140 | . |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 141 | This package contains the development libraries required for writing C++ |
Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 142 | applications using Thrift. |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 143 | |
| 144 | Package: php5-thrift |
| 145 | Architecture: any |
| 146 | Section: php |
| 147 | Depends: ${php:Depends}, ${shlibs:Depends}, ${misc:Depends} |
| 148 | Provides: ${php:Provides} |
| 149 | Description: PHP bindings for Thrift |
| 150 | Thrift is a software framework for scalable cross-language services |
| 151 | development. It combines a software stack with a code generation engine to |
| 152 | build services that work efficiently and seamlessly. |
Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame^] | 153 | . |
Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 154 | This package contains the PHP bindings for Thrift. |