debian/0000775000000000000000000000000012315056315007171 5ustar debian/README.source0000775000000000000000000000033512315056315011354 0ustar python-keystoneclient for Debian -------------------------------- debian/rules0000775000000000000000000000046112315056315010252 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))) bash run_tests.sh -N -P || true endif get-orig-source: uscan --verbose --force-download --rename --destdir=../build-area debian/source/0000775000000000000000000000000012315056315010471 5ustar debian/source/format0000775000000000000000000000001412315056315011702 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001312315056315010036 0ustar README.rst debian/tests/0000775000000000000000000000000012315056315010333 5ustar debian/tests/client0000775000000000000000000000052312315056315011537 0ustar #!/bin/bash #------------------------- # Testing client utilities #------------------------- set -e HELP_CLIENTS=('keystone') 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/control0000664000000000000000000000005512315056315011736 0ustar Tests: client Depends: python-keystoneclient debian/compat0000775000000000000000000000000212315056315010372 0ustar 8 debian/copyright0000664000000000000000000000261212315056315011125 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: python-keystoneclient Source: http://github.com/4P/python-keystoneclient.git Files: * Copyright: 2010-2011 Jacob Kaplan-Moss 2011 Nebula, Inc. 2011 OpenStack LLC. 2011 Piston Cloud Computing, Inc. 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'. Files: debian/* Copyright: 2011-2012 Canonical Inc License: GPL+3 On Debian systems, the complete text of the GNU General Public License V2.1 can be found in the file `/usr/share/common-licenses/GPL-2' debian/pydist-overrides0000775000000000000000000000001112315056315012423 0ustar argparse debian/control0000664000000000000000000000214212315056315010573 0ustar Source: python-keystoneclient Section: python Priority: extra Maintainer: Chuck Short Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-babel, python-coverage, python-crypto, python-pbr, python-fixtures, python-keyring, python-httpretty, python-iso8601, python-oslo.config, python-mock, python-mox3, python-netaddr, python-prettytable, python-requests (>= 1.1.0), python-setuptools, python-simplejson, python-six, python-testtools, python-webob, testrepository Standards-Version: 3.9.4 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-keystoneclient/icehouse/files Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-keystoneclient/icehouse XS-Testsuite: autopkgtest Package: python-keystoneclient Architecture: all Depends: python-iso8601, python-pkg-resources, python-requests (>= 1.1.0), ${misc:Depends}, ${python:Depends} Description: Client library for OpenStack Identity API This is a client for the OpenStack Identity API. There's a Python API (the ``keystoneclient`` module), and a command-line script (``keystone``). debian/watch0000775000000000000000000000042112315056315010222 0ustar version=3 opts="uversionmangle=s/%7E/~/" https://launchpad.net/python-keystoneclient/+download https://launchpad.net/python-keystoneclient/.*/.*/.*/python-keystoneclient-(.*)\.tar\.gz http://tarballs.openstack.org/python-keystoneclient/ python-keystoneclient-(\d.*).tar.gz debian/changelog0000664000000000000000000002146012315056315011046 0ustar python-keystoneclient (1:0.7.1-ubuntu1) trusty; urgency=medium * New upstream release. (LP: #1298453) -- Chuck Short Thu, 27 Mar 2014 12:08:28 -0400 python-keystoneclient (1:0.6.0-0ubuntu1) trusty; urgency=medium * New upstream release. -- Chuck Short Wed, 19 Feb 2014 09:46:33 -0500 python-keystoneclient (1:0.4.2-0ubuntu1) trusty; urgency=low [ James Page ] * d/p/*: Refreshed. [ Chuck Short ] * New upstream release. * debian/patches/debian/patches/use-mox-dependency.patch: Dropped no longer needed. * debian/control: Depend on python-mox3 and python-httpretty. -- Chuck Short Tue, 21 Jan 2014 10:43:49 -0500 python-keystoneclient (1:0.4.1-0ubuntu1) trusty; urgency=low [ Adam Gandelman ] * debian/patches: Refreshed. * debian/patches/use-mox-dependency.patch: Use mox instead of mox3 dependency. [ Chuck Short ] * New upstream release. * debian/control: - open icehouse release. - Dropped python-d2to1 and python-httplib2 dependency. * debian/patches/skip-tests-ubuntu.patch: Dropped no longer needed. -- Chuck Short Thu, 14 Nov 2013 10:51:32 -0500 python-keystoneclient (1:0.3.2-0ubuntu1) saucy; urgency=low * New upstream release. * debian/control: Add python-netaddr as a build dependency. * debian/patches/skip-tests-ubuntu.patch: Refreshed -- Chuck Short Fri, 06 Sep 2013 13:51:49 -0400 python-keystoneclient (1:0.3.1-0ubuntu1) saucy; urgency=low [ James Page ] * d/control: Update VCS fields for new branch locations. [ Chuck Short ] * New upstream release. * debian/patches/skip-tests-ubuntu.patch: Refreshed. -- Chuck Short Tue, 09 Jul 2013 14:09:44 -0500 python-keystoneclient (1:0.3.0-0ubuntu1) saucy; urgency=low [ Yolanda Robla ] * debian/tests: added autopkg tests [ Chuck Short ] * New upstream release. * debian/control: Add python-pbr and python-simplejson * debian/control: Add python-babel. * debian/patches/skip-tests-ubuntu.patch: Skip tests that fail in the buildds. -- Chuck Short Thu, 04 Jul 2013 07:52:18 -0500 python-keystoneclient (1:0.2.4-0ubuntu1) saucy; urgency=low * New upstream release. * debian/control: Add python-d2to1 and python-pbr * debian/control: Add testrepository, dropped python-nose * debian/control: Add python-six -- Chuck Short Wed, 29 May 2013 13:07:56 -0500 python-keystoneclient (1:0.2.3-0ubuntu2) raring; urgency=low [ Adam Gandelman ] * debian/control: Set python-requests min. version >= 1.1.0. (LP: #1170828) -- Chuck Short Mon, 22 Apr 2013 07:50:36 -0500 python-keystoneclient (1:0.2.3-0ubuntu1) raring; urgency=low [ Chuck Short ] * New upstream release. * debian/rules: Run tests unconditionally. * debian/control: - Bump standards to 3.9.4. - Add python-requests, python-iso8601, python-fixtures, python-coverage, python-crypto, python-keyring, python-oslo.config, python-webob, and python-testtools to build-depends. [ Adam Gandelman ] * debian/patches/fix-requests-requirements.patch: Dropped. -- Chuck Short Tue, 19 Mar 2013 08:19:43 -0500 python-keystoneclient (1:0.2.2-0ubuntu2) raring; urgency=low * debian/patches/fix-requests-requirements.patch: Bump python-requests to 1.1. -- Chuck Short Mon, 11 Feb 2013 12:32:43 -0600 python-keystoneclient (1:0.2.2-0ubuntu1) raring; urgency=low * New upstream release. -- Chuck Short Fri, 18 Jan 2013 07:44:54 -0600 python-keystoneclient (1:0.2.0-0ubuntu1) raring; urgency=low * New upstream release. * debian/control: Add python-pkg-resources. (LP: #1071032) -- Chuck Short Thu, 29 Nov 2012 12:46:21 -0600 python-keystoneclient (1:0.1.3.37-0ubuntu1) raring-proposed; urgency=low [ Adam Gandelman ] * New upstream release. [ Adrien Cunin ] * Typo and cosmetic fixes to package description (LP: #960350) -- Adam Gandelman Wed, 31 Oct 2012 09:17:26 +0100 python-keystoneclient (1:0.1.3-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 release. -- Chuck Short Fri, 07 Sep 2012 13:13:18 -0500 python-keystoneclient (1:0.1.2-0ubuntu1) quantal; urgency=low * New upstream release. * debian/watch: Updated. -- Chuck Short Thu, 16 Aug 2012 12:34:22 -0500 python-keystoneclient (1:0.1.1-0ubuntu1) quantal; urgency=low * New upstream release. * debian/watch: Update -- Chuck Short Fri, 06 Jul 2012 10:58:28 -0400 python-keystoneclient (2012.2~f2~20120621.121-0ubuntu) quantal; urgency=low * New upstream release. -- Chuck Short Fri, 22 Jun 2012 12:58:18 -0400 python-keystoneclient (2012.2~f1-0ubuntu1) quantal; urgency=low * New upstream release. -- Chuck Short Thu, 24 May 2012 14:16:00 -0400 python-keystoneclient (2012.1-0ubuntu1) precise; urgency=low * New usptream release. -- Chuck Short Thu, 05 Apr 2012 10:32:47 -0400 python-keystoneclient (2012.1~rc2-0ubuntu1) precise; urgency=low * New upstream release. -- Chuck Short Wed, 04 Apr 2012 09:05:33 -0400 python-keystoneclient (2012.1~rc1-0ubuntu1) precise; urgency=low * New upstream release. -- Chuck Short Mon, 26 Mar 2012 14:01:05 -0400 python-keystoneclient (2012.1~rc1~20120310.0-0ubuntu1) precise; urgency=low * New upstream release. * debian/watch: Add watch file -- Adam Gandelman Fri, 16 Mar 2012 11:43:56 -0700 python-keystoneclient (2012.1~rc1~20120307.0-0ubuntu1) precise; urgency=low * New upstream release. -- Chuck Short Fri, 09 Mar 2012 12:43:10 -0500 python-keystoneclient (2012.1~e4-0ubuntu1) precise; urgency=low * New upstream release. * debian/disbale-argparse.patch: Dropped. * debian/control: dont conflict on keystone. (LP: #934064) * debian/control: Drop python-argparse as a build depends. -- Chuck Short Fri, 02 Mar 2012 10:31:44 -0500 python-keystoneclient (2012.1~e4~20120203.0-0ubuntu1) precise; urgency=low * New upstream version -- Chuck Short Fri, 03 Feb 2012 10:39:08 -0500 python-keystoneclient (2012.1~e4~20120127.0-0ubuntu7) precise; urgency=low * Really fix testsuite. -- Chuck Short Wed, 01 Feb 2012 09:38:21 -0500 python-keystoneclient (2012.1~e4~20120127.0-0ubuntu6) precise; urgency=low * Fix FTBFS again. -- Chuck Short Wed, 01 Feb 2012 09:27:28 -0500 python-keystoneclient (2012.1~e4~20120127.0-0ubuntu5) precise; urgency=low * Add packaging copyright to debian/copyright. -- Chuck Short Tue, 31 Jan 2012 11:25:54 -0500 python-keystoneclient (2012.1~e4~20120127.0-0ubuntu4) precise; urgency=low * debian/copyright: Update copyright -- Chuck Short Tue, 31 Jan 2012 10:56:29 -0500 python-keystoneclient (2012.1~e4~20120127.0-0ubuntu3) precise; urgency=low * Fix FTBFS. -- Chuck Short Mon, 30 Jan 2012 19:58:21 -0500 python-keystoneclient (2012.1~e4~20120127.0-0ubuntu2) precise; urgency=low * debian/control: Conflicts with keystone. (LP: #916773) -- Chuck Short Mon, 30 Jan 2012 09:51:39 -0500 python-keystoneclient (2012.1~e4~20120127.0-0ubuntu1) precise; urgency=low * New upstream release. * debian/rules, debian/watch: Update to fetch tarballs. * debian/patches/disable-argparse.patch: Updated diff. -- Chuck Short Fri, 27 Jan 2012 13:11:01 -0500 python-keystoneclient (2.7+git20120105-0ubuntu3) precise; urgency=low * debian/patches/disable-argparse.patch: Updated patch -- Chuck Short Tue, 10 Jan 2012 04:49:39 -0500 python-keystoneclient (2.7+git20120105-0ubuntu2) precise; urgency=low * debian/patches/disable-argparse.patch: Disable argparse, fixes FTBFS. * debian/control: + Change architecture to all. + Drop python-argparse. * debian/pydist-overrides: Dont try to install python-argparse. -- Chuck Short Tue, 10 Jan 2012 04:23:59 -0500 python-keystoneclient (2.7+git20120105-0ubuntu1) precise; urgency=low * New upstream release. * Make it installable again, due to argparse. * debian/rules: Update git repo url. * Add python-simplejson as a build dependency. * Run the testsuite. -- Chuck Short Thu, 05 Jan 2012 08:38:10 -0500 python-keystoneclient (2.7+git20111129-0ubuntu1) precise; urgency=low * Initial release. -- Chuck Short Tue, 29 Nov 2011 16:01:00 -0500 debian/patches/0000775000000000000000000000000012315056315010620 5ustar