--- pydb-1.26.orig/debian/menu +++ pydb-1.26/debian/menu @@ -0,0 +1 @@ +?package(pydb):needs="text" title="pydb" section="Applications/Programming" command="/usr/bin/pydb" hints="Debuggers" --- pydb-1.26.orig/debian/changelog +++ pydb-1.26/debian/changelog @@ -0,0 +1,267 @@ +pydb (1.26-1) unstable; urgency=low + + * Acknowledge the NMU by Simon McVittie. + * New upstream release. + * debian/control: Update standards-version. + + -- Oleksandr Moskalenko Sun, 01 Nov 2009 22:49:37 -0600 + +pydb (1.25-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Assume the directory layout seen in python-support 1.0 rather than + 0.8.x, with modules in /usr/share/pyshared (Closes: #516324) + * Do the initial installation into the directories used by the default + version of Python, not 2.4 + * Don't sed away a wrong path in the man page that actually no longer exists + * Lintian fixes: + - Move python-support to Build-Depends-Indep and do the build in + build-indep, not build-arch, as this package is architecture-independent + - Move menu entry from obsolete Apps to Applications + - Install upstream ChangeLog as conventional changelog.gz, not ChangeLog.gz + - Copy the actual copyright statements to debian/copyright, not just the + upstream author's name + - debian/patches/01_man_hyphens.dpatch: replace all "-" with either "\-" + (minus) or "\(hy" (hyphen) depending on apparent intention, according to + the best practice explained by lintian + - debian/patches/02_man_Sp.dpatch: Remove undefined Sp macro (the man + page seems to look fine without it) + - debian/README.Debian: fix a spelling mistake + + -- Simon McVittie Tue, 04 Aug 2009 22:48:49 +0100 + +pydb (1.25-1) unstable; urgency=low + + [Sandro Tosi] + * debian/control + - switch Vcs-Browser field to viewsvn + [Oleksandr Moskalenko] + * New upstream release. + * debian/pydb.docs: Added upstream ChangeLog to docs (Closes: #508414). + * debian/{pydb.emacsen-install,pydb.emacsen-remove,pydb.emacsen-startup}: + Added emacse setup files again (Closes: #493190). + * debian/control: + - Changed Depends on emacsen-common to Suggests emacs22 (the only version + pydb.el works with). + - Updated standards-version and debhelper dependencies. + + -- Oleksandr Moskalenko Mon, 26 Jan 2009 13:44:36 -0700 + +pydb (1.23-2) unstable; urgency=low + + [Carlos Galisteo] + * debian/control + - Added Homepage field. + [Oleksandr Moskalenko] + * debian/control: Added a dependency on dpatch. + * debian/rules: + - Added .PHONY patch and unpatch targets + - Included /usr/share/dpatch/dpatch.make and added patch and unpatch + targets. + * debian/patches/01_pydbbdp.py.dpatch: ipython fix patch from the upstream + author. + * Removed all emacsen install remove and startup files. Just install pydb.el + and run dh_installemacsen (Closes: #443351). + + -- Oleksandr Moskalenko Sun, 20 Jul 2008 21:55:31 -0600 + +pydb (1.23-1) unstable; urgency=low + + * New upstream release. + + -- Oleksandr Moskalenko Wed, 02 Jul 2008 13:31:28 -0600 + +pydb (1.22-3) unstable; urgency=low + + * debian/control: fix the short description field (Closes #441230). + + -- Oleksandr Moskalenko Fri, 07 Sep 2007 13:32:36 -0600 + +pydb (1.22-2) unstable; urgency=low + + * Fix emacsen-install (Closes: #421298). Thanks to Luis Rodrigo Gallardo + Cruz for the suggestion. + + -- Oleksandr Moskalenko Mon, 16 Apr 2007 17:04:06 -0600 + +pydb (1.22-1) unstable; urgency=low + + * New upstream release. + * debian/watch: Added a watch file. + + -- Oleksandr Moskalenko Mon, 16 Apr 2007 13:07:36 -0600 + +pydb (1.20-2) unstable; urgency=low + + * debian/control: + - Joined the Debian Python Modules Team, so added + to Uploaders. + - Added XS-Vcs-Svn and XS-Vcs-Browser control fields. + + -- Oleksandr Moskalenko Wed, 31 Jan 2007 13:10:57 -0700 + +pydb (1.20-1) unstable; urgency=low + + * New bugfix upstream release on Dec 10th. + * debian/control: Added emacsen-common to the depends to be able to install + emacs mode. + * debian/pydb.dirs: Added a line for usr/share/emacs/site-lisp/pydb. + * Added debian/pydb.install file. + * debian/pydb.install: Added a line to install the pydb.el file. + * Added and modified debian/ emacsen-install, emacsen-remove, + emacsen-startup files (Closes: #399944). + + -- Oleksandr Moskalenko Sun, 10 Dec 2006 19:44:03 -0700 + +pydb (1.19-1) unstable; urgency=low + + * New upstream release on Oct 26th. + * debian/control: Removed python from "Depends" as ${python:Depends} takes + care of that. + + -- Oleksandr Moskalenko Fri, 27 Oct 2006 11:31:21 -0600 + +pydb (1.18-1) unstable; urgency=low + + * New upstream release. + * debian/rules: Updated the sed rule that fixes the path to the pydb.doc + in the man page as the upstream fixed pdb.doc --> pydb.doc. + + -- Oleksandr Moskalenko Tue, 3 Oct 2006 18:11:48 -0600 + +pydb (1.17-1) unstable; urgency=low + + * New upstream release on July 29th, 2006. Pydb is now developed by Rocky + Bernstein . See http://bashdb.sourceforge.net/pydb/ for + more information on how it differs from the old (1.01) pydb. + * debian/README.Debian: Added a note from the new upstream author explaining + the pydb evolution to the present day. + * debian/copyright: Updated the copyright file to reflect the switch to new + upstream and new license GPLv2. + * debian/control: + + Updated Standards-Version to 3.7.2. + + Added a dependency on python-support (>= 0.4) per new + python policy. + + Removed version from the ddd suggests (>= 3.0-5). + + Changed build-depends-indep to build-depends per linda warning. + * debian/rules: + + Call dh_pysupport instead of dh_python per new python policy. + + Added a "DEBIAN_DIR" variable. + + Added a dh_clean rule to the build-stamp target. + + Added the build commands - ./configure, make, make install to teh + build-stamp target. + + Added DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE variable expansion. + + Added rules for setting CFLAGS + + Remove configure generated files in the clean target. + * debian/pydb.1: Switched to the upstream manpage. + + -- Oleksandr Moskalenko Wed, 16 Aug 2006 19:26:50 -0600 + +pydb (1.01-10) unstable; urgency=low + + * debian/compat: Changed compatibility level to 5, the latest. + * debian/control: Updated debhelper dependency to reflect the new + compatibility level. + * debian/control: Changed the maintainer email to ...debian.org. + + -- Oleksandr Moskalenko Tue, 10 Jan 2006 09:08:02 -0700 + +pydb (1.01-9) unstable; urgency=low + + * New maintainer (Closes: #312850). Thanks to Gregor Hofleit and NMU + uploaders for their work. + * Acknowledge NMUs (Closes: #190662, #213878, #211787). + * debian/control: Updated Standards-Version to 3.6.2. + * debian/control: Changed Maintainer to my own name. + * debian/compat: Added this file to set the DH_COMPAT level to 4. + * debian/rules: Removed unnecessary comments. + * debian/rules: Fixed build-time installation paths from debian/tmp to + debian/pydb. + * debian/pydb.1: Updated the location of pdb.doc. + * debian/rules: Use dh_installman instead of the deprecated + dh_installmanpages for man page installation. + * pydb.py: Updated the file directly instead of patching it as there is no + upstream anymore (Closes: #213214). + + -- Oleksandr Moskalenko Tue, 23 Aug 2005 23:00:43 -0600 + +pydb (1.01-8.3) unstable; urgency=low + + * NMU (using the prepared package from Oleksandr Moskalenko). + * Fix breakpoint set interaction with ddd (Closes: #190662). + * Quote all debian/menu entries (lintian warning) + * Use newer standards version (lintian warning) + + -- Bastian Kleineidam Wed, 9 Mar 2005 17:56:58 +0100 + +pydb (1.01-8.2) unstable; urgency=high + + * NMU. + * Compensate for missing debhelper dependencies, depend on python. + Closes: #213878. + + -- Matthias Klose Fri, 10 Oct 2003 08:10:31 +0200 + +pydb (1.01-8.1) unstable; urgency=low + + * NMU. + * Fix postinst/prerm (closes: #211787). + + -- Matthias Klose Sun, 28 Sep 2003 13:39:02 +0200 + +pydb (1.01-8) unstable; urgency=low + + * Make the package now use Python 2.3, which is the new default (closes: + #205309). + + -- Gregor Hoffleit Tue, 2 Sep 2003 19:27:44 +0200 + +pydb (1.01-7) unstable; urgency=low + + * Make the package use Python 2.2 (closes: #140810, #161553). + + -- Gregor Hoffleit Tue, 24 Sep 2002 14:39:02 +0200 + +pydb (1.01-6) unstable; urgency=low + + * Fix manpage (point to /usr/lib/python2.1/pdb.doc). + + -- Gregor Hoffleit Sun, 14 Apr 2002 13:44:55 +0200 + +pydb (1.01-5) unstable; urgency=low + + * Remove python1.5ism in postinst script (closes: #133520). + + -- Gregor Hoffleit Tue, 12 Feb 2002 19:21:49 +0100 + +pydb (1.01-4) unstable; urgency=high + + * Remove use of newdir, which is obsolete since Python 1.5 (apply a patch + from ddd/pydb) (closes: #127408). + * Make the package use Python 2.1. + + -- Gregor Hoffleit Thu, 24 Jan 2002 15:18:00 +0100 + +pydb (1.01-3) unstable; urgency=low + + * Repackaged to depend on python1.5 (closes: #119203). + + -- Gregor Hoffleit Thu, 13 Dec 2001 15:42:54 +0100 + +pydb (1.01-2) unstable; urgency=low + + * Updated package for policy 3.1.1: + - FHS transition of docs + - Build-Depends + (closes: #80319). + * Added hint to the menu file (closes: #80244). + + -- Gregor Hoffleit Mon, 25 Dec 2000 22:41:32 +0100 + +pydb (1.01-1) unstable; urgency=low + + * Initial Release. + * pydbcmd.py: Included functions from newdir.py, which is no + longer included in Python. + + -- Gregor Hoffleit Sun, 22 Aug 1999 23:02:50 +0200 --- pydb-1.26.orig/debian/pydb.emacsen-remove +++ pydb-1.26/debian/pydb.emacsen-remove @@ -0,0 +1,15 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/pydb + +FLAVOR=$1 +PACKAGE=pydb + +if [ ${FLAVOR} = emacs22 ]; then + if test -x /usr/sbin/install-info-altdir; then + echo remove/${PACKAGE}: removing Info links for ${FLAVOR} + install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/share/info/${PACKAGE}.info.gz + fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +fi --- pydb-1.26.orig/debian/compat +++ pydb-1.26/debian/compat @@ -0,0 +1 @@ +5 --- pydb-1.26.orig/debian/control +++ pydb-1.26/debian/control @@ -0,0 +1,20 @@ +Source: pydb +Section: devel +Priority: optional +Maintainer: Oleksandr Moskalenko +Uploaders: Debian Python Modules Team +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7), dpatch +Build-Depends-Indep: python-support (>= 1.0) +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pydb/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pydb/trunk/ +Homepage: http://bashdb.sourceforge.net/pydb/ + +Package: pydb +Architecture: all +Depends: ${python:Depends} +Suggests: ddd, emacs22 +Description: An enhanced Python command-line debugger + Pydb is a command-line debugger for Python. It is based on the standard + Python debugger pdb, but has a number of added features. Particularly, it is + suitable for use with DDD, a graphical debugger front end. --- pydb-1.26.orig/debian/pydb.emacsen-install +++ pydb-1.26/debian/pydb.emacsen-install @@ -0,0 +1,37 @@ +#! /bin/sh -e +# /usr/lib/emacsen-common/packages/install/pydb + +# Written by Jim Van Zandt , borrowing heavily +# from the install scripts for gettext by Santiago Vila +# and octave by Dirk Eddelbuettel . + +FLAVOR=$1 +PACKAGE=pydb + +if [ ${FLAVOR} != emacs22 ]; then exit 0; fi + +echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} + +FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" + +ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} +ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} + +if test -x /usr/sbin/install-info-altdir; then + echo install/${PACKAGE}: install Info links for ${FLAVOR} + install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/share/info/${PACKAGE}.info.gz +fi + +install -m 755 -d ${ELCDIR} +cd ${ELDIR} +FILES=`echo *.el` +cp ${FILES} ${ELCDIR} +cd ${ELCDIR} + +cat << EOF > path.el +(setq load-path (cons "." load-path) byte-compile-warnings nil) +EOF +${FLAVOR} ${FLAGS} ${FILES} +rm -f *.el path.el + +exit 0 --- pydb-1.26.orig/debian/pydb.1 +++ pydb-1.26/debian/pydb.1 @@ -0,0 +1,22 @@ +.TH pydb 1 +.SH NAME +pydb \- enhanced Python debugger +.SH SYNOPSIS +.B pydb +.SH "DESCRIPTION" +This manual page documents briefly the +.BR pydb +command. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +.B pydb +is an enhanced debugger for Python. It extends the Python standard +debugger pdb and is suited for use with the graphical debugger DDD. +.SH "SEE ALSO" +/usr/lib/python2.3/pdb.doc +.SH AUTHOR +pydb was written by Richard Wolff based on the standard +Python debugger pdb.py. +This manual page was written by Gregor Hoffleit +for the Debian project (but may be used by others). --- pydb-1.26.orig/debian/pydb.links +++ pydb-1.26/debian/pydb.links @@ -0,0 +1 @@ +usr/share/pyshared/pydb/pydb.py usr/bin/pydb --- pydb-1.26.orig/debian/pydb.dirs +++ pydb-1.26/debian/pydb.dirs @@ -0,0 +1,3 @@ +usr/bin/ +usr/share/man/man1 +usr/share/emacs/site-lisp/pydb --- pydb-1.26.orig/debian/pydb.emacsen-startup +++ pydb-1.26/debian/pydb.emacsen-startup @@ -0,0 +1,23 @@ +;; -*-emacs-lisp-*- +;; +;; Emacs startup file, e.g. /etc/emacs/site-start.d/50pydb.el +;; for the Debian pydb package +;; +;; Originally contributed by Nils Naumann +;; Modified by Dirk Eddelbuettel +;; Adapted for dh-make by Jim Van Zandt + +;; The pydb package follows the Debian/GNU Linux 'emacsen' policy and +;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, +;; xemacs19, emacs20, xemacs20...). The compiled code is then +;; installed in a subdirectory of the respective site-lisp directory. +;; We have to add this to the load-path: +(let ((package-dir (concat "/usr/share/" + (symbol-name flavor) + "/site-lisp/pydb"))) +;; If package-dir does not exist, the pydb package must have +;; removed but not purged, and we should skip the setup. + (when (file-directory-p package-dir) + (setq load-path (cons package-dir load-path)) + (autoload 'pydb-mode "pydb" + "Interface for the pydb debugger" t))) --- pydb-1.26.orig/debian/copyright +++ pydb-1.26/debian/copyright @@ -0,0 +1,32 @@ +The original pydb package was debianized by Gregor Hoffleit + on Sun, 22 Aug 1999 23:02:50 +0200. + +It was downloaded from the now defunct http://daikon.tuc.noao.edu/python/ + +The original upstream author: Richard Wolff + +Current maintainer since 2005-08-23: Oleksandr Moskalenko + +Current upstream source is downloaded from http://bashdb.sourceforge.net/pydb/ + +Current upstream author: Rocky Bernstein + +Copyright (C) 2006, 2007, 2008 Rocky Bernstein +Copyright (C) 2006 Nikolaj Schumacher + +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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin +Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems the full text of the latest General Public License (GPL) can +be found at /usr/share/common-licenses/GPL --- pydb-1.26.orig/debian/README.Debian +++ pydb-1.26/debian/README.Debian @@ -0,0 +1,17 @@ +pydb for Debian +--------------- + +pydb is under a new management! As its new developer Rocky Bernstein wrote: + +A little about pydb development. Active development on Pydb stopped sometime +around 2000. Richard Wolff who was working on that and the python debugger as +a parallel (not unified) efforts has retired. About the beginning of 2006 I +wanted to add a restart to the stock python debugger, pdb. With Richard +Wolff's blessing, I took over the name pydb. Since then I've merged in +improvements that had gone on in pdb with those in pydb that were not in pdb +(in particular display expressions). And many new things have been added +guided by the gdb interface. The next release of ddd will no longer distribute +a version of the 1999 pydb, but will use the pydb that is now maintained +outside of ddd. (And of course, ddd also benefits from the new features added +to pydb.) + --- pydb-1.26.orig/debian/rules +++ pydb-1.26/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 +DEBIAN_DIR = $(shell pwd)/debian +PACKAGE = pydb +PYTHON_VER = $(shell pyversions -d -v) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +OPT_FLAG = -O0 +endif + +CFLAGS="$(OPT_FLAG)" + +include /usr/share/dpatch/dpatch.make + +build: build-stamp +build-stamp: patch + dh_testdir + dh_clean + ./configure \ + --prefix=$(CURDIR)/debian/$(PACKAGE)/usr \ + --with-site-packages=$(CURDIR)/debian/$(PACKAGE)/usr/lib/python$(PYTHON_VER)/site-packages + $(MAKE) + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp install-stamp config.status config.log + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testroot + dh_installdirs + dh_install + $(MAKE) install + rm -rf $(DEBIAN_DIR)/$(PACKAGE)/usr/man + rm -f $(DEBIAN_DIR)/$(PACKAGE)/usr/bin/pydb + touch install-stamp + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installemacsen + dh_installmenu + dh_installman Doc/pydb.1 + dh_installchangelogs ChangeLog + dh_strip + dh_compress + dh_fixperms + dh_pysupport + dh_link + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary patch unpatch --- pydb-1.26.orig/debian/pydb.install +++ pydb-1.26/debian/pydb.install @@ -0,0 +1 @@ +emacs/pydb.el usr/share/emacs/site-lisp/pydb --- pydb-1.26.orig/debian/watch +++ pydb-1.26/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/bashdb/pydb-(.*)\.tar\.gz --- pydb-1.26.orig/debian/patches/02_man_Sp.dpatch +++ pydb-1.26/debian/patches/02_man_Sp.dpatch @@ -0,0 +1,22 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_man_Sp.dpatch by Simon McVittie +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Remove undefined .Sp macro; whatever it was meant to do, the man page +## DP: looks fine without it. + +@DPATCH@ +diff -urNad pydb~/Doc/pydb.1.in pydb/Doc/pydb.1.in +--- pydb~/Doc/pydb.1.in 2009-08-02 14:22:03.000000000 +0100 ++++ pydb/Doc/pydb.1.in 2009-08-02 14:22:09.000000000 +0100 +@@ -265,10 +265,8 @@ + .PD + .\"=================================================================== + .SH "SEE ALSO" +-.Sp + http://bashdb.sourceforge.net/pydb/ + .PP +-.Sp + http://bashdb.sourceforge.net/pydb/lib/index.html + .\"=================================================================== + .SH AUTHOR --- pydb-1.26.orig/debian/patches/01_man_hyphens.dpatch +++ pydb-1.26/debian/patches/01_man_hyphens.dpatch @@ -0,0 +1,89 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_man_hyphens.dpatch by Simon McVittie +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Use \(hy or \- rather than - in man page +## DP: +## DP: As per `lintian-info --tags hyphen-used-as-minus-sign`, explicit is +## DP: better than implicit. + +@DPATCH@ +diff -urNad pydb~/Doc/pydb.1.in pydb/Doc/pydb.1.in +--- pydb~/Doc/pydb.1.in 2008-06-10 02:05:35.000000000 +0100 ++++ pydb/Doc/pydb.1.in 2009-08-02 14:24:43.000000000 +0100 +@@ -6,9 +6,9 @@ + .\"=================================================================== + .SH SYNOPSIS + .B pydb +-[debugger-options] +-python-script +-[script-options...] ++[debugger\(hyoptions] ++python\(hyscript ++[script\(hyoptions...] + .\"=================================================================== + .SH DESCRIPTION + This manual page documents briefly the +@@ -43,7 +43,7 @@ + \ \ \ \(bu Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another. + .PP + +-Here are some of the most frequently-needed commands: ++Here are some of the most frequently\(hyneeded commands: + + .\"------------------------------------------------------------------- + .TP +@@ -72,12 +72,12 @@ + .B continue \fR[\fIline\fR] + \& + Continue running your program until the next breakpoint or until the +-end of the program. If a line number is given set a one-time ++end of the program. If a line number is given set a one\(hytime + breakpoint at that line. + .PP + .\"------------------------------------------------------------------- + .TP +-.B delete \fR[\fIbreakpoint-numbers\fR] ++.B delete \fR[\fIbreakpoint\(hynumbers\fR] + \& + Delete breakpoints by number. To delete all breakpoints, give no + breakpoint number. See also the +@@ -105,9 +105,9 @@ + Run until the completion of the current function or method. + .PP + .TP +-.BI frame " frame-number" ++.BI frame " frame\(hynumber" + \& +-Set the stack frame to \fIframe-number\fR for purposes of examinine local variables. For positioning relative to the current frame, use ++Set the stack frame to \fIframe\(hynumber\fR for purposes of examinine local variables. For positioning relative to the current frame, use + .B up + or + .B down. +@@ -240,8 +240,8 @@ + .TP + .TP + .B \-e | \-\-exec +-Run debugger commands command-list. Commands should be separated by +-";;"-the same as you would do inside the debugger. You may need to ++Run debugger commands command\(hylist. Commands should be separated by ++";;"\(hythe same as you would do inside the debugger. You may need to + quote this option to prevent command shell interpretation, e.g. + .B \-\-exec + "break 20;; continue" +@@ -255,12 +255,12 @@ + .B \-\-sigcheck + Set to watch for signal handler changes. + .TP +-.B -T, --threading ++.B \-T, \-\-threading + Start off with threading debug support. + .TP + .B \-A LEVEL | \-\-annotate=LEVEL +-Set gdb-like annotation_level. The annotation level is used by +-front-ends to get posted about program information when things change ++Set gdb\(hylike annotation_level. The annotation level is used by ++front\(hyends to get posted about program information when things change + without having to poll for the information. + .PD + .\"=================================================================== --- pydb-1.26.orig/debian/patches/00list +++ pydb-1.26/debian/patches/00list @@ -0,0 +1,2 @@ +01_man_hyphens.dpatch +02_man_Sp.dpatch