[Python-apps-commits] r10316 - in packages/awscli/trunk (13 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sat Jan 4 08:19:41 UTC 2014


    Date: Saturday, January 4, 2014 @ 08:19:40
  Author: takaki
Revision: 10316

[svn-inject] Applying Debian modifications (1.2.9-1) to trunk

Added:
  packages/awscli/trunk/debian/
  packages/awscli/trunk/debian/changelog
  packages/awscli/trunk/debian/compat
  packages/awscli/trunk/debian/control
  packages/awscli/trunk/debian/copyright
  packages/awscli/trunk/debian/dirs
  packages/awscli/trunk/debian/docs
  packages/awscli/trunk/debian/links
  packages/awscli/trunk/debian/rules
  packages/awscli/trunk/debian/source/
  packages/awscli/trunk/debian/source/format
  packages/awscli/trunk/debian/source/options
  packages/awscli/trunk/debian/watch


Property changes on: packages/awscli/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/awscli/trunk/debian/changelog
===================================================================
--- packages/awscli/trunk/debian/changelog	                        (rev 0)
+++ packages/awscli/trunk/debian/changelog	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1,5 @@
+awscli (1.2.9-1) unstable; urgency=low
+
+  * Initial release (Closes: #733211)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 27 Dec 2013 15:08:00 +0900

Added: packages/awscli/trunk/debian/compat
===================================================================
--- packages/awscli/trunk/debian/compat	                        (rev 0)
+++ packages/awscli/trunk/debian/compat	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1 @@
+9

Added: packages/awscli/trunk/debian/control
===================================================================
--- packages/awscli/trunk/debian/control	                        (rev 0)
+++ packages/awscli/trunk/debian/control	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1,46 @@
+Source: awscli
+Section: admin
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+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

Added: packages/awscli/trunk/debian/copyright
===================================================================
--- packages/awscli/trunk/debian/copyright	                        (rev 0)
+++ packages/awscli/trunk/debian/copyright	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1,27 @@
+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 <takaki at debian.org>
+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".

Added: packages/awscli/trunk/debian/dirs
===================================================================
--- packages/awscli/trunk/debian/dirs	                        (rev 0)
+++ packages/awscli/trunk/debian/dirs	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/zsh/vendor-completions

Added: packages/awscli/trunk/debian/docs
===================================================================
--- packages/awscli/trunk/debian/docs	                        (rev 0)
+++ packages/awscli/trunk/debian/docs	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1,2 @@
+README.rst
+requirements.txt

Added: packages/awscli/trunk/debian/links
===================================================================
--- packages/awscli/trunk/debian/links	                        (rev 0)
+++ packages/awscli/trunk/debian/links	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1,3 @@
+usr/share/awscli/aws		usr/bin/aws
+usr/share/awscli/aws_completer	usr/bin/aws_completer
+

Added: packages/awscli/trunk/debian/rules
===================================================================
--- packages/awscli/trunk/debian/rules	                        (rev 0)
+++ packages/awscli/trunk/debian/rules	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1,21 @@
+#!/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:


Property changes on: packages/awscli/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/awscli/trunk/debian/source/format
===================================================================
--- packages/awscli/trunk/debian/source/format	                        (rev 0)
+++ packages/awscli/trunk/debian/source/format	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/awscli/trunk/debian/source/options
===================================================================
--- packages/awscli/trunk/debian/source/options	                        (rev 0)
+++ packages/awscli/trunk/debian/source/options	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

Added: packages/awscli/trunk/debian/watch
===================================================================
--- packages/awscli/trunk/debian/watch	                        (rev 0)
+++ packages/awscli/trunk/debian/watch	2014-01-04 08:19:40 UTC (rev 10316)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/a/awscli/awscli-(.*).tar.gz
+




More information about the Python-apps-commits mailing list