debian/0000755000000000000000000000000012276440605007174 5ustar debian/copyright0000644000000000000000000000222412276440400011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hp3parclient Source: https://pypi.python.org/pypi/hp3parclient Files: debian/* Copyright: (c) 2013, Thomas Goirand (c) 2013, Canonical Ltd License: Apache-2.0 Files: test/* Copyright: 2009-2012 10gen, Inc License: Apache-2.0 Files: * Copyright: (c) 2012, Walter A. Boring IV (c) 2012 Hewlett Packard Development Company, L.P. License: Apache-2.0 License: Apache-2.0 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/gbp.conf0000644000000000000000000000031412276440400010602 0ustar [DEFAULT] upstream-branch = upstream-unstable debian-branch = debian-unstable pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ [git-import-orig] dch = False debian/watch0000644000000000000000000000013412276440400010214 0ustar version=3 https://pypi.python.org/packages/source/h/hp3parclient/hp3parclient-(.*)\.tar\.gz debian/changelog0000644000000000000000000000116412276440605011050 0ustar python-hp3parclient (3.0.0-0ubuntu1) trusty; urgency=low * New upstream release -- Chuck Short Tue, 11 Feb 2014 08:27:52 -0700 python-hp3parclient (2.0.0-0ubuntu1) saucy; urgency=low * New upstream release. -- Chuck Short Thu, 19 Sep 2013 14:08:13 -0400 python-hp3parclient (1.0.0-2) unstable; urgency=low * Uploading to unstable. -- Thomas Goirand Mon, 13 May 2013 08:06:14 +0000 python-hp3parclient (1.0.0-1) experimental; urgency=low * Initial release (Closes: #701522). -- Thomas Goirand Tue, 09 Oct 2012 11:55:15 +0000 debian/source/0000755000000000000000000000000012276440400010465 5ustar debian/source/format0000644000000000000000000000001412276440400011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000032212276440400010242 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --buildsystem=python_distutils --with=python2 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: cd test && nosetests || true endif debian/control0000644000000000000000000000255212276440400010574 0ustar Source: python-hp3parclient Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: PKG OpenStack Uploaders: Loic Dachary (OuoU) , Julien Danjou , James Page , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~) Build-Depends-Indep: python-flask, python-httplib2, python-nose, python-werkzeug Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-hp3parclient.git Vcs-Git: git://anonscm.debian.org/openstack/python-hp3parclient.git Homepage: http://packages.python.org/hp3parclient Package: python-hp3parclient Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends}, python-httplib2 Description: client library that can talk to the HP 3PAR Storage array hp3parclient is a Client library that can talk to the HP 3PAR Storage array. The 3PAR storage array has a REST web service interface as of 3.1.2 of the firmware. This client library implements a simple interface to talking with that REST interface using the Python httplib2 http library. debian/compat0000644000000000000000000000000212276440400010363 0ustar 9