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

This commit is contained in:
Takaki Taniguchi 2014-01-04 08:21:59 +00:00
commit 6b07f66117
8 changed files with 84 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
python-botocore (0.29.0-1) unstable; urgency=low
* Initial release (Closes: #733214)
-- TANIGUCHI Takaki <takaki@debian.org> Fri, 27 Dec 2013 16:45:14 +0900

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
9

32
debian/control vendored Normal file
View file

@ -0,0 +1,32 @@
Source: python-botocore
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9)
, python-all
, python-setuptools
, python3-all
, python3-setuptools
Standards-Version: 3.9.5
Homepage: https://github.com/boto/botocore
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/python-botocore/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/python-botocore/trunk/
Package: python-botocore
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Low-level, data-driven core of boto 3 (Python 2)
A low-level interface to a growing number of Amazon Web Services.
The botocore package is the foundation for AWS-CLI.
.
This package contains the module for Python 2.
Package: python3-botocore
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Low-level, data-driven core of boto 3 (Python 3)
A low-level interface to a growing number of Amazon Web Services.
The botocore package is the foundation for AWS-CLI.
.
This package contains the module for Python 3.

30
debian/copyright vendored Normal file
View file

@ -0,0 +1,30 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-botocore
Source: https://pypi.python.org/pypi/botocore
Files: *
Copyright: Mitch Garnaat <garnaat@amazon.com>
License: MIT
Files: debian/*
Copyright: 2013 TANIGUCHI Takaki <takaki@debian.org>
License: MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2
debian/docs vendored Normal file
View file

@ -0,0 +1,2 @@
README.rst
requirements.txt

11
debian/rules vendored Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_DESTDIR_python2=debian/python-botocore/
export PYBUILD_DESTDIR_python3=debian/python3-botocore/
%:
dh $@ --with python2,python3 --buildsystem=pybuild

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View file

@ -0,0 +1,2 @@
version=3
http://pypi.python.org/packages/source/b/botocore/botocore-(.*).tar.gz