[Python-modules-commits] [python-demjson] 06/10: d/control: De-duplicate the package descriptions.

Mattia Rizzolo mattia at debian.org
Mon Dec 18 11:14:14 UTC 2017


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

mattia pushed a commit to branch master
in repository python-demjson.

commit 2ed3127b426bd05674264547596a6dfe599b9c84
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Dec 18 12:02:21 2017 +0100

    d/control: De-duplicate the package descriptions.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/changelog | 3 +++
 debian/control   | 8 ++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c781def..42305c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
 python-demjson (2.2.4-2) UNRELEASED; urgency=medium
 
+  * Team upload.
+
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
   [ Mattia Rizzolo ]
   * Bump debhelper compat level to 11.
   * Bump Standards-Version to 4.1.2, no changes needed.
+  * De-duplicate the package descriptions.
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:58:33 +0200
 
diff --git a/debian/control b/debian/control
index 8c32532..08b339f 100644
--- a/debian/control
+++ b/debian/control
@@ -18,16 +18,20 @@ Package: python-demjson
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-Description: encoder, decoder, and lint/validator for JSON in Python
+Description: encoder, decoder, and lint/validator for JSON in Python (python2)
  demjson is a comprehensive Python language binding to the JSON
  language-independent data encoding standard, which is often used as a
  simpler substitute for XML in AJAX-based web applications.
+ .
+ This package contains the python2 library and the jsonlint-py script.
 
 Package: python3-demjson
 Architecture: all
 Depends: python3, ${python3:Depends}, ${misc:Depends}
 Provides: ${python3:Provides}
-Description: encoder, decoder, and lint/validator for JSON in Python
+Description: encoder, decoder, and lint/validator for JSON in Python (python3)
  demjson is a comprehensive Python language binding to the JSON
  language-independent data encoding standard, which is often used as a
  simpler substitute for XML in AJAX-based web applications.
+ .
+ This package contains the python3 library and the jsonlint-py3 script.

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



More information about the Python-modules-commits mailing list