debian/0000775000000000000000000000000012310043723007163 5ustar debian/watch0000664000000000000000000000013112310043615010207 0ustar version=3 http://pypi.python.org/packages/source/W/WebTest/WebTest-(.*)\.(?:zip|tar\.gz) debian/rules0000775000000000000000000000122312310043615010241 0ustar #! /usr/bin/make -f export PYBUILD_NAME=webtest # disable tests, some dependencies are not packaged, f.e. wsgiproxy export PYBUILD_DISABLE=test %: dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_auto_install: dh_auto_install --buildsystem=pybuild mkdir -p docs/_static # Sphinx needs it dh_installdirs PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-webtest-doc/usr/share/doc/python-webtest-doc/ # it's not an extra license file echo "python-webtest-doc: extra-license-file usr/share/doc/python-webtest-doc/_sources/license.txt" \ >> debian/python-webtest-doc/usr/share/lintian/overrides/python-webtest-doc debian/python-webtest-doc.links0000664000000000000000000000045012310043615013763 0ustar /usr/share/doc/python-webtest-doc/ /usr/share/doc/python-webtest/html /usr/share/doc/python-webtest-doc/_sources /usr/share/doc/python-webtest/rst /usr/share/doc/python-webtest-doc/ /usr/share/doc/python3-webtest/html /usr/share/doc/python-webtest-doc/_sources /usr/share/doc/python3-webtest/rst debian/python-webtest-doc.dirs0000664000000000000000000000010012310043615013574 0ustar /usr/share/doc/python-webtest-doc/ /usr/share/lintian/overrides debian/copyright0000664000000000000000000000266412310043615011126 0ustar This package was debianized by Piotr Ożarowski on Tue, 25 Nov 2008 21:37:36 +0100. It was downloaded from http://pypi.python.org/pypi/WebTest Copyright Holder: Ian Bicking License: MIT License Copyright (c) 2007-2010 Ian Bicking and Contributors 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. The Debian packaging is © 2008-2010, Piotr Ożarowski and is licensed under the same licence as WebTest. debian/control0000664000000000000000000000536212310043615010574 0ustar Source: webtest Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Python Modules Team Uploaders: Piotr Ożarowski Build-Depends: debhelper (>= 9) Build-Depends-Indep: dh-python, python-all, python3-all, python-setuptools, python-webob, python3-setuptools, python3-webob, # docs & tests python-sphinx (>= 1.0.7+dfsg-1~), python-six, python-bs4, python-waitress, # tests # python-unittest2, python-pyquery Standards-Version: 3.9.5 X-Python-Version: >=2.6 Homepage: http://pythonpaste.org/webtest/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/webtest/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/webtest/trunk/ Package: python-webtest Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-webob (>= 1.2), python-six, python-waitress (>= 0.8.5), python-bs4, python-paste (>= 1.7.1), python-pastedeploy Suggests: python-webtest-doc, python-pyquery, python-lxml Description: wraps any WSGI application and makes it easy to test WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI (Web Server Gateway Interface) interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks – almost anything that even nominally supports WSGI should be testable). Package: python3-webtest Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-webob, python3-six, python3-waitress (>= 0.8.5), python3-bs4, python3-paste, python3-pastedeploy Suggests: python-webtest-doc, python3-lxml Description: wraps any WSGI application and makes it easy to test WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI (Web Server Gateway Interface) interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks – almost anything that even nominally supports WSGI should be testable). . This is the Python 3 version of the package. Package: python-webtest-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Breaks: python-webtest (<< 2.0.10-2) Replaces: python-webtest (<< 2.0.10-2) Description: wraps any WSGI application and makes it easy to test WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI (Web Server Gateway Interface) interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks – almost anything that even nominally supports WSGI should be testable). debian/compat0000664000000000000000000000000212310043615010361 0ustar 9 debian/changelog0000664000000000000000000001234012310043615011035 0ustar webtest (2.0.14-1ubuntu1) trusty; urgency=medium * Merge from Debian unstable. Remaining changes: - d/control: Demote python-lxml and python-pyquery to Suggests. -- Jackson Doak Sat, 08 Mar 2014 09:36:06 +1100 webtest (2.0.14-1) unstable; urgency=medium * New upstream release -- Piotr Ożarowski Thu, 23 Jan 2014 23:12:31 +0100 webtest (2.0.12-1) unstable; urgency=medium * New upstream release -- Piotr Ożarowski Wed, 22 Jan 2014 22:32:04 +0100 webtest (2.0.12-0ubuntu1) trusty; urgency=medium * New usptream version. -- Chuck Short Mon, 20 Jan 2014 12:45:19 -0500 webtest (2.0.11-1) unstable; urgency=medium * New upstream release -- Piotr Ożarowski Sun, 12 Jan 2014 19:26:17 +0100 webtest (2.0.10-2ubuntu1) trusty; urgency=low * Merge from Debian unstable. Remaining changes: - d/control: Demote python-lxml and python-pyquery to Suggests. -- James Page Mon, 06 Jan 2014 10:23:25 +0000 webtest (2.0.10-2) unstable; urgency=medium * Add python3-webtest binary package * Move documentation to python-webtest-doc binary package * Switch debian/rules to dh sequencer and pybuild buildsystem * debhelper's compat changed to 9 -- Piotr Ożarowski Tue, 24 Dec 2013 11:10:23 +0100 webtest (2.0.10-1ubuntu2) trusty; urgency=low * d/control: Demote python-lxml to Suggests (it really is optional), re-promote python-waitress to Depends because it really is required. -- James Page Fri, 06 Dec 2013 09:14:42 +0000 webtest (2.0.10-1ubuntu1) trusty; urgency=low * debian/control: Suggest python-pyquery and python-waitress. -- Chuck Short Thu, 05 Dec 2013 17:30:56 -0500 webtest (2.0.10-1) unstable; urgency=low * New upstream release * dh-python added to Build-Depends (so that its dh_python2 can be used) * Standards-Version bumped to 3.9.5 (no changes needed) -- Piotr Ożarowski Sun, 01 Dec 2013 20:17:46 +0100 webtest (2.0.9-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Piotr Ożarowski ] * New upstream release - bump minimum required Python version to 2.6 - add python-six, python-waitress and python-bs4 to Depends - remove python-pastescript from Depends - remove python-simplejson and python-beautifulsoup from Recommends - add python-pyquery to Recommends * Update debian/watch file to check for zip files * Standards-Version bumped to 3.9.4 (no changes needed) -- Piotr Ożarowski Wed, 02 Oct 2013 19:37:14 +0200 webtest (1.4.0-1) experimental; urgency=low * New upstream release * Upload to experimental due to Wheezy freeze -- Piotr Ożarowski Thu, 13 Sep 2012 23:34:15 +0200 webtest (1.3.4-1) unstable; urgency=low * New upstream release * debian/rules: do not fail if docs/_static exists (closes: #671390) * Standards-Version bumped to 3.9.3 (no changes needed) -- Piotr Ożarowski Sun, 06 May 2012 18:54:47 +0200 webtest (1.3.3-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Mon, 21 Nov 2011 21:14:52 +0100 webtest (1.3.2-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Sun, 30 Oct 2011 00:14:04 +0200 webtest (1.3.1-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Fri, 23 Sep 2011 23:19:28 +0200 webtest (1.3-1) unstable; urgency=low * New upstream release * Let dh_sphinxdoc handle documentation files, python-sphinx build dependency bumped to 1.0.7+dfsg-1 -- Piotr Ożarowski Mon, 29 Aug 2011 21:12:06 +0200 webtest (1.2.4-1) unstable; urgency=low * New upstream release * Add build-arch and build-indep targets to debian/rules * Standards-Version bumped to 3.9.2 (no changes needed) -- Piotr Ożarowski Sat, 06 Aug 2011 23:23:32 +0200 webtest (1.2.3-1) unstable; urgency=low * New upstream release * Switch from dh_pysupport to dh_python2 * Source package format changed to 3.0 (quilt) -- Piotr Ożarowski Sat, 20 Nov 2010 21:59:45 +0100 webtest (1.2.2-1) unstable; urgency=low * New upstream release * Standards-Version bumped to 3.9.1 (no changes needed) -- Piotr Ożarowski Fri, 22 Oct 2010 15:28:26 +0200 webtest (1.2.1+hg20100419-1) unstable; urgency=low * New upstream release - hg snapshot used as tarball didn't contain docs and tests * Standards-Version bumped to 3.8.4 (no changes needed) -- Piotr Ożarowski Mon, 19 Apr 2010 22:31:36 +0200 webtest (1.2-1) unstable; urgency=low * New upstream release * Standards-Version bumped to 3.8.1 (no changes needed) -- Piotr Ożarowski Thu, 28 May 2009 22:19:07 +0200 webtest (1.1-2) unstable; urgency=low * Change homepage to http://pythonpaste.org/webtest/ (Closes: #515581) -- Piotr Ożarowski Fri, 20 Feb 2009 20:28:54 +0100 webtest (1.1-1) unstable; urgency=low * Initial release (Closes: #506947) -- Piotr Ożarowski Tue, 25 Nov 2008 21:37:36 +0100 debian/source/0000775000000000000000000000000012310043723010463 5ustar debian/source/format0000664000000000000000000000001412310043615011671 0ustar 3.0 (quilt)