Skip to content

Commit

Permalink
THRIFT-1440 debian packaging: minor-ish policy problems
Browse files Browse the repository at this point in the history
Patch: Paul Cannon
Fix: Descriptions

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1212569 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bufferoverflow committed Dec 9, 2011
1 parent 38b7d07 commit 8516f58
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions contrib/debian/control
Expand Up @@ -21,9 +21,10 @@ Description: Compiler for Thrift definition files
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
This package contains the Thrift compiler that is used for translating from
.thrift files (containing the definitions) to the language binding for the
supported languages.
.
This package contains the Thrift compiler that is used for translating
from .thrift files (containing the definitions) to the language binding
for the supported languages.

Package: python-thrift
Architecture: any
Expand All @@ -35,6 +36,7 @@ Description: Python bindings for Thrift
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
.
This package contains the Python bindings for Thrift. You will need the thrift
tool (in the thrift-compiler package) to compile your definition to Python
classes, and then the modules in this package will allow you to use those
Expand All @@ -49,6 +51,7 @@ Description: Python bindings for Thrift (debug version)
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
.
This package contains the Python bindings for Thrift with debugging symbols.
You will need the thrift tool (in the thrift-compiler package) to compile your
definition to Python classes, and then the modules in this package will allow
Expand All @@ -65,6 +68,7 @@ Description: Ruby bindings for Thrift
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
.
This package contains the Ruby bindings for Thrift. You will need the thrift
tool (in the thrift-compiler package) to compile your definition to Ruby
classes, and then the modules in this package will allow you to use those
Expand All @@ -79,6 +83,7 @@ Description: Java bindings for Thrift
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
.
This package contains the Java bindings for Thrift. You will need the thrift
tool (in the thrift-compiler package) to compile your definition to Java
classes, and then the modules in this package will allow you to use those
Expand All @@ -93,6 +98,7 @@ Description: CLI bindings for Thrift
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
.
This package contains the CLI bindings for Thrift. You will need the thrift
tool (in the thrift-compiler package) to compile your definition to C#
classes, and then the modules in this package will allow you to use those
Expand All @@ -106,6 +112,7 @@ Description: Perl bindings for Thrift
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
.
This package contains the Perl bindings for Thrift. You will need the thrift
tool (in the thrift-compiler package) to compile your definition to Perl
classes, and then the modules in this package will allow you to use those
Expand All @@ -118,7 +125,9 @@ Description: Thrift C++ library
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
This package contains the runtime libraries needed for C++ applications.
.
This package contains the runtime libraries needed for C++ applications
using Thrift.

Package: libthrift-dev
Architecture: any
Expand All @@ -128,8 +137,9 @@ Description: Thrift C++ library (development headers)
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
.
This package contains the development libraries required for writing C++
applications.
applications using Thrift.

Package: php5-thrift
Architecture: any
Expand All @@ -140,4 +150,5 @@ Description: PHP bindings for Thrift
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to
build services that work efficiently and seamlessly.
.
This package contains the PHP bindings for Thrift.

0 comments on commit 8516f58

Please sign in to comment.