debian/0000775000000000000000000000000012306153531007167 5ustar debian/install0000664000000000000000000000006412306153531010560 0ustar tools/cinder.bash_completion etc/bash_completion.d/ debian/rules0000775000000000000000000000040412306153531010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 get-orig-source: uscan --verbose --force-download --rename --destdir=../build-area override_dh_auto_test: ./run_tests.sh -N -P debian/source/0000775000000000000000000000000012306153531010467 5ustar debian/source/format0000664000000000000000000000001412306153531011675 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000002512306153531010037 0ustar README.rst ChangeLog debian/tests/0000775000000000000000000000000012306153531010331 5ustar debian/tests/client0000775000000000000000000000052112306153531011533 0ustar #!/bin/bash #------------------------- # Testing client utilities #------------------------- set -e HELP_CLIENTS=('cinder') 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/control0000664000000000000000000000005312306153531011732 0ustar Tests: client Depends: python-cinderclient debian/compat0000664000000000000000000000000212306153531010365 0ustar 8 debian/copyright0000664000000000000000000000345012306153531011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-cinderclient Source: https://github.com/openstack/python-cinderclient Files: * Copyright: 2011 X.commerce, a business unit of eBay Inc. 2011 OpenStack, LLC 2011 Rackspace 2009 Jacob Kaplan-Moss License: Apache-2 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-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0' Files: debian/* Copyright: 2012 Canonical License: GPL-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. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/pydist-overrides0000664000000000000000000000001112306153531012416 0ustar argparse debian/control0000664000000000000000000000224112306153531010571 0ustar Source: python-cinderclient Section: python Priority: optional Maintainer: Chuck Short Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6), python-babel, python-fixtures (>= 0.3.12), python-mock, python-pbr (>= 0.5.21), python-prettytable (>= 0.6), python-requests (>= 1.1), python-setuptools, python-six, python-simplejson (>= 2.0.9), python-sphinx, python-testtools (>= 0.9.32), testrepository (>= 0.0.17), Standards-Version: 3.9.4 X-Python-Version: >= 2.5 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-cinderclient/icehouse/files Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-cinderclient/icehouse XS-Testsuite: autopkgtest Package: python-cinderclient Architecture: all Depends: python-prettytable (>= 0.6), python-requests (>= 1.1), python-simplejson (>= 2.0.9), python-babel, python-six, python-pkg-resources, ${misc:Depends}, ${python:Depends} Description: python bindings to the OpenStack Volume API This is a client for the OpenStack Volume API. There's a Python API (the ``cinderclient`` module), and a command-line script (``cinder``). Each implements 100% of the OpenStack Volume API. debian/watch0000664000000000000000000000040612306153531010220 0ustar version=3 opts="uversionmangle=s/%7E/~/" https://launchpad.net/python-cinderclient/+download https://launchpad.net/python-cinderclient/.*/.*/.*/python-cinderclient-(.*)\.tar\.gz http://tarballs.openstack.org/python-cinderclient python-cinderclient-(\d.*).tar.gz debian/changelog0000664000000000000000000001050512306153531011042 0ustar python-cinderclient (1:1.0.8-0ubuntu1) trusty; urgency=medium * New upstream release. * debian/patches/fix-search-opts.patch: Dropped no longer needed. -- Chuck Short Thu, 06 Mar 2014 15:15:14 -0500 python-cinderclient (1:1.0.7-0ubuntu2) trusty; urgency=medium * debian/patches/fix-search-opts.patch: Fix 'search_opts' unexpected keyword argument error (LP: #1248519) -- Chuck Short Thu, 30 Jan 2014 08:52:32 -0500 python-cinderclient (1:1.0.7-0ubuntu1) trusty; urgency=low * New upstream release. * debian/control: open icehouse release. -- Chuck Short Tue, 03 Dec 2013 13:25:35 -0500 python-cinderclient (1:1.0.6-0ubuntu1) saucy; urgency=low [ James Page ] * d/p/*: Dropped - no longer required. [ Chuck Short ] * New upstream release. (LP: #1236901) * debian/control: - Added versioned dependencies for python-simplejson, python-requests python-fixtures, python-pbr, python-prettytable, python-testtools, and testrepository, - Added dependencies on python-six and python-babel. - Dropped python-setuptools-git, python-httplib2, python-unittest2, and python-d2to1. -- Chuck Short Tue, 08 Oct 2013 11:12:46 -0400 python-cinderclient (1:1.0.5-0ubuntu2) saucy; urgency=low * Add missing depends on python-pkg-resources -- Scott Kitterman Sat, 07 Sep 2013 00:55:25 -0400 python-cinderclient (1:1.0.5-0ubuntu1) saucy; urgency=low [ Andres Rodriguez ] * debian/control: Build-Depends python-pbr and python-d2to1. [ Chuck Short ] * New upstream release. * debian/patches/fix-requirements.patch: Fix requests dependency. -- Chuck Short Tue, 13 Aug 2013 10:52:31 -0400 python-cinderclient (1:1.0.4-0ubuntu1) saucy; urgency=low [ Yolanda Robla ] * debian/tests: added autopkg tests [ James Page ] * New upstream release: - Fixes problem with --debug option (LP: #1130730). * d/control: Update VCS fields for new branch locations. * d/install: Enable bash completion for cinder command. * d/control: Drop pep8 from BD's. * d/control: Bumped Standards-Version to 3.9.4: - d/copyright: Switch to released version of DEP-5. -- James Page Thu, 18 Jul 2013 14:45:01 +0100 python-cinderclient (1:1.0.3-0ubuntu1) raring; urgency=low * New upstream release. -- Chuck Short Tue, 02 Apr 2013 09:20:51 -0500 python-cinderclient (1:1.0.2.20.g20dcc85-0ubuntu1) raring; urgency=low * New upstream release. * debian/control: Drop python-nose in favor of testrepository. -- Chuck Short Thu, 14 Feb 2013 20:58:32 -0600 python-cinderclient (1:1.0.2.3.g61e2a42-0ubuntu1) raring; urgency=low [ Adam Gandelman ] * New upstream release. [ Chuck Short ] * New upstream release. * debian/control: Add python-requests as a build dep * debian/control: Add python-testtools and python-fixtures as a build dep. [ Yolanda Robla ] * debian/control: add python-setuptools-git dependency * debian/copyright: Removed remaining dh boilerplate template. -- Adam Gandelman Thu, 10 Jan 2013 11:35:58 -0800 python-cinderclient (1:1.0.0-0ubuntu1) quantal; urgency=low [ Chuck Short ] * New upstream release. * debian/patches/fix-pep8-errors.patch: Dropped dont run pep8 tests. [ Adam Gandelman ] * debian/control: Drop 'Provides: ${python:Provides}'. -- Chuck Short Mon, 01 Oct 2012 12:05:26 -0500 python-cinderclient (1:0.2.12-0ubuntu1) quantal; urgency=low [ Soren Hansen ] * Update debian/watch to account for symbolically named tarballs and use newer URL. * Fix Launchpad URLs in debian/watch. [ Chuck Short ] * New upstream version. -- Chuck Short Fri, 07 Sep 2012 11:35:32 -0500 python-cinderclient (1:0.2-0ubuntu1) quantal; urgency=low * New upstream version. * debian/watch: Update. * debian/control: clean up run time deps and build deps. * debian/control: Add python-provides [ Adam Gandelman ] * debian/control: Set Provides: ${python:Provides}. -- Chuck Short Thu, 16 Aug 2012 12:03:50 -0500 python-cinderclient (2012.2~f1~20120621.8-0ubuntu1) quantal; urgency=low * Initial release. -- Chuck Short Wed, 27 Jun 2012 13:32:14 -0400 debian/patches/0000775000000000000000000000000012306153531010616 5ustar