[med-svn] [python-avro] 07/07: Add package descriptions
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sun Oct 18 07:03:35 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 3246cc8b911eaeaea4649ffaaa8e2c353916f41a
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Oct 17 23:03:17 2015 -0700
Add package descriptions
---
debian/control | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 88cfffd..e49cddb 100644
--- a/debian/control
+++ b/debian/control
@@ -21,13 +21,33 @@ Architecture: all
Depends:
${misc:Depends},
${python:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Python API to the Apache Avro serialization system
+ Apache Avro is a data serialization system providing
+ * Rich data structures.
+ * A compact, fast, binary data format.
+ * A container file, to store persistent data.
+ * Remote procedure call (RPC).
+ * Simple integration with dynamic languages. Code generation is not
+ required to read or write data files nor to use or implement RPC protocols.
+ Code generation as an optional optimization, only worth implementing for
+ statically typed languages.
+ .
+ This package contains the Python implementation of the Avro API
Package: python3-avro
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Python3 API to the Apache Avro serialization system
+ Apache Avro is a data serialization system providing
+ * Rich data structures.
+ * A compact, fast, binary data format.
+ * A container file, to store persistent data.
+ * Remote procedure call (RPC).
+ * Simple integration with dynamic languages. Code generation is not
+ required to read or write data files nor to use or implement RPC protocols.
+ Code generation as an optional optimization, only worth implementing for
+ statically typed languages.
+ .
+ This package contains the Python3 implementation of the Avro API
--
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