diff --git a/debian/changelog b/debian/changelog index 293b760..fd0168c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) - -- Eric Evans Fri, 27 Nov 2015 16:40:05 -0600 + -- Eric Evans Sun, 29 Nov 2015 16:40:15 -0600 diff --git a/debian/control b/debian/control index e98a4ab..b1cfbfe 100644 --- a/debian/control +++ b/debian/control @@ -7,10 +7,8 @@ Build-Depends: dh-python, python-all, python-setuptools, - python-botocore, - python3-all, - python3-setuptools, - python3-botocore + python3-all, + python3-setuptools Standards-Version: 3.9.6 Homepage: https://github.com/boto/boto3 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 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 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 @@ -27,7 +25,7 @@ Description: Python interface to Amazon's Web Services - Python 2.x Package: python3-boto3 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 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