d/control: Run wrap-and-sort.

Signed-off-by: Alexander Gerasiov <gerasiov@yandex-team.ru>
This commit is contained in:
Alexander Gerasiov 2018-08-15 17:16:00 +03:00
parent f9ee2fe957
commit f5b9cfecdb

30
debian/control vendored
View file

@ -3,15 +3,14 @@ Section: python
Priority: optional Priority: optional
Maintainer: Eric Evans <eevans@debian.org> Maintainer: Eric Evans <eevans@debian.org>
Uploaders: Alexander GQ Gerasiov <gq@debian.org> Uploaders: Alexander GQ Gerasiov <gq@debian.org>
Build-Depends: Build-Depends: debhelper (>= 9),
debhelper (>= 9), dh-python,
dh-python, python-all,
python-all, python-s3transfer (>= 0.1.0),
python-setuptools, python-setuptools,
python3-all, python3-all,
python3-setuptools, python3-s3transfer (>= 0.1.0),
python-s3transfer (>= 0.1.0), python3-setuptools
python3-s3transfer (>= 0.1.0)
Standards-Version: 3.9.8 Standards-Version: 3.9.8
Homepage: https://github.com/boto/boto3 Homepage: https://github.com/boto/boto3
Vcs-Git: git://anonscm.debian.org/users/eevans/python-boto3.git Vcs-Git: git://anonscm.debian.org/users/eevans/python-boto3.git
@ -19,7 +18,11 @@ Vcs-Browser: https://anonscm.debian.org/gitweb/?p=users/eevans/python-boto3.git;
Package: python-boto3 Package: python-boto3
Architecture: all Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-botocore (>= 1.6.6), python-requests, python-six Depends: python-botocore (>= 1.6.6),
python-requests,
python-six,
${misc:Depends},
${python:Depends}
Description: Python interface to Amazon's Web Services - Python 2.x Description: Python interface to Amazon's Web Services - Python 2.x
Boto is the Amazon Web Services interface for Python. It allows developers Boto is the Amazon Web Services interface for Python. It allows developers
to write software that makes use of Amazon services like S3 and EC2. Boto to write software that makes use of Amazon services like S3 and EC2. Boto
@ -28,10 +31,13 @@ Description: Python interface to Amazon's Web Services - Python 2.x
Package: python3-boto3 Package: python3-boto3
Architecture: all Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-botocore (>= 1.6.6), python3-requests, python3-six Depends: python3-botocore (>= 1.6.6),
python3-requests,
python3-six,
${misc:Depends},
${python3:Depends}
Description: Python interface to Amazon's Web Services - Python 3.x Description: Python interface to Amazon's Web Services - Python 3.x
Boto is the Amazon Web Services interface for Python. It allows developers Boto is the Amazon Web Services interface for Python. It allows developers
to write software that makes use of Amazon services like S3 and EC2. Boto to write software that makes use of Amazon services like S3 and EC2. Boto
provides an easy to use, object-oriented API as well as low-level direct provides an easy to use, object-oriented API as well as low-level direct
service access. service access.