[Python-modules-commits] [websocket-client] 09/09: * Add myself as uploader. * Ran wrap-and-sort -t -a.

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 79158b9c0158392e9fa6ac63f279caa21a394787
Author: Thomas Goirand <zigo at debian.org>
Date:   Tue Jul 12 11:33:30 2016 +0200

      * Add myself as uploader.
      * Ran wrap-and-sort -t -a.
---
 debian/changelog |  2 ++
 debian/control   | 11 +++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0fb3a69..05faf97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ websocket-client (0.37.0-1) unstable; urgency=medium
   * Standards-Version is now 3.9.8 (no change).
   * Fixed duplicate short desc.
   * Using update-alternatives to manage /usr/bin/wsdump.
+  * Add myself as uploader.
+  * Ran wrap-and-sort -t -a.
 
  -- Thomas Goirand <zigo at debian.org>  Mon, 11 Jul 2016 22:54:11 +0200
 
diff --git a/debian/control b/debian/control
index ff1db20..840d8ed 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: websocket-client
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Nicolas Dandrimont <olasd at debian.org>
+Uploaders: Nicolas Dandrimont <olasd at debian.org>,
+           Thomas Goirand <zigo at debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
@@ -11,7 +12,7 @@ Build-Depends: debhelper (>= 9),
                python-six,
                python3-all,
                python3-setuptools,
-               python3-six
+               python3-six,
 Standards-Version: 3.9.8
 Homepage: https://github.com/liris/websocket-client
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/websocket-client.git
@@ -19,7 +20,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/websocket-c
 
 Package: python-websocket
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
 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
@@ -32,7 +34,8 @@ Description: WebSocket client library - Python 2.7
 
 Package: python3-websocket
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends},
 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

-- 
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