[med-svn] [python-avro] 01/02: Clarify package descriptions for Python libraries.

Afif Elghraoui afif-guest at moszumanska.debian.org
Fri Nov 6 06:22:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

afif-guest pushed a commit to branch master
in repository python-avro.

commit 8e2d31c921e0d154c3482fc3771739dc0e114fe3
Author: Ben Finney <ben+debian at benfinney.id.au>
Date:   Fri Nov 6 12:39:41 2015 +1100

    Clarify package descriptions for Python libraries.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 3ab74ed..40f385e 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Architecture: all
 Depends:
 	${misc:Depends},
 	${python:Depends}
-Description: Python API to the Apache Avro serialization system
+Description: Apache Avro serialization system — Python 2 library
  Apache Avro is a data serialization system providing
   * Rich data structures.
   * A compact, fast, binary data format.
@@ -34,14 +34,14 @@ Description: Python API to the Apache Avro serialization system
     Code generation as an optional optimization, only worth implementing for
     statically typed languages.
  .
- This package contains the Python implementation of the Avro API
+ This package installs the implementation as a Python 2 library.
 
 Package: python3-avro
 Architecture: all
 Depends:
 	${misc:Depends},
 	${python3:Depends}
-Description: Python3 API to the Apache Avro serialization system
+Description: Apache Avro serialization system — Python 3 library
  Apache Avro is a data serialization system providing
   * Rich data structures.
   * A compact, fast, binary data format.
@@ -52,4 +52,4 @@ Description: Python3 API to the Apache Avro serialization system
     Code generation as an optional optimization, only worth implementing for
     statically typed languages.
  .
- This package contains the Python3 implementation of the Avro API
+ This package installs the implementation as a Python 3 library.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-avro.git



More information about the debian-med-commit mailing list