summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTristan Seligmann <mithrandi@mithrandi.net>2016-02-21 23:10:42 +0200
committerTristan Seligmann <mithrandi@mithrandi.net>2016-02-21 23:10:42 +0200
commit19be16669394423d7200536e58f0f162864a7df1 (patch)
treec2b5c7edd5bb07b12c7b3408c565473fbbd71b7a /debian/control
parent4617a028de48ac75b04397c2c5cba13047401879 (diff)
Run wrap-and-sort -t -s.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 19 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 1226550..58d9cbc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,23 @@ Source: python-service-identity
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
- python-all, python-setuptools, python-openssl, python-pyasn1-modules, python-characteristic, python-pytest,
- python3-all, python3-setuptools, python3-openssl, python3-pyasn1-modules, python3-characteristic, python3-pytest,
- python3-idna, python-idna
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-characteristic,
+ python-idna,
+ python-openssl,
+ python-pyasn1-modules,
+ python-pytest,
+ python-setuptools,
+ python3-all,
+ python3-characteristic,
+ python3-idna,
+ python3-openssl,
+ python3-pyasn1-modules,
+ python3-pytest,
+ python3-setuptools,
Build-Depends-Indep: python3-sphinx
Standards-Version: 3.9.7
Section: python
@@ -15,7 +28,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-serv
Package: python-service-identity
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-idna
Description: Service identity verification for pyOpenSSL (Python 2 module)
Service_identity aspires to give you all the tools you need for verifying
@@ -27,7 +40,7 @@ Description: Service identity verification for pyOpenSSL (Python 2 module)
Package: python3-service-identity
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-idna
Description: Service identity verification for pyOpenSSL (Python 3 module)
Service_identity aspires to give you all the tools you need for verifying