[Python-apps-commits] r12771 - in packages/awscli/trunk/debian (changelog control)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Feb 2 10:30:33 UTC 2016


    Date: Tuesday, February 2, 2016 @ 10:30:32
  Author: takaki
Revision: 12771

prepare release

Modified:
  packages/awscli/trunk/debian/changelog
  packages/awscli/trunk/debian/control

Modified: packages/awscli/trunk/debian/changelog
===================================================================
--- packages/awscli/trunk/debian/changelog	2016-02-02 09:15:10 UTC (rev 12770)
+++ packages/awscli/trunk/debian/changelog	2016-02-02 10:30:32 UTC (rev 12771)
@@ -1,8 +1,11 @@
-awscli (1.10.1-1) UNRELEASED; urgency=medium
+awscli (1.10.1-1) unstable; urgency=medium
 
+  * debian/control
+    - add python3-pyasn1, python3-rsa to fix FTBFS (Closes: #811258)
+    - Depend on python3's botocore. (Closes: #811396)
   * New upstream release
 
- -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 02 Feb 2016 18:13:39 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 02 Feb 2016 19:30:21 +0900
 
 awscli (1.9.9-2) unstable; urgency=medium
 

Modified: packages/awscli/trunk/debian/control
===================================================================
--- packages/awscli/trunk/debian/control	2016-02-02 09:15:10 UTC (rev 12770)
+++ packages/awscli/trunk/debian/control	2016-02-02 10:30:32 UTC (rev 12771)
@@ -11,6 +11,8 @@
         , python3-colorama
         , python3-docutils
         , python3-bcdoc
+        , python3-pyasn1
+        , python3-rsa
 Standards-Version: 3.9.6
 Homepage: http://aws.amazon.com/cli/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/awscli/trunk/
@@ -19,7 +21,7 @@
 
 Package: awscli
 Architecture: all
-Depends: python3, python-botocore(>=1.3.9), ${python3:Depends}, ${misc:Depends}
+Depends: python3, python3-botocore(>=1.3.9), ${python3:Depends}, ${misc:Depends}
 Description: Universal Command Line Environment for AWS
  This package provides a unified command line interface to many
  Amazon Web Services.




More information about the Python-apps-commits mailing list