debian/0000755000000000000000000000000011677467655007216 5ustar debian/changelog0000644000000000000000000000554111677467655011075 0ustar python-weberror (0.10.3-1build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:13:01 +0000 python-weberror (0.10.3-1) unstable; urgency=low [ Andrey Rahmatullin ] * Enable build-time tests [ Piotr Ożarowski ] * New upstream release * Convert to dh_python2 * Source format changed to 3.0 (quilt) * debian/watch updated (to recognize pre release versions) * Bump Standards-Version to 3.9.2 (no changes needed) -- Piotr Ożarowski Mon, 27 Jun 2011 21:45:38 +0200 python-weberror (0.10.2-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.4 (no changes needed) -- Piotr Ożarowski Sun, 14 Feb 2010 22:36:57 +0100 python-weberror (0.10.1-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Wed, 31 Dec 2008 14:29:47 +0100 python-weberror (0.10-1) unstable; urgency=low [ Sandro Tosi ] * Switch Vcs-Browser field to viewsvn [ Piotr Ożarowski ] * New upstream release * "python (>=2.5) | python-wsgiref" and "${misc:Depends}" added to Depends -- Piotr Ożarowski Sun, 21 Dec 2008 20:07:37 +0100 python-weberror (0.9.1-1) unstable; urgency=low * New upstream release * Bump python-paste's minumum required version to >= 1.7.1 -- Piotr Ożarowski Wed, 29 Oct 2008 23:17:38 +0100 python-weberror (0.9-1) unstable; urgency=low [ Carlos Galisteo ] * debian/control: - Added Homepage field. [ Piotr Ożarowski ] * New upstream release * python-simplejson, python-paste, python-pastedeploy, python-pkg-resources and python-pygments added to Depends * python, python-all-dev, python-support, and python-setuptools build dependencies moved to Build-Depends-Indep * dpatch removed from debian/control and debian/rules * Vcs-Svn and Vcs-Browser fields added in debian/control * Typo fixed in long description (s/functinality/functionality) * CHANGELOG file installed as upstream changelog * debian/watch file added * XS-Python-Version bumped to >=2.4 (xml.dom.minidom) * Bump Standards-Version to 3.8.0 (no changes needed) * Change Priority to optional * Move team name to Maintainer field, add myself to Uploaders -- Piotr Ożarowski Tue, 22 Jul 2008 23:10:06 +0200 python-weberror (0.8a-3) unstable; urgency=low * Added build dependency for dpatch (closes: #483346) -- Christoph Haas Wed, 28 May 2008 19:23:29 +0200 python-weberror (0.8a-2) unstable; urgency=low * Added copyright notes for collector.py and jQuery.js -- Christoph Haas Mon, 12 May 2008 12:40:55 +0200 python-weberror (0.8a-1) unstable; urgency=low * Initial release (Closes: #476923) -- Christoph Haas Sun, 20 Apr 2008 10:30:40 +0200 debian/README.Source0000644000000000000000000000016611602156733011314 0ustar The upstream developers are notified on the MacOS files that should not have been contained in the upstream tarball. debian/rules0000755000000000000000000000213611602161157010250 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 package=python-weberror PYVERS=$(shell pyversions -vr) clean: dh_testdir dh_testroot rm -rf build build-* tests/reporter_output/test_logger.log find . -name *\.py[co] -exec rm -f {} \; dh_clean install-stamp test-stamp install-python* build: build-indep: build-arch: install: install-stamp install-stamp: $(PYVERS:%=install-python%) dh_install touch $@ install-python%: python$* setup.py install \ --install-layout=deb \ --single-version-externally-managed \ --root $(CURDIR)/debian/$(package) touch $@ test: $(PYVERS:%=test-python%) test-python%: - ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) python$* setup.py nosetests --quiet endif binary-indep: build install test dh_testdir dh_testroot dh_installchangelogs CHANGELOG dh_installdocs dh_strip dh_compress -X.py dh_fixperms dh_python2 find debian/$(package) -type f -perm 755 | xargs -r chmod 644 dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: binary: binary-indep binary-arch .PHONY: build build-indep build-arch test clean binary-indep binary-arch binary install debian/control0000644000000000000000000000213511602162601010565 0ustar Source: python-weberror Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Christoph Haas , Piotr Ożarowski Build-Depends: debhelper (>= 5) Build-Depends-Indep: python (>= 2.3.3), python-setuptools (>= 0.6b3-1~), python-paste (>= 1.7.1), python-webob, python-tempita, python-pygments, python-nose, python-webtest Standards-Version: 3.9.2 X-Python-Version: >= 2.4 Homepage: http://pypi.python.org/pypi/WebError Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-weberror/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-weberror/trunk/ Package: python-weberror Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-paste (>= 1.7.1), python-pastedeploy, python-pkg-resources, python (>= 2.6) | python-simplejson Description: Python web error handling and exception catching module This Python module provides error handling and exception catching functionality for WSGI web applications. It is primarily used by Pylons (python-pylons). debian/copyright0000644000000000000000000000354011602156733011127 0ustar This package was debianized by Christoph Haas on Sun, 20 Apr 2008 10:30:40 +0200. It was downloaded from http://pypi.python.org/pypi/WebError Upstream Authors: Ben Bangert Ian Bicking Mark Ramm Copyright: Copyright © 2008 Ben Bangert Copyright © 2008 Ian Bicking Copyright © 2008 Mark Ramm The package includes the jQuery Javascript library which is Copyright © 2007 John Resig The collectory.py included in this package is Copyright © 2005 Ian Bicking and contributors All files are licensed unter the MIT license: 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 (C) 2008, Christoph Haas and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000011602157546010475 5ustar debian/source/format0000644000000000000000000000001411602157546011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017711602162224010220 0ustar version=3 opts=uversionmangle=s/(rc|a|b|c|dev)/~$1/ \ http://pypi.python.org/packages/source/W/WebError/WebError-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211602156733010370 0ustar 5