debian/0000775000000000000000000000000012306151772007174 5ustar debian/rules0000775000000000000000000000046412306151772010260 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) testr init && testr run --parallel endif get-orig-source: uscan --verbose --force-download --rename --destdir=../build-area debian/source/0000775000000000000000000000000012306151772010474 5ustar debian/source/format0000775000000000000000000000001412306151772011705 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001312306151772010041 0ustar README.rst debian/tests/0000775000000000000000000000000012306151772010336 5ustar debian/tests/client0000775000000000000000000000052012306151772011537 0ustar #!/bin/bash #------------------------- # Testing client utilities #------------------------- set -e HELP_CLIENTS=('swift') for client in "${HELP_CLIENTS[@]}"; do if ! $client -h 2>&1 > /dev/null; then echo "ERROR, ${client} is not running" exit 1 else echo "OK: ${client} is running" fi done exit 0 debian/tests/control0000664000000000000000000000005212306151772011736 0ustar Tests: client Depends: python-swiftclient debian/compat0000775000000000000000000000000212306151772010375 0ustar 8 debian/copyright0000664000000000000000000000217312306151772011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-swiftclient Source: http://github.com/openstack/python-swiftclient.git Files: * Copyright: 2010-2012 OpenStack, LLC. License: Apache-2 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . censed 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-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. debian/pydist-overrides0000775000000000000000000000001112306151772012426 0ustar argparse debian/control0000664000000000000000000000227112306151772010601 0ustar Source: python-swiftclient Section: python Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Adam Gandelman Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-coverage, python-d2to1, python-eventlet, python-fixtures, python-httplib2, python-keystoneclient, python-mock, python-nose, python-pbr, python-prettytable, python-setuptools, python-simplejson, python-testtools, python-subunit, testrepository Standards-Version: 3.9.4 X-Python-Version: >= 2.7 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-swiftclient/icehouse/files Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-swiftclient/icehouse XS-Testsuite: autopkgtest Package: python-swiftclient Architecture: all Depends: python-eventlet, python-httplib2, python-keystoneclient, python-setuptools, ${misc:Depends}, ${python:Depends} Breaks: swift ( << 1.7.4-0ubuntu2) Replaces: swift ( << 1.7.4-0ubuntu2) Description: Client library for Openstack Swift API. This is a client for the OpenStack Swift API. There's a Python API (the ``swiftclient`` module), and a command-line script (``swift``). debian/watch0000775000000000000000000000053512306151772010233 0ustar version=3 opts="uversionmangle=s/%7E/~/" https://launchpad.net/python-swiftclient/+download https://launchpad.net/python-swiftclient/.*/.*/.*/python-swiftclient-(.*)\.tar\.gz http://tarballs.openstack.org/python-swiftclient/ python-swiftclient-(\d.*).tar.gz http://pypi.python.org/packages/source/p/python-swiftclient/python-swiftclient-(.*).tar.gz debian/changelog0000664000000000000000000000541112306151772011047 0ustar python-swiftclient (1:2.0.3-0ubuntu1) trusty; urgency=medium * New upstream release. -- Corey Bryant Thu, 06 Mar 2014 13:59:34 -0500 python-swiftclient (1:1.8.0-0ubuntu1) trusty; urgency=low * New upstream release. * debian/control: open icehouse release. -- Chuck Short Tue, 21 Jan 2014 11:23:04 -0500 python-swiftclient (1:1.6.0-0ubuntu1) saucy; urgency=low [ James Page ] * d/control: Update VCS fields for new branch locations. [ Chuck Short ] * New upstream release. * debian/control: Add python-mock as a dependency. -- Chuck Short Fri, 06 Sep 2013 13:29:42 -0400 python-swiftclient (1:1.4.0-0ubuntu1) saucy; urgency=low [ James Page ] * d/control: Fix typo in package description. [ Chuck Short ] * New upstream release. * debian/control: - Drop dependency of python-argparse - Add dependency of python-d2to1 and python-pbr - Add python-subunit, python-coverage, python-testtools, and testrepository. * debian/rules: Run testr by hand since we dont want to run pep8 tests. [ Yolanda Robla ] * debian/tests: added autopkg tests -- Chuck Short Thu, 04 Jul 2013 08:04:45 -0500 python-swiftclient (1:1.3.0-0ubuntu1) raring; urgency=low * New changelog. * debian/control: Breaks and Replaces if swift is installed. (LP: #1062160) * debian/control: Add python-testtools and python-fixtures as a build depends. -- Chuck Short Wed, 13 Feb 2013 08:52:28 -0600 python-swiftclient (1:1.2.0-0ubuntu2) quantal; urgency=low [ Adam Gandelman ] * debian/control: Drop dependency on ${python:Provides}, add python-setuptools. [ Soren Hansen ] * Update debian/watch to account for symbolically named tarballs and use newer URL. * Fix Launchpad URLs in debian/watch. -- Adam Gandelman Wed, 19 Sep 2012 14:16:32 -0700 python-swiftclient (1:1.2.0-0ubuntu1) quantal; urgency=low [ Adam Gandleman ] * debian/control, pydist-overrides: Add python-keystoneclient. [ Chuck Short ] * New upstram version. * debian/pydist-overrides: Drop python-keystoneclient. * debian/control: Add X-Python version and ${python:Provides} * New upstream version * debian/watch: Add pypi sources -- Chuck Short Tue, 18 Sep 2012 19:04:28 -0500 python-swiftclient (1:1.1.1-0ubuntu1) quantal; urgency=low [ Adam Gandelman ] * Initial release. [ Chuck Short ] * debian/watch: Added * debian/rules: Download tarball from regular places. * Update changelog * debian/control: Add python-eventlet as a build depends. * debian/rules: Enabled changelog. * debian/copyright: Update format. -- Adam Gandelman Wed, 06 Jun 2012 12:54:56 -0700