Control: tags -1 + patch The attached patch series addresses this bug, by improving the package descriptions.
-- \ “I bought some batteries, but they weren't included; so I had | `\ to buy them again.” —Steven Wright | _o__) | Ben Finney <[email protected]>
From 2f7e28d3d8973babe9fe7ebe0445727994f1a4ab Mon Sep 17 00:00:00 2001 From: Ben Finney <[email protected]> Date: Fri, 6 Nov 2015 12:39:41 +1100 Subject: [PATCH 1/2] 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. -- 2.6.2
From 6f3d650582bf61814d4db9f841440b15fb5665ff Mon Sep 17 00:00:00 2001 From: Ben Finney <[email protected]> Date: Fri, 6 Nov 2015 12:47:54 +1100 Subject: [PATCH 2/2] Record a changelog entry for fixing bugs. --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 40f1e15..8b2e0ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-avro (1.8.0~rc0+dfsg-2) UNRELEASED; urgency=medium + + [ Ben Finney ] + + * Clarify package descriptions for Python libraries. + (Closes: Bug#804200, Bug#804201) + + -- + python-avro (1.8.0~rc0+dfsg-1) unstable; urgency=low * Initial release (Closes: #802041) -- 2.6.2
signature.asc
Description: PGP signature

