diff -Nru awscli-1.11.13/debian/changelog awscli-1.11.13/debian/changelog --- awscli-1.11.13/debian/changelog 2016-11-22 22:37:27.000000000 +0000 +++ awscli-1.11.13/debian/changelog 2017-01-10 19:57:27.000000000 +0000 @@ -1,11 +1,15 @@ -awscli (1.11.13-1~16.04.0) xenial; urgency=medium +awscli (1.11.13-1ubuntu1~16.04.0) xenial; urgency=high - * No-change backport to Xenial: - - This awscli update is required to support the Amazon EC2 "Elastic - Network Adapter" ('ENA') driver (LP: #1642730) - - Fix "AWSCLI doesn't support S3 in eu-central-1" (LP: #1566352) + * No-change backport to Xenial for LP: #1654315 - -- Kamal Mostafa Tue, 22 Nov 2016 14:33:43 -0800 + -- Kamal Mostafa Tue, 10 Jan 2017 11:53:22 -0800 + +awscli (1.11.13-1ubuntu1) zesty; urgency=high + + * debian/control: awscli 1.11.? requires python3-botocore(>=1.4.?) + - Depend on python3-botocore(>=1.4.70) (LP: #1654315) + + -- Kamal Mostafa Tue, 10 Jan 2017 11:25:28 -0800 awscli (1.11.13-1) unstable; urgency=medium diff -Nru awscli-1.11.13/debian/control awscli-1.11.13/debian/control --- awscli-1.11.13/debian/control 2016-11-10 10:50:29.000000000 +0000 +++ awscli-1.11.13/debian/control 2017-01-10 19:38:09.000000000 +0000 @@ -1,7 +1,8 @@ Source: awscli Section: admin Priority: optional -Maintainer: Debian Python Modules Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 9) , python3 @@ -22,7 +23,7 @@ Package: awscli Architecture: all -Depends: python3, python3-botocore(>=1.3.9), ${python3:Depends}, ${misc:Depends} +Depends: python3, python3-botocore(>=1.4.70), ${python3:Depends}, ${misc:Depends} Description: Universal Command Line Environment for AWS This package provides a unified command line interface to many Amazon Web Services.