[Python-modules-commits] [python-stomp] 01/04: Ran wrap-and-sort -s

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Nov 13 16:43:39 UTC 2017


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

hertzog pushed a commit to branch debian/master
in repository python-stomp.

commit 0182e08acc3ccee49b1f6a9c99ce1835d2e189d3
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Nov 13 17:27:35 2017 +0100

    Ran wrap-and-sort -s
---
 debian/control | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ec8b0ae..ab4b97e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,14 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sophie Brun <sophie at freexian.com>
-Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python3-sphinx
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+ python3-sphinx
 Standards-Version: 4.1.1
 Homepage: https://github.com/jasonrbriggs/stomp.py
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-stomp.git
@@ -12,7 +19,7 @@ Testsuite: autopkgtest-pkg-python
 
 Package: python-stomp
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Suggests: python-stomp-doc
 Description: STOMP client library (Python 2)
  This package contains stomp.py, a Python client library for accessing messaging
@@ -23,7 +30,7 @@ Description: STOMP client library (Python 2)
 
 Package: python3-stomp
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Suggests: python-stomp-doc
 Description: STOMP client library (Python 3)
  This package contains stomp.py, a Python client library for accessing messaging
@@ -36,7 +43,7 @@ Description: STOMP client library (Python 3)
 Package: python-stomp-doc
 Architecture: all
 Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: STOMP client library (common documentation)
  This package contains stomp.py, a Python client library for accessing messaging
  servers (such as Apollo or RabbitMQ) using the STOMP protocol (versions 1.0,

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



More information about the Python-modules-commits mailing list