Debian release 1.2.2-2

Second upload to New; Do not rely upon transitive dependencies.
This commit is contained in:
Eric Evans 2015-11-29 18:29:16 -06:00
parent bf907980b1
commit fd24250301
2 changed files with 6 additions and 8 deletions

4
debian/changelog vendored
View file

@ -1,5 +1,5 @@
python-boto3 (1.2.2-1) unstable; urgency=low python-boto3 (1.2.2-2) unstable; urgency=low
* Initial release (Closes: #798503) * Initial release (Closes: #798503)
-- Eric Evans <eevans@debian.org> Fri, 27 Nov 2015 16:40:05 -0600 -- Eric Evans <eevans@debian.org> Sun, 29 Nov 2015 16:40:15 -0600

10
debian/control vendored
View file

@ -7,10 +7,8 @@ Build-Depends:
dh-python, dh-python,
python-all, python-all,
python-setuptools, python-setuptools,
python-botocore, python3-all,
python3-all, python3-setuptools
python3-setuptools,
python3-botocore
Standards-Version: 3.9.6 Standards-Version: 3.9.6
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
@ -18,7 +16,7 @@ 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 Depends: ${misc:Depends}, ${python:Depends}, python-botocore, python-requests, python-six
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
@ -27,7 +25,7 @@ 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 Depends: ${misc:Depends}, ${python3:Depends}, python3-botocore, python3-requests, python3-six
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