THRIFT-1440 debian packaging: minor-ish policy problems
authorRoger Meier <roger@apache.org>
Fri, 9 Dec 2011 18:42:46 +0000 (18:42 +0000)
committerRoger Meier <roger@apache.org>
Fri, 9 Dec 2011 18:42:46 +0000 (18:42 +0000)
Patch: Paul Cannon
Fix: Descriptions

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1212569 13f79535-47bb-0310-9956-ffa450edef68

contrib/debian/control

index 1528b9d..f1b3fba 100644 (file)
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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.