[Python-modules-commits] [websocket-client] 07/09: Fixed duplicate short desc.

Thomas Goirand zigo at moszumanska.debian.org
Tue Jul 12 09:33:43 UTC 2016


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

zigo pushed a commit to branch master
in repository websocket-client.

commit 3623878eafca8f86a4faf4be58b7e7f13023ce3b
Author: Thomas Goirand <zigo at debian.org>
Date:   Tue Jul 12 10:14:28 2016 +0200

    Fixed duplicate short desc.
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 759854b..cd50ead 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ websocket-client (0.37.0-1) unstable; urgency=medium
   * Removed now useless version in python-all build-depends.
   * Removed useless X-Python{3,}-Version headers.
   * Standards-Version is now 3.9.8 (no change).
+  * Fixed duplicate short desc.
 
  -- Thomas Goirand <zigo at debian.org>  Mon, 11 Jul 2016 22:54:11 +0200
 
diff --git a/debian/control b/debian/control
index f3c30bc..ff1db20 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/websocket-c
 Package: python-websocket
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: WebSocket client library for Python
+Description: WebSocket client library - Python 2.7
  websocket-client provides a low-level, synchronous API providing WebSocket
  client functionality to Python programs. It conforms to the WebSocket
  specification as standardized by the IETF in RFC 6455.
@@ -28,12 +28,12 @@ Description: WebSocket client library for Python
  WebSocket is a protocol providing full-duplex communication channels over
  TCP, mostly used in Web browsers.
  .
- This is the Python 2 version.
+ This package provides the Python 2.7 version.
 
 Package: python3-websocket
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Description: WebSocket client library for Python
+Description: WebSocket client library - Python 3.x
  websocket-client provides a low-level, synchronous API providing WebSocket
  client functionality to Python programs. It conforms to the WebSocket
  specification as standardized by the IETF in RFC 6455.
@@ -41,4 +41,4 @@ Description: WebSocket client library for Python
  WebSocket is a protocol providing full-duplex communication channels over
  TCP, mostly used in Web browsers.
  .
- This is the Python 3 version.
+ This package provides the Python 3.x version.

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



More information about the Python-modules-commits mailing list