debian/0000755000000000000000000000000012302376466007177 5ustar debian/copyright0000644000000000000000000000230312165731531011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: requestbuilder Source: git://github.com/boto/requestbuilder.git Files: debian/* Copyright: (c) 2013, Thomas Goirand License: ISC Files: * Copyright: (c) 2013, Garrett Holmstrom (c) 2013, Matt Spaulding (c) 2013, Andy Grimm (c) 2013, Vic Iglesias License: ISC License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/changelog0000644000000000000000000000056512302376466011057 0ustar python-requestbuilder (0.1.0~beta2-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:52:54 +0000 python-requestbuilder (0.1.0~beta2-1) unstable; urgency=low * Initial release. (Closes: #715136) -- Thomas Goirand Sat, 06 Jul 2013 13:44:37 +0800 debian/install0000644000000000000000000000002512165731531010560 0ustar bin/httpget /usr/bin debian/compat0000644000000000000000000000000212165731531010370 0ustar 9 debian/control0000644000000000000000000000212112165731531010571 0ustar Source: python-requestbuilder Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), python-requests, python-setuptools, python-six Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-requestbuilder.git Vcs-Git: git://anonscm.debian.org/openstack/python-requestbuilder.git Homepage: https://pypi.python.org/pypi/requestbuilder Package: python-requestbuilder Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-requests, python-six, ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: command line-driven HTTP request builder Python Requestbuilder is command line-driven. It is used to build HTTP requests, and is used by the euca2ools recent version (eg: newer than version 3.0.0). debian/rules0000755000000000000000000000032712165731531010254 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/boto/requestbuilder.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2 override_dh_clean: dh_clean rm -rf requestbuilder.egg-info debian/source/0000755000000000000000000000000012165731531010472 5ustar debian/source/format0000644000000000000000000000001412165731531011700 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012165731531010605 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000013612165731531010223 0ustar version=3 http://pypi.python.org/packages/source/r/requestbuilder requestbuilder-(.*).tar.gz