debian/0000755000000000000000000000000012302376306007170 5ustar debian/copyright0000644000000000000000000000347612144117211011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-cloudfiles Source: http://github.com/rackerlabs/python-cloudfiles Files: debian/* Copyright: (c) 2011, Julien Danjou (c) 2012, Thomas Goirand License: BSD-3-Clause Files: * Copyright: Copyright (C) 2008 Rackspace US, Inc. License: BSD-3-Clause License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000644000000000000000000000130412302376306011040 0ustar python-cloudfiles (1.7.11-2build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:51:02 +0000 python-cloudfiles (1.7.11-2) unstable; urgency=low * Uploading to unstable. -- Thomas Goirand Mon, 13 May 2013 08:04:01 +0000 python-cloudfiles (1.7.11-1) experimental; urgency=low * New upstream release. * Added a get-vcs-source and a gbp.conf file. -- Thomas Goirand Sun, 14 Oct 2012 07:01:11 +0000 python-cloudfiles (1.7.9.2-1) unstable; urgency=low * Initial release (Closes: #650288) -- Julien Danjou Tue, 29 Nov 2011 10:28:31 +0100 debian/compat0000644000000000000000000000000212144117211010356 0ustar 8 debian/control0000644000000000000000000000174012144117211010565 0ustar Source: python-cloudfiles Section: python Priority: extra Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Ghe Rivero Build-Depends: debhelper (>= 8.0.0), python, python-setuptools, openstack-pkg-tools Standards-Version: 3.9.4 Homepage: https://github.com/rackerlabs/python-cloudfiles Vcs-Git: git://git.debian.org/openstack/python-cloudfiles.git Vcs-Browser: http://git.debian.org/?p=openstack/python-cloudfiles.git;a=summary Package: python-cloudfiles Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python language bindings for Cloud Files API Bindings to use the Cloud Files API. . Cloud files is a cloud hosting service that provides "unlimited online storage and CDN" for media (examples given include backups, video files, user content) on a utility computing basis debian/rules0000755000000000000000000000034312144117211010240 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/rackerlabs/python-cloudfiles.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2 override_dh_clean: dh_clean rm -rf python_cloudfiles.egg-info debian/source/0000755000000000000000000000000012144117211010460 5ustar debian/source/format0000644000000000000000000000001412144117211011666 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000023712144117211010601 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000012612144117211010210 0ustar version=3 https://github.com/rackspace/python-cloudfiles/tags .*/(\d[\d\.]+)\.tar\.gz