debian/0000775000000000000000000000000012262263161007171 5ustar debian/source/0000775000000000000000000000000012262263161010471 5ustar debian/source/format0000664000000000000000000000001412261742043011677 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005212261742043012104 0ustar extend-diff-ignore = "^[^/]*[.]egg-info/" debian/patches/0000775000000000000000000000000012262263161010620 5ustar debian/patches/adopt_to_botocore_changes0000664000000000000000000000332312262262431015740 0ustar Description: Adopt to botocore changes. botocore is changed to remove duplicated code. So import path have to be changed. . awscli (1.2.9-1) unstable; urgency=low . * Initial release (Closes: #733211) Author: TANIGUCHI Takaki Bug-Debian: http://bugs.debian.org/733211 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- awscli-1.2.9.orig/awscli/customizations/cloudtrail.py +++ awscli-1.2.9/awscli/customizations/cloudtrail.py @@ -16,7 +16,7 @@ import sys from awscli.customizations.commands import BasicCommand from awscli.customizations.service import Service -from botocore.vendored import requests +import requests LOG = logging.getLogger(__name__) --- awscli-1.2.9.orig/awscli/customizations/s3/tasks.py +++ awscli-1.2.9/awscli/customizations/s3/tasks.py @@ -4,7 +4,7 @@ import os import time import threading -from botocore.vendored import requests +import requests from awscli.customizations.s3.utils import find_bucket_key, MD5Error, \ operate, ReadFileChunk, relative_path --- awscli-1.2.9.orig/awscli/paramfile.py +++ awscli-1.2.9/awscli/paramfile.py @@ -15,7 +15,7 @@ import logging import os -from botocore.vendored import requests +import requests import six debian/patches/series0000664000000000000000000000003212262262264012033 0ustar adopt_to_botocore_changes debian/links0000664000000000000000000000013012261742043010226 0ustar usr/share/awscli/aws usr/bin/aws usr/share/awscli/aws_completer usr/bin/aws_completer debian/changelog0000664000000000000000000000047512262263141011047 0ustar awscli (1.2.9-2) unstable; urgency=medium * debian/pathces/adopt_to_botocore_changes -- TANIGUCHI Takaki Sun, 05 Jan 2014 23:04:16 +0900 awscli (1.2.9-1) unstable; urgency=low * Initial release (Closes: #733211) -- TANIGUCHI Takaki Fri, 27 Dec 2013 15:08:00 +0900 debian/watch0000664000000000000000000000011612261742043010220 0ustar version=3 http://pypi.python.org/packages/source/a/awscli/awscli-(.*).tar.gz debian/compat0000664000000000000000000000000212261742043010367 0ustar 9 debian/rules0000775000000000000000000000121112261742043010244 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_install: python3 setup.py install --root=debian/awscli --install-layout=deb \ --install-lib=/usr/share/awscli \ --install-scripts=/usr/share/awscli mv $(CURDIR)/debian/awscli/usr/share/awscli/aws_zsh_completer.sh \ $(CURDIR)/debian/awscli/usr/share/zsh/vendor-completions/_awscli rm $(CURDIR)/debian/awscli/usr/share/awscli/aws.cmd override_dh_fixperms: dh_fixperms chmod -x $(CURDIR)/debian/awscli/usr/share/zsh/vendor-completions/_awscli # override_dh_auto_build: debian/docs0000664000000000000000000000003412261742043010041 0ustar README.rst requirements.txt debian/control0000664000000000000000000000261012261742043010573 0ustar Source: awscli Section: admin Priority: optional Maintainer: Python Applications Packaging Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 9) , python3 , python3-setuptools Standards-Version: 3.9.5 Homepage: http://aws.amazon.com/cli/ Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/awscli/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/awscli/trunk/ X-Python3-Version: >= 3.3 Package: awscli Architecture: all Depends: python3, ${python3:Depends}, ${misc:Depends} Description: Universal Command Line Environment for AWS This package provides a unified command line interface to many Amazon Web Services. . The currently supported services include: . * AWS CloudFormation * AWS Data Pipeline * AWS Direct Connect * AWS Elastic Beanstalk * AWS Identity and Access Management * AWS Import/Export * AWS OpsWorks * AWS Security Token Service * AWS Storage Gateway * Amazon CloudWatch * Amazon ElastiCache * Amazon Elastic Compute Cloud * Amazon Elastic MapReduce * Amazon Elastic Transcoder * Amazon Redshift * Amazon Relational Database Service (Beta) * Amazon Simple Email Service * Amazon Simple Notification Service * Amazon Simple Queue Service * Amazon Simple Storage Service * Amazon Simple Workflow Service * Auto Scaling * Elastic Load Balancing debian/dirs0000664000000000000000000000005112261742043010051 0ustar usr/bin usr/share/zsh/vendor-completions debian/copyright0000664000000000000000000000175312261742043011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: awscli Source: https://pypi.python.org/pypi/awscli Files: * Copyright: 2012-2013 Amazon.com, Inc. or its affiliates License: Apache-2.0 Files: debian/* Copyright: 2013 TANIGUCHI Takaki License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0".