[Python-modules-commits] [simplejson] 07/11: Cleanup of package descriptions

Ondřej Nový onovy-guest at moszumanska.debian.org
Thu Apr 14 20:52:48 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository simplejson.

commit 74f15e4913d726cee39ab86fc4cf271f6ba3e341
Author: Ondřej Nový <novy at ondrej.org>
Date:   Thu Apr 14 22:22:34 2016 +0200

    Cleanup of package descriptions
---
 debian/changelog |  1 +
 debian/control   | 80 +++++++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 69 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6645a4a..0caa12d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ simplejson (3.8.2-1) UNRELEASED; urgency=medium
   * d/copyright converted into machine-readable format
   * Standards-Version is 3.9.8 now (no change)
   * Added doc-base
+  * Cleanup of package descriptions
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:31:44 +0200
 
diff --git a/debian/control b/debian/control
index 21048eb..d35db07 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Breaks: ${python:Breaks}
 Recommends: libjs-jquery
 Provides: ${python:Provides}
-Description: simple, fast, extensible JSON encoder/decoder for Python
+Description: simple, fast, extensible JSON encoder/decoder for Python 2.x
  simplejson is a simple, fast, complete, correct and extensible JSON
  <http://json.org> encoder and decoder.
  .
@@ -34,21 +34,37 @@ Description: simple, fast, extensible JSON encoder/decoder for Python
  simplejson is the externally maintained development version of the json
  library included with Python 2.6 and Python 3.0, but maintains backwards
  compatibility with Python 2.5.
+ .
+ This package contains the Python 2.x module.
 
 Package: python-simplejson-dbg
 Architecture: any
 Section: debug
 Priority: extra
 Depends: python-simplejson (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: JSON encoder and decoder for python-dbg
- This package contains the extension built for the Python debug interpreter.
+Description: simple, fast, extensible JSON encoder/decoder for Python 2.x - debug symbols
+ simplejson is a simple, fast, complete, correct and extensible JSON
+ <http://json.org> encoder and decoder.
+ .
+ The encoder may be subclassed to provide serialization in any kind of
+ situation, without any special support by the objects to be serialized
+ (somewhat like pickle).
+ .
+ The decoder can handle incoming JSON strings of any specified encoding
+ (UTF-8 by default).
+ .
+ simplejson is the externally maintained development version of the json
+ library included with Python 2.6 and Python 3.0, but maintains backwards
+ compatibility with Python 2.5.
+ .
+ This package contains the extension built for the Python 2 debug interpreter.
 
 Package: python3-simplejson
 Architecture: any
 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: JSON encoder and decoder for Python 3
- simplejson is the externally maintained development version of the
- json library included with Python 2.6 and Python 3.0.
+Description: simple, fast, extensible JSON encoder/decoder for Python 3.x
+ simplejson is a simple, fast, complete, correct and extensible JSON
+ <http://json.org> encoder and decoder.
  .
  The encoder may be subclassed to provide serialization in any kind of
  situation, without any special support by the objects to be serialized
@@ -56,13 +72,33 @@ Description: JSON encoder and decoder for Python 3
  .
  The decoder can handle incoming JSON strings of any specified encoding
  (UTF-8 by default).
+ .
+ simplejson is the externally maintained development version of the json
+ library included with Python 2.6 and Python 3.0, but maintains backwards
+ compatibility with Python 2.5.
+ .
+ This package contains the Python 3.x module.
 
 Package: python3-simplejson-dbg
 Architecture: any
 Section: debug
 Priority: extra
 Depends: python3-simplejson (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
-Description: JSON encoder and decoder for python3-dbg
+Description: simple, fast, extensible JSON encoder/decoder for Python 3.x - debug symbols
+ simplejson is a simple, fast, complete, correct and extensible JSON
+ <http://json.org> encoder and decoder.
+ .
+ The encoder may be subclassed to provide serialization in any kind of
+ situation, without any special support by the objects to be serialized
+ (somewhat like pickle).
+ .
+ The decoder can handle incoming JSON strings of any specified encoding
+ (UTF-8 by default).
+ .
+ simplejson is the externally maintained development version of the json
+ library included with Python 2.6 and Python 3.0, but maintains backwards
+ compatibility with Python 2.5.
+ .
  This package contains the extension built for the Python 3 debug interpreter.
 
 Package: python-simplejson-doc
@@ -72,15 +108,29 @@ Priority: extra
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Recommends: python-simplejson
 Conflicts: python-simplejson (<= 3)
-Description: documentation for the simplejson Python library
- This package contains documentation for simplejson Python library.
+Description: simple, fast, extensible JSON encoder/decoder for Python - documentation
+ simplejson is a simple, fast, complete, correct and extensible JSON
+ <http://json.org> encoder and decoder.
+ .
+ The encoder may be subclassed to provide serialization in any kind of
+ situation, without any special support by the objects to be serialized
+ (somewhat like pickle).
+ .
+ The decoder can handle incoming JSON strings of any specified encoding
+ (UTF-8 by default).
+ .
+ simplejson is the externally maintained development version of the json
+ library included with Python 2.6 and Python 3.0, but maintains backwards
+ compatibility with Python 2.5.
+ .
+ This package contains documentation.
 
 Package: pypy-simplejson
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, pypy
-Description: JSON encoder and decoder for PyPy
- simplejson is the externally maintained development version of the
- json library included with Python 2.6 and Python 3.0.
+Description: simple, fast, extensible JSON encoder/decoder for Python - PyPy
+ simplejson is a simple, fast, complete, correct and extensible JSON
+ <http://json.org> encoder and decoder.
  .
  The encoder may be subclassed to provide serialization in any kind of
  situation, without any special support by the objects to be serialized
@@ -88,3 +138,9 @@ Description: JSON encoder and decoder for PyPy
  .
  The decoder can handle incoming JSON strings of any specified encoding
  (UTF-8 by default).
+ .
+ simplejson is the externally maintained development version of the json
+ library included with Python 2.6 and Python 3.0, but maintains backwards
+ compatibility with Python 2.5.
+ .
+ This package contains the PyPy module.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/simplejson.git



More information about the Python-modules-commits mailing list