[Python-modules-commits] [python-ws4py] 13/20: Run wrap-and-sort -t -a

Stein Magnus Jodal jodal at moszumanska.debian.org
Thu Nov 5 14:59:42 UTC 2015


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

jodal pushed a commit to branch master
in repository python-ws4py.

commit d5078570c0b4af6e2714eb878e2a89188ed2e2ce
Author: Stein Magnus Jodal <jodal at debian.org>
Date:   Thu Nov 5 14:49:52 2015 +0100

    Run wrap-and-sort -t -a
---
 debian/changelog |  1 +
 debian/control   | 48 +++++++++++++++++++++---------------------------
 2 files changed, 22 insertions(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cb198db..c7dff4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-ws4py (0.3.4-2) UNRELEASED; urgency=medium
     - Bump Standards-Version to 3.9.6 (no change required)
     - Build-Depend on debhelper 9
     - Build-Depend on dh-python
+    - Run `wrap-and-sort -t -a`
   * debian/copyright
     - Update my email address
     - Update copyright for 2015
diff --git a/debian/control b/debian/control
index 4094d1f..517cd64 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,19 @@ Source: python-ws4py
 Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Stein Magnus Jodal <jodal at debian.org>
-Build-Depends:
-    debhelper (>= 9),
-    dh-python,
-    python-all (>= 2.6.6-3~),
-    python-setuptools,
-    python-unittest2,
-    python3-all,
-    python3-setuptools,
-    python-sphinx (>= 1.0.7+dfsg),
-    python-sphinxcontrib.seqdiag,
-    python-cherrypy3 (>= 3.2.2),
-    python-gevent (>= 0.13.6),
-    python-tornado (>= 2.0)
+Uploaders: Stein Magnus Jodal <jodal at debian.org>,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-cherrypy3 (>= 3.2.2),
+               python-gevent (>= 0.13.6),
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg),
+               python-sphinxcontrib.seqdiag,
+               python-tornado (>= 2.0),
+               python-unittest2,
+               python3-all,
+               python3-setuptools,
 Standards-Version: 3.9.6
 Homepage: https://ws4py.readthedocs.org/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-ws4py.git
@@ -25,14 +24,10 @@ X-Python3-Version: >= 3.2
 
 Package: python-ws4py
 Architecture: all
-Depends:
-    ${python:Depends},
-    ${sphinxdoc:Depends},
-    ${misc:Depends}
-Suggests:
-    python-cherrypy3 (>= 3.2.2) |
-    python-gevent (>= 0.13.6) |
-    python-tornado (>= 2.0)
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${sphinxdoc:Depends},
+Suggests: python-cherrypy3 (>= 3.2.2) | python-gevent (>= 0.13.6) | python-tornado (>= 2.0),
 Description: WebSocket library for Python (Python 2)
  Python library providing an implementation of the WebSocket protocol defined
  in RFC 6456.
@@ -41,11 +36,10 @@ Description: WebSocket library for Python (Python 2)
 
 Package: python3-ws4py
 Architecture: all
-Depends:
-    ${python3:Depends},
-    ${sphinxdoc:Depends},
-    ${misc:Depends}
-Suggests: python3-tornado (>= 2.0)
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${sphinxdoc:Depends},
+Suggests: python3-tornado (>= 2.0),
 Description: WebSocket library for Python (Python 3)
  Python library providing an implementation of the WebSocket protocol defined
  in RFC 6456.

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



More information about the Python-modules-commits mailing list