| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 1 | Source: thrift | 
|  | 2 | Section: devel | 
|  | 3 | Priority: extra | 
| Jens Geyer | 4c7b9fd | 2021-12-04 22:48:37 +0100 | [diff] [blame] | 4 | Build-Depends: dotnet-runtime-6.0, dotnet-sdk-6.0, debhelper (>= 9), build-essential, python-dev, ant, | 
| Aki Sukegawa | 7594da8 | 2022-03-07 00:28:26 -0500 | [diff] [blame] | 5 | ruby-dev | ruby1.9.1-dev, ruby-bundler ,autoconf, automake, | 
| James E. King III | ee8caca | 2019-05-04 08:20:59 -0400 | [diff] [blame] | 6 | pkg-config, libtool, bison, flex, libboost-dev | libboost1.56-dev | libboost1.63-all-dev, | 
| Nobuaki Sukegawa | f43d0ca | 2016-03-25 09:22:16 +0900 | [diff] [blame] | 7 | python-all, python-setuptools, python-all-dev, python-all-dbg, | 
|  | 8 | python3-all, python3-setuptools, python3-all-dev, python3-all-dbg, | 
| Fokko Driesprong | 1686c87 | 2019-02-01 20:31:58 +0100 | [diff] [blame] | 9 | openjdk-8-jdk | openjdk-8-jdk-headless | openjdk-11-jdk | openjdk-11-jdk-headless | default-jdk, | 
| James E. King III | ee8caca | 2019-05-04 08:20:59 -0400 | [diff] [blame] | 10 | libboost-test-dev | libboost-test1.56-dev | libboost-test1.63-dev, libevent-dev, libssl-dev, perl (>= 5.8.0-7), | 
| James E. King III | 2724707 | 2018-03-22 20:50:23 -0400 | [diff] [blame] | 11 | php (>= 5), php-dev (>= 5), libglib2.0-dev, qtchooser, qtbase5-dev-tools | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 12 | Maintainer: Thrift Developer's <dev@thrift.apache.org> | 
|  | 13 | Homepage: http://thrift.apache.org/ | 
| Robert Lu | a139082 | 2018-12-27 23:57:35 +0800 | [diff] [blame] | 14 | Vcs-Git: https://github.com/apache/thrift.git | 
|  | 15 | Vcs-Browser: https://github.com/apache/thrift | 
| jfarrell | 0c27352 | 2016-12-19 14:57:54 -0500 | [diff] [blame] | 16 | Standards-Version: 3.9.7 | 
| Nobuaki Sukegawa | 6bb1277 | 2016-03-08 01:55:31 +0900 | [diff] [blame] | 17 | X-Python-Version: >= 2.6 | 
| Nobuaki Sukegawa | f43d0ca | 2016-03-25 09:22:16 +0900 | [diff] [blame] | 18 | X-Python3-Version: >= 3.3 | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 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. | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 31 |  | 
|  | 32 | Package: python-thrift | 
|  | 33 | Architecture: any | 
|  | 34 | Section: python | 
| Nobuaki Sukegawa | a6ab1f5 | 2015-11-28 15:04:39 +0900 | [diff] [blame] | 35 | Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-six | 
| Nobuaki Sukegawa | 93bbdc8 | 2016-03-25 08:51:09 +0900 | [diff] [blame] | 36 | Recommends: python-twisted-web, python-backports.ssl-match-hostname, python-ipaddress | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 37 | Provides: ${python:Provides} | 
| Nobuaki Sukegawa | f43d0ca | 2016-03-25 09:22:16 +0900 | [diff] [blame] | 38 | Description: Python bindings for Thrift (Python 2) | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 42 | . | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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. | 
| Nobuaki Sukegawa | f43d0ca | 2016-03-25 09:22:16 +0900 | [diff] [blame] | 47 | . | 
|  | 48 | This package installs the library for Python 2. | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 49 |  | 
|  | 50 | Package: python-thrift-dbg | 
|  | 51 | Architecture: any | 
| Roger Meier | 681e604 | 2016-01-10 16:25:57 +0100 | [diff] [blame] | 52 | Section: debug | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 59 | . | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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 |  | 
| Nobuaki Sukegawa | f43d0ca | 2016-03-25 09:22:16 +0900 | [diff] [blame] | 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 |  | 
| Roger Meier | 38b7d07 | 2011-12-09 10:36:05 +0000 | [diff] [blame] | 98 | Package: ruby-thrift | 
|  | 99 | Architecture: all | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 100 | Section: libs | 
| Roger Meier | 38b7d07 | 2011-12-09 10:36:05 +0000 | [diff] [blame] | 101 | Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends} | 
|  | 102 | Provides: libthrift-ruby | 
|  | 103 | Replaces: libthrift-ruby | 
|  | 104 | Breaks: libthrift-ruby | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 109 | . | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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 | 
| Roger Meier | 681e604 | 2016-01-10 16:25:57 +0100 | [diff] [blame] | 117 | Section: java | 
| jfarrell | 0c27352 | 2016-12-19 14:57:54 -0500 | [diff] [blame] | 118 | Depends: ${misc:Depends} | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 123 | . | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 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 |  | 
| Jens Geyer | 56700e4 | 2020-02-22 16:51:51 +0100 | [diff] [blame] | 129 | Package: libthrift-netstd | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 130 | Architecture: all | 
| Jens Geyer | 56700e4 | 2020-02-22 16:51:51 +0100 | [diff] [blame] | 131 | Section: netstd | 
| Jens Geyer | 4c7b9fd | 2021-12-04 22:48:37 +0100 | [diff] [blame] | 132 | Depends: dotnet-runtime-6.0, ${misc:Depends} | 
| Jens Geyer | 56700e4 | 2020-02-22 16:51:51 +0100 | [diff] [blame] | 133 | Description: NET Standard bindings for Thrift | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 134 | Thrift is a software framework for scalable cross-language services | 
|  | 135 | development. It combines a software stack with a code generation engine to | 
|  | 136 | build services that work efficiently and seamlessly. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 137 | . | 
| Jens Geyer | 56700e4 | 2020-02-22 16:51:51 +0100 | [diff] [blame] | 138 | This package contains the NET Standard bindings for Thrift. You will need the thrift | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 139 | tool (in the thrift-compiler package) to compile your definition to C# | 
|  | 140 | classes, and then the modules in this package will allow you to use those | 
|  | 141 | classes in your programs. | 
|  | 142 |  | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 143 | Package: libthrift-perl | 
|  | 144 | Architecture: all | 
|  | 145 | Section: perl | 
|  | 146 | Depends: perl (>= 5.8.0-7), ${misc:Depends} | 
|  | 147 | Description: Perl bindings for Thrift | 
|  | 148 | Thrift is a software framework for scalable cross-language services | 
|  | 149 | development. It combines a software stack with a code generation engine to | 
|  | 150 | build services that work efficiently and seamlessly. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 151 | . | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 152 | This package contains the Perl bindings for Thrift. You will need the thrift | 
|  | 153 | tool (in the thrift-compiler package) to compile your definition to Perl | 
|  | 154 | classes, and then the modules in this package will allow you to use those | 
|  | 155 | classes in your programs. | 
|  | 156 |  | 
|  | 157 | Package: libthrift0 | 
|  | 158 | Architecture: any | 
|  | 159 | Depends: ${shlibs:Depends}, ${misc:Depends} | 
|  | 160 | Description: Thrift C++ library | 
|  | 161 | Thrift is a software framework for scalable cross-language services | 
|  | 162 | development. It combines a software stack with a code generation engine to | 
|  | 163 | build services that work efficiently and seamlessly. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 164 | . | 
|  | 165 | This package contains the runtime libraries needed for C++ applications | 
|  | 166 | using Thrift. | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 167 |  | 
| James E. King, III | 9b1544d | 2017-03-10 06:14:18 -0500 | [diff] [blame] | 168 | Package: libthrift0-dbg | 
|  | 169 | Architecture: any | 
|  | 170 | Section: debug | 
|  | 171 | Depends: ${shlibs:Depends}, ${misc:Depends}, libthrift0 (= ${binary:Version}) | 
|  | 172 | Description: Thrift C++ library debug symbols | 
|  | 173 | Thrift is a software framework for scalable cross-language services | 
|  | 174 | development. It combines a software stack with a code generation engine to | 
|  | 175 | build services that work efficiently and seamlessly. | 
|  | 176 | . | 
|  | 177 | This package contains the debug symbols for the Thrift C++ runtime libraries. | 
|  | 178 |  | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 179 | Package: libthrift-dev | 
|  | 180 | Architecture: any | 
|  | 181 | Section: libdevel | 
| Roger Meier | 681e604 | 2016-01-10 16:25:57 +0100 | [diff] [blame] | 182 | Depends: ${shlibs:Depends}, ${misc:Depends}, libthrift0 (= ${binary:Version}), libglib2.0-dev | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 183 | Description: Thrift C++ library (development headers) | 
|  | 184 | Thrift is a software framework for scalable cross-language services | 
|  | 185 | development. It combines a software stack with a code generation engine to | 
|  | 186 | build services that work efficiently and seamlessly. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 187 | . | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 188 | This package contains the development libraries required for writing C++ | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 189 | applications using Thrift. | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 190 |  | 
|  | 191 | Package: php5-thrift | 
|  | 192 | Architecture: any | 
|  | 193 | Section: php | 
|  | 194 | Depends: ${php:Depends}, ${shlibs:Depends}, ${misc:Depends} | 
|  | 195 | Provides: ${php:Provides} | 
|  | 196 | Description: PHP bindings for Thrift | 
|  | 197 | Thrift is a software framework for scalable cross-language services | 
|  | 198 | development. It combines a software stack with a code generation engine to | 
|  | 199 | build services that work efficiently and seamlessly. | 
| Roger Meier | 8516f58 | 2011-12-09 18:42:46 +0000 | [diff] [blame] | 200 | . | 
| Roger Meier | 08dc7e8 | 2010-12-14 21:38:00 +0000 | [diff] [blame] | 201 | This package contains the PHP bindings for Thrift. |