[Python-modules-commits] [python-pykka] 12/17: Run wrap-and-sort -t -a

Stein Magnus Jodal jodal at moszumanska.debian.org
Sat Nov 7 20:24:47 UTC 2015


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

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

commit 6e1504d133774e9dd995bec9d83c8af386806d2e
Author: Stein Magnus Jodal <jodal at debian.org>
Date:   Sat Nov 7 21:08:43 2015 +0100

    Run wrap-and-sort -t -a
---
 debian/control | 37 ++++++++++++++++---------------------
 1 file changed, 16 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index ab4083c..897dfdc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,13 @@ Section: python
 Priority: optional
 Maintainer: Stein Magnus Jodal <jodal at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
-Build-Depends:
-    debhelper (>= 9),
-    dh-python,
-    python-all (>= 2.6.6-3~),
-    python3-all,
-    python-setuptools,
-    python3-setuptools,
-    python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
+               python3-all,
+               python3-setuptools,
 Standards-Version: 3.9.6
 Homepage: http://www.pykka.org/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pykka.git
@@ -20,15 +19,12 @@ X-Python3-Version: >= 3.2
 
 Package: python-pykka
 Architecture: all
-Depends:
-    ${python:Depends},
-    ${sphinxdoc:Depends},
-    ${misc:Depends}
-Conflicts: python-pykka-doc
-Replaces: python-pykka-doc
-Suggests:
-    python-gevent |
-    python-eventlet
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${sphinxdoc:Depends},
+Conflicts: python-pykka-doc,
+Replaces: python-pykka-doc,
+Suggests: python-gevent | python-eventlet,
 Description: Actor model library for Python (Python 2)
  Pykka is a Python implementation of the actor model. The actor model
  introduces some simple rules to control the sharing of state and cooperation
@@ -42,10 +38,9 @@ Description: Actor model library for Python (Python 2)
 
 Package: python3-pykka
 Architecture: all
-Depends:
-    ${python3:Depends},
-    ${sphinxdoc:Depends},
-    ${misc:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${sphinxdoc:Depends},
 Description: Actor model library for Python (Python 3)
  Pykka is a Python implementation of the actor model. The actor model
  introduces some simple rules to control the sharing of state and cooperation

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



More information about the Python-modules-commits mailing list