[Python-modules-commits] [python-tornado] 02/05: wrap-and-sort -t -a

Ondřej Nový onovy-guest at moszumanska.debian.org
Mon May 23 20:03:45 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository python-tornado.

commit 8871f9e0965cbae5964612982f9d23265ae21302
Author: Ondřej Nový <novy at ondrej.org>
Date:   Mon May 23 21:29:18 2016 +0200

    wrap-and-sort -t -a
---
 debian/control | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 9f3ab54..8af9f50 100644
--- a/debian/control
+++ b/debian/control
@@ -7,15 +7,16 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Carl Chenet <chaica at debian.org>,
            Yaroslav Halchenko <debian at onerussian.com>,
            Julian Taylor <jtaylor.debian at googlemail.com>,
-           Julien Puydt <julien.puydt at laposte.net>
-Build-Depends: debhelper (>= 9),
+           Julien Puydt <julien.puydt at laposte.net>,
+Build-Depends: ca-certificates,
+               debhelper (>= 9),
                dh-python,
                python-all-dev,
+               python-backports-abc,
+               python-singledispatch,
                python3-all-dev,
                python3-setuptools,
-               python-singledispatch, python3-singledispatch,
-               python-backports-abc,
-               ca-certificates
+               python3-singledispatch,
 Standards-Version: 3.9.8
 Homepage: http://www.tornadoweb.org/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-tornado.git
@@ -28,8 +29,9 @@ Depends: ca-certificates,
          python (>= 2.6) | python-simplejson,
          python-pycurl,
          ${misc:Depends},
-         ${python:Depends}
-Recommends: python (>= 2.6) | python-multiprocessing, python-mysqldb
+         ${python:Depends},
+Recommends: python (>= 2.6) | python-multiprocessing,
+            python-mysqldb,
 Description: scalable, non-blocking web server and tools
  Tornado is an open source version of the scalable, non-blocking
  web server and tools that power FriendFeed. The FriendFeed application
@@ -41,7 +43,9 @@ Description: scalable, non-blocking web server and tools
 
 Package: python3-tornado
 Architecture: any
-Depends: ca-certificates, ${misc:Depends}, ${python3:Depends}
+Depends: ca-certificates,
+         ${misc:Depends},
+         ${python3:Depends},
 Description: scalable, non-blocking web server and tools - Python 3 package
  Tornado is an open source version of the scalable, non-blocking
  web server and tools that power FriendFeed. The FriendFeed application

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



More information about the Python-modules-commits mailing list