debian/0000755000000000000000000000000012227030530007160 5ustar debian/compat0000644000000000000000000000000212227014322010357 0ustar 9 debian/copyright0000644000000000000000000000241412227023333011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ipdb Upstream-Contact: Godefroid Chapelle Source: https://github.com/gotcha/ipdb Files: * Copyright: 2007-2012, Godefroid Chapelle License: GPL-2+ Files: tests/* Copyright: 2012, Marc Abramowitz License: GPL-2+ Files: debian/* Copyright: 2011-2013, Andrey Rahmatullin License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000011012227014322010202 0ustar version=3 https://pypi.python.org/packages/source/i/ipdb/ipdb-(.+)\.zip debian/clean0000644000000000000000000000001512227014322010162 0ustar *.egg-info/* debian/ipdb.10000644000000000000000000000115212227014322010160 0ustar .TH ipdb 1 .SH NAME ipdb \- standalone IPython-based Python debugger .SH SYNOPSIS .B ipdb \fIscriptfile \fR[\fIarg\fR]... .br .SH DESCRIPTION ipdb is a standalone Python debugger based on IPython. It is similar to the pdb debugger from the Python standard library but has additional IPython features such as improved tracebacks and syntax highlighting. .SH AUTHOR This manual page was written by Andrey Rahmatullin for the Debian system (but may be used by others). .SH "SEE ALSO" pdb documentation at \fBhttp://docs.python.org/library/pdb.html\fR or \fB/usr/share/doc/python/html/library/pdb.html\fR debian/changelog0000644000000000000000000000123112227030502011026 0ustar ipdb (0.8-1) unstable; urgency=low [ Andrey Rahmatullin ] * New upstream release * Change the license to GPL-2+ per the upstream clarification * Bump Standards-Version to 3.9.4 (no change needed) * Update debian/watch to use zip files * Add a Python 3 subpackage * Use pybuild * Update the description * Add copyright information for tests/ to debian/copyright [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. -- Andrey Rahmatullin Mon, 14 Oct 2013 23:58:02 +0600 ipdb (0.6.1-1) unstable; urgency=low * Initial release. (Closes: #642311) -- Andrey Rahmatullin Sun, 24 Jun 2012 23:33:10 +0200 debian/pydist-overrides0000644000000000000000000000002012227014322012410 0ustar ipython ipython debian/python-ipdb.manpages0000644000000000000000000000001612227014322013130 0ustar debian/ipdb.1 debian/rules0000755000000000000000000000026312227014322010242 0ustar #!/usr/bin/make -f export PYBUILD_DESTDIR_python2=debian/python-ipdb/ export PYBUILD_DESTDIR_python3=debian/python3-ipdb/ %: dh $@ --with python2,python3 --buildsystem=pybuild debian/control0000644000000000000000000000311512227014322010564 0ustar Source: ipdb Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Andrey Rahmatullin Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python3-all, python-setuptools, python3-setuptools, ipython, ipython3 Standards-Version: 3.9.4 Homepage: https://github.com/gotcha/ipdb Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/ipdb/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/ipdb/trunk/ Package: python-ipdb Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources Description: IPython-based pdb replacement ipdb is a replacement for pdb Python debugger, adding IPython features (tab completion, syntax highlighting, better tracebacks, better introspection) to it. . ipdb contains replacements for all functions from the pdb stdlib module. It also contains the ipdb binary which can be used instead of the pdb binary to debug standalone scripts. Package: python3-ipdb Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources Description: IPython-based pdb replacement (Python 3 version) ipdb is a replacement for pdb Python debugger, adding IPython features (tab completion, syntax highlighting, better tracebacks, better introspection) to it. . ipdb contains replacements for all functions from the pdb stdlib module. It also contains the ipdb3 binary which can be used instead of the pdb3 binary to debug standalone scripts. . This package contains the Python 3 version of the module. debian/docs0000644000000000000000000000001312227014322010026 0ustar README.rst debian/source/0000755000000000000000000000000012227030530010460 5ustar debian/source/format0000644000000000000000000000001412227014322011667 0ustar 3.0 (quilt) debian/python3-ipdb.manpages0000644000000000000000000000001712227014322013214 0ustar debian/ipdb3.1 debian/ipdb3.10000644000000000000000000000116112227014322010243 0ustar .TH ipdb3 1 .SH NAME ipdb3 \- standalone IPython-based Python 3 debugger .SH SYNOPSIS .B ipdb \fIscriptfile \fR[\fIarg\fR]... .br .SH DESCRIPTION ipdb3 is a standalone Python 3 debugger based on IPython. It is similar to the pdb debugger from the Python standard library but has additional IPython features such as improved tracebacks and syntax highlighting. .SH AUTHOR This manual page was written by Andrey Rahmatullin for the Debian system (but may be used by others). .SH "SEE ALSO" pdb documentation at \fBhttp://docs.python.org/library/pdb.html\fR or \fB/usr/share/doc/python/html/library/pdb.html\fR