debian/0000775000000000000000000000000012275163253007176 5ustar debian/patches/0000775000000000000000000000000012274175510010623 5ustar debian/source/0000775000000000000000000000000012214002137010460 5ustar debian/source/format0000664000000000000000000000001412214002137011666 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000372312275163253011055 0ustar python-httpretty (0.8.0-0ubuntu3) trusty; urgency=medium * debian/rules: Really disable tests. -- Chuck Short Fri, 07 Feb 2014 08:58:58 -0500 python-httpretty (0.8.0-0ubuntu2) trusty; urgency=medium * debian/rules: Temporarily disable tests. -- Chuck Short Thu, 06 Feb 2014 14:15:49 -0500 python-httpretty (0.8.0-0ubuntu1) trusty; urgency=medium * New upstream release: - debian/patches/fix-ubuntu-tests.patch: Dropped no longer needed. -- Chuck Short Tue, 04 Feb 2014 09:31:38 -0500 python-httpretty (0.7.1-0ubuntu1) trusty; urgency=medium * New upstream release. * debian/control: - Drop python-misaka dependency, not needed. - Replaced python-httplib2 run time dependency with python-urllib3. - Added python-tornado as a build time dependency. -- Chuck Short Mon, 03 Feb 2014 11:06:33 -0500 python-httpretty (0.7.0-0ubuntu2) trusty; urgency=low * debian/control: - Dont install python-nose and python-mock as a runtime dependency. - Add python-sure as a build-dependency. * debian/rules: Enable testsuite. * debian/patches/fix-ubuntu-tests.patch: Fix testsuite to build with Ubuntu. -- Chuck Short Thu, 14 Nov 2013 10:31:10 -0500 python-httpretty (0.7.0-0ubuntu1) trusty; urgency=low * New upstream release. * debian/watch: Fixed url. -- Chuck Short Thu, 24 Oct 2013 14:46:42 -0700 python-httpretty (0.6.3+20130727+git9d03c1cf-1) unstable; urgency=low * New upstream release. * Fixed debian/copyright source field. -- Thomas Goirand Wed, 11 Sep 2013 13:46:26 +0800 python-httpretty (0.6.2-2) unstable; urgency=low * Fixed debian/copyright -- Thomas Goirand Wed, 04 Sep 2013 20:07:17 +0800 python-httpretty (0.6.2-1) unstable; urgency=low * Initial release. (Closes: #721517). -- Thomas Goirand Sun, 01 Sep 2013 22:09:02 +0800 debian/watch0000664000000000000000000000012412232313133010207 0ustar version=3 http://pypi.python.org/packages/source/h/httpretty/httpretty-(.*).tar.gz debian/control0000664000000000000000000000250212274176174010605 0ustar Source: python-httpretty Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), python-urllib3, python-sure, python-setuptools, python-mock, python-nose, python-requests, python-tornado, python-urllib3, python-httplib2 Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-httpretty.git Vcs-Git: git://anonscm.debian.org/openstack/python-httpretty.git Homepage: http://github.com/gabrielfalcao/httpretty Package: python-httpretty Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-urllib3, ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: HTTP client mock for Python Once upon a time a Python developer wanted to use a RESTful API, everything was fine but until the day he needed to test the code that hits the RESTful API: what if the API server is down? What if its content has changed ? . Don't worry, HTTPretty is here for you. debian/gbp.conf0000664000000000000000000000024012214002137010573 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = v%(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/copyright0000664000000000000000000000251212214002137011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: httpretty Source: git://github.com/gabrielfalcao/HTTPretty.git Files: debian/* Copyright: (c) 2013, Thomas Goirand License: MIT Files: * Copyright: (c) 2013, Gabriel Falcao License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/rules0000775000000000000000000000035012275163227010255 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/gabrielfalcao/HTTPretty.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2 #override_dh_auto_test: # nosetests || true debian/compat0000664000000000000000000000000212214002137010356 0ustar 9