debian/0000775000000000000000000000000012267504725007202 5ustar debian/rules0000775000000000000000000000045112267504725010262 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 endif get-orig-source: uscan --verbose --force-download --rename --destdir=../build-area debian/source/0000775000000000000000000000000012267504725010502 5ustar debian/source/format0000664000000000000000000000001412267504725011710 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001112267504725010045 0ustar README.* debian/tests/0000775000000000000000000000000012267504725010344 5ustar debian/tests/client0000775000000000000000000000044312267504725011551 0ustar #!/bin/bash #------------------------- # Testing client utilities #------------------------- set -e HELP_CLIENTS=('ceilometer') for client in "${HELP_CLIENTS[@]}"; do RET=$($client -h 2>&1 > /dev/null) if [[ $RET ]]; then echo "ERROR, ${client} is not running" fi done debian/tests/control0000664000000000000000000000005712267504725011751 0ustar Tests: client Depends: python-ceilometerclient debian/compat0000664000000000000000000000000212267504725010400 0ustar 8 debian/copyright0000664000000000000000000000327712267504725011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-ceilometerclient Source: http://github.com/openstack/python-ceilometerclient.git Files: * Copyright: 2012 OpenStack LLC 2013 Red Hat 2012-2013 Hewlett-Packard Development Company, L.P. 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: 2013 Canonical Ltd 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'. debian/pydist-overrides0000664000000000000000000000001112267504725012431 0ustar argparse debian/control0000664000000000000000000000226712267504725010614 0ustar Source: python-ceilometerclient Section: python Priority: extra Maintainer: Chuck Short Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-babel, python-coverage, python-fixtures (>= 0.3.14), python-subunit, python-setuptools, python-prettytable (>= 0.6), python-keystoneclient (>= 0.3.2), python-httplib2, python-iso8601, python-pbr (>= 0.5.21), python-mock, python-mox, python-sphinx, testrepository (>= 0.0.17), python-testtools (>= 0.9.32) Standards-Version: 3.9.4 Homepage: http://launchpad.net/ceilometer Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-ceilometerclient/icehouse/files Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-ceilometerclient/icehouse XS-Testsuite: autopkgtest Package: python-ceilometerclient Architecture: all Depends: python-prettytable (>= 0.6), python-keystoneclient (>= 0.3.2), python-httplib2, python-iso8601, ${python:Depends}, ${misc:Depends} Description: Client library for Openstack ceilometer server. This is a client library for Ceilometer built on the Ceilometer API. It provides a Python API (the ceilometerclient module) and a command-line tool (ceilometer). debian/watch0000664000000000000000000000016212267504725010232 0ustar version=3 https://pypi.python.org/packages/source/p/python-ceilometerclient/ python-ceilometerclient-(.*)\.tar.gz debian/changelog0000664000000000000000000000516512267504725011063 0ustar python-ceilometerclient (1.0.8-0ubuntu1) trusty; urgency=low [ James Page ] * d/control: Add missing BD on python-babel. [ Chuck Short ] * New upstream release. -- Chuck Short Tue, 21 Jan 2014 09:53:01 -0500 python-ceilometerclient (1.0.6-0ubuntu1) trusty; urgency=low * New upstream release. * debian/control: - Open icehouse release. - Dropped python-d2to1 dependency. - Added python-mock dependency. -- Chuck Short Mon, 25 Nov 2013 09:59:36 -0500 python-ceilometerclient (1.0.5-0ubuntu1) saucy; urgency=low * New upstream release. * debian/control: - Dropped python-setuptools-git as a build dependency. - Added versioned dependencies for python-prettytable, python-pbr, python-keystoneclient, python-fixtures, testrepository, and python-testtools, -- Chuck Short Thu, 26 Sep 2013 15:02:33 -0400 python-ceilometerclient (1.0.3-0ubuntu1) saucy; urgency=low * New upstream release. * debian/patches/fix-keystoneclient-version.patch: Dropped no longer needed. -- Chuck Short Tue, 13 Aug 2013 11:27:54 -0400 python-ceilometerclient (1.0.1-0ubuntu2) saucy; urgency=low [ Chuck Short ] * debian/docs: Update [ James Page ] * d/control: Update VCS fields for new branch locations. * d/watch: Tweak URL path to ensure that uscan still works. * d/p/fix-keystoneclient-version.patch: Remove upper bound on keystoneclient version until the next upstream release. -- James Page Mon, 22 Jul 2013 12:51:48 +0100 python-ceilometerclient (1.0.1-0ubuntu1) saucy; urgency=low [ Chuck Short ] * New upstream release. * debian/control: - Dropped python-unittest2, python-nose. - Added python-coverage, python-fixtures, python-subunit, python-testtools, python-testrepository, python-d2to1, python-pbr - Dropped duplicate python-setuptools-git - Dropped pep8. * debian/rules: Convert testsuite to use testr. [ Yolanda Robla ] * debian/tests: added autopkg tests -- Chuck Short Thu, 04 Jul 2013 07:13:11 -0500 python-ceilometerclient (1.0.0-0ubuntu1) raring; urgency=low * New upstream version. * debian/rules, debian/watch: Add watch file. * debian/control: - Dropped python-warlock no longer needed. - Added python-setuptools-git. * debian/rules: Run testsuite during build. -- Chuck Short Thu, 28 Mar 2013 08:23:31 -0500 python-ceilometerclient (0.1~dde86a3-0ubuntu1) raring; urgency=low * Initial release. -- Chuck Short Fri, 01 Mar 2013 12:47:39 -0600 debian/patches/0000775000000000000000000000000012267504725010631 5ustar