debian/0000775000000000000000000000000012300732740007166 5ustar debian/rules0000775000000000000000000000055612300732736010261 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 override_dh_auto_clean: dh_auto_clean rm -rf pbr*.egg get-orig-source: uscan --verbose --force-download --rename --destdir=../build-area debian/source/0000775000000000000000000000000012300732736010473 5ustar debian/source/format0000775000000000000000000000001412300732736011704 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001312300732736010040 0ustar README.rst debian/tests/0000775000000000000000000000000012300732736010335 5ustar debian/tests/client0000775000000000000000000000050612300732736011542 0ustar #!/bin/bash #------------------------- # Testing client utilities #------------------------- set -e HELP_CLIENTS=('trove') for client in "${HELP_CLIENTS[@]}"; do if ! $client -h 2>&1 > /dev/null; then echo "ERROR, ${client} did not run" exit 1 else echo "OK: ${client} ran" fi done exit 0 debian/tests/control0000664000000000000000000000005212300732736011735 0ustar Tests: client Depends: python-troveclient debian/compat0000664000000000000000000000000212300732736010371 0ustar 8 debian/copyright0000664000000000000000000000217312300732736011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-troveclient Source: http://github.com/openstack/python-troveclient.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-overrides0000664000000000000000000000001112300732736012422 0ustar argparse debian/control0000664000000000000000000000176112300732736010603 0ustar Source: python-troveclient 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-httplib2, python-keystoneclient, python-lxml, python-mock, python-pbr, python-prettytable (>= 0.6), python-simplejson, python-sphinx, python-setuptools, 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-troveclient/havana/files Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-troveclient/havana XS-Testsuite: autopkgtest Package: python-troveclient Architecture: all Depends: python-httplib2, python-lxml, python-setuptools, python-prettytable (>= 0.6), ${misc:Depends}, ${python:Depends} Description: Client library for Openstack Trove API. This is a client library for the OpenStack Trove API. debian/watch0000664000000000000000000000053512300732736010227 0ustar version=3 opts="uversionmangle=s/%7E/~/" https://launchpad.net/python-troveclient/+download https://launchpad.net/python-troveclient/.*/.*/.*/python-troveclient-(.*)\.tar\.gz http://tarballs.openstack.org/python-troveclient/ python-troveclient-(\d.*).tar.gz http://pypi.python.org/packages/source/p/python-troveclient/python-troveclient-(.*).tar.gz debian/changelog0000664000000000000000000000204112300732736011042 0ustar python-troveclient (1:1.0.3-0ubuntu3) trusty; urgency=medium * debian/control: Change binary to "trove". -- Chuck Short Tue, 18 Feb 2014 14:34:44 -0500 python-troveclient (1:1.0.3-0ubuntu2) trusty; urgency=medium * debian/tests/client: Change binary to "troveclient". -- Chuck Short Mon, 03 Feb 2014 13:11:56 -0500 python-troveclient (1:1.0.3-0ubuntu1) trusty; urgency=low * New upstream release. * debian/control: Add python-simplejson as a build dependency. -- Chuck Short Tue, 21 Jan 2014 10:21:50 -0500 python-troveclient (1:0.1.4-0ubuntu2) saucy; urgency=low * debian/*: Remove +x from files that do not require it. * debian/tests/{client, control}: Checkin simple dep8 test to ensure functioning client using '-h'. (LP: #1226871) -- Adam Gandelman Thu, 26 Sep 2013 17:18:32 -0700 python-troveclient (1:0.1.4-0ubuntu1) saucy; urgency=low * Initial release. -- Adam Gandelman Wed, 06 Jun 2012 12:54:56 -0700