debian/0000755000000000000000000000000012224475347007200 5ustar debian/control0000644000000000000000000000120212224474653010575 0ustar Source: python-catcher Section: python Priority: optional Maintainer: Andrew Shadura Build-Depends: python-setuptools (>= 0.6.24), python-all (>= 2.6.6-3), python-requests, python-mako, debhelper (>= 9) Standards-Version: 3.9.4 Homepage: http://github.com/Eugeny/catcher Package: python-catcher Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: beautiful stack traces generator for Python python-catcher module generates rich HTML tracebacks (including source code and local variable values), submits it to the web and generates a permalink. debian/watch0000644000000000000000000000021312217270726010221 0ustar version=3 opts=filenamemangle=s/.*\/(.*)$/python-catcher-$1/ https://github.com/Eugeny/catcher/tags /Eugeny/catcher/archive/(\d.*).tar.gz debian/docs0000644000000000000000000000001312217264671010043 0ustar README.rst debian/changelog0000644000000000000000000000050512224474704011046 0ustar python-catcher (0.1.3~git7623a6c5-2) unstable; urgency=low * Add missing Mako dependency. -- Andrew Shadura Mon, 07 Oct 2013 11:06:59 +0200 python-catcher (0.1.3~git7623a6c5-1) unstable; urgency=low * Initial release. -- Andrew Shadura Sat, 21 Sep 2013 12:12:26 +0200 debian/source/0000755000000000000000000000000012216564125010472 5ustar debian/source/format0000644000000000000000000000001412216564125011700 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000231212217273507011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: catcher Upstream-Contact: Eugeny Pankov Source: http://eugeny.github.io/catcher/ License: LGPL-3 Copyright: (c) 2012-2013 The Ajenti Team Eugeny Pankov & contributors Files: debian/* Copyright: 2013, Andrew Shadura License: LGPL-3 License: LGPL-3 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-3 debian/rules0000755000000000000000000000057012217272270010252 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_install: dh_auto_install -- COMPILE=--install-layout=deb override_dh_installchangelogs: dh_installchangelogs -X docs override_dh_auto_clean: rm -rf build build-stamp configure-stamp build/ MANIFEST dh_auto_clean || true .PHONY: override_dh_auto_install override_dh_installchangelogs override_dh_auto_clean debian/compat0000644000000000000000000000000212175542761010376 0ustar 9