[Python-modules-commits] [awscli] 06/07: debian/control: add version to botocore

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Feb 2 09:14:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

takaki pushed a commit to branch master
in repository awscli.

commit 37a998d877b6313c95a731bccdfa837989cdbf78
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Thu Feb 2 18:04:35 2017 +0900

    debian/control: add version to botocore
---
 debian/changelog |  2 ++
 debian/control   | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60351f3..ad4612d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ awscli (1.11.44-1) UNRELEASED; urgency=medium
 
   * New upstream version 1.11.44
   * debian/rules: Rename a bash completion file. (Closes: #823398)
+  * debian/control: add version info to depending packages. 
+    (Closes: #850867, #851685)
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 02 Feb 2017 17:55:28 +0900
 
diff --git a/debian/control b/debian/control
index 7f8a2f8..b7a1ad3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,14 @@ Build-Depends: debhelper (>= 9)
 	, python3
 	, python3-setuptools
 Build-Depends-Indep: python3-six
-        , python3-botocore
-        , python3-colorama
-        , python3-docutils
+        , python3-botocore(>=1.5.7)
+        , python3-colorama(>=0.2.5)
+        , python3-docutils(>=0.10)
         , python3-bcdoc
         , python3-pyasn1
-        , python3-rsa
-	, python3-s3transfer
-	, python3-yaml
+        , python3-rsa(>=3.1.2)
+	, python3-s3transfer(>=0.1.9)
+	, python3-yaml(>=3.10)
 Standards-Version: 3.9.8
 Homepage: http://aws.amazon.com/cli/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/awscli.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/awscli.git



More information about the Python-modules-commits mailing list