[Python-modules-commits] r20582 - in packages/ipdb/trunk (13 files)

wrar-guest at users.alioth.debian.org wrar-guest at users.alioth.debian.org
Sun Feb 26 17:19:45 UTC 2012


    Date: Sunday, February 26, 2012 @ 17:19:43
  Author: wrar-guest
Revision: 20582

[svn-inject] Applying Debian modifications (0.6.1-1) to trunk

Added:
  packages/ipdb/trunk/debian/
  packages/ipdb/trunk/debian/changelog
  packages/ipdb/trunk/debian/clean
  packages/ipdb/trunk/debian/compat
  packages/ipdb/trunk/debian/control
  packages/ipdb/trunk/debian/copyright
  packages/ipdb/trunk/debian/docs
  packages/ipdb/trunk/debian/ipdb.1
  packages/ipdb/trunk/debian/python-ipdb.manpages
  packages/ipdb/trunk/debian/rules
  packages/ipdb/trunk/debian/source/
  packages/ipdb/trunk/debian/source/format
  packages/ipdb/trunk/debian/watch


Property changes on: packages/ipdb/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/ipdb/trunk/debian/changelog
===================================================================
--- packages/ipdb/trunk/debian/changelog	                        (rev 0)
+++ packages/ipdb/trunk/debian/changelog	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1,5 @@
+ipdb (0.6.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #642311)
+
+ -- Andrey Rahmatullin <wrar at wrar.name>  Sun, 26 Feb 2012 22:56:27 +0600

Added: packages/ipdb/trunk/debian/clean
===================================================================
--- packages/ipdb/trunk/debian/clean	                        (rev 0)
+++ packages/ipdb/trunk/debian/clean	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1 @@
+*.egg-info/*

Added: packages/ipdb/trunk/debian/compat
===================================================================
--- packages/ipdb/trunk/debian/compat	                        (rev 0)
+++ packages/ipdb/trunk/debian/compat	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1 @@
+9

Added: packages/ipdb/trunk/debian/control
===================================================================
--- packages/ipdb/trunk/debian/control	                        (rev 0)
+++ packages/ipdb/trunk/debian/control	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1,22 @@
+Source: ipdb
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Andrey Rahmatullin <wrar at wrar.name>
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.3
+Homepage: https://github.com/gotcha/ipdb
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipdb/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ipdb/trunk/
+
+Package: python-ipdb
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+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 set_trace(), post_mortem() and pm() functions
+ from the pdb module. It also contains ipdb binary which can be used instead
+ of pdb binary to debug standalone scripts.

Added: packages/ipdb/trunk/debian/copyright
===================================================================
--- packages/ipdb/trunk/debian/copyright	                        (rev 0)
+++ packages/ipdb/trunk/debian/copyright	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ipdb
+Upstream-Contact: Godefroid Chapelle <gotcha at bubblenet.be>
+Source: https://github.com/gotcha/ipdb
+
+Files: *
+Copyright: 2007-2011, Godefroid Chapelle <gotcha at bubblenet.be>
+License: GPL-1+
+
+Files: debian/*
+Copyright: 2011-2012, Andrey Rahmatullin <wrar at wrar.name>
+License: GPL-1+
+
+License: GPL-1+
+ 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 1 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 1 can be found in the file
+ `/usr/share/common-licenses/GPL-1'.

Added: packages/ipdb/trunk/debian/docs
===================================================================
--- packages/ipdb/trunk/debian/docs	                        (rev 0)
+++ packages/ipdb/trunk/debian/docs	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1 @@
+README.rst

Added: packages/ipdb/trunk/debian/ipdb.1
===================================================================
--- packages/ipdb/trunk/debian/ipdb.1	                        (rev 0)
+++ packages/ipdb/trunk/debian/ipdb.1	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1,19 @@
+.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 <wrar at wrar.name> 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

Added: packages/ipdb/trunk/debian/python-ipdb.manpages
===================================================================
--- packages/ipdb/trunk/debian/python-ipdb.manpages	                        (rev 0)
+++ packages/ipdb/trunk/debian/python-ipdb.manpages	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1 @@
+debian/ipdb.1

Added: packages/ipdb/trunk/debian/rules
===================================================================
--- packages/ipdb/trunk/debian/rules	                        (rev 0)
+++ packages/ipdb/trunk/debian/rules	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/ipdb/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/ipdb/trunk/debian/source/format
===================================================================
--- packages/ipdb/trunk/debian/source/format	                        (rev 0)
+++ packages/ipdb/trunk/debian/source/format	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/ipdb/trunk/debian/watch
===================================================================
--- packages/ipdb/trunk/debian/watch	                        (rev 0)
+++ packages/ipdb/trunk/debian/watch	2012-02-26 17:19:43 UTC (rev 20582)
@@ -0,0 +1,2 @@
+version=3
+https://github.com/gotcha/ipdb/tags .*/tarball/(.*)




More information about the Python-modules-commits mailing list