--- winpdb-1.4.8.orig/debian/pycompat +++ winpdb-1.4.8/debian/pycompat @@ -0,0 +1 @@ +2 --- winpdb-1.4.8.orig/debian/changelog +++ winpdb-1.4.8/debian/changelog @@ -0,0 +1,142 @@ +winpdb (1.4.8-2) unstable; urgency=low + + * Including some ideas from #670968: + - Migrating to dh_python2 + - Bumping Standards-Version to 3.9.3, no changs needed. + - Fix copyright-with-old-dh-make-debian-copyright (Lintian) + and update copyright years. + - Fix menu-icon-missing (Lintian) + Closes: #670968 + * Add debian/README.source + * Tidy debian/rules, add versioned debhelper dependency. + + -- Bernd Zeimetz Mon, 30 Apr 2012 23:51:13 +0200 + +winpdb (1.4.8-1) unstable; urgency=low + + * Updating watch file to reflect the new file location. + * New upstream version. + + -- Bernd Zeimetz Sat, 30 Apr 2011 11:22:06 +0200 + +winpdb (1.4.6-2) unstable; urgency=low + + [ Severin Heiniger] + * Fix spelling errors in package description. (Closes: ##586908) + * Bump Standards-Version to 3.8.3, no changes needed. + + [ Bernd Zeimetz ] + * Fix dependencies of the binary target, thanks to Joey Hess + (Closes: #549237) + + -- Bernd Zeimetz Thu, 01 Oct 2009 22:27:05 +0200 + +winpdb (1.4.6-1) unstable; urgency=low + + * New upstream version. + * Migrating from cdbs to dh(7). + * Bumping Standards-Version to 3.8.1, no changes needed. + + -- Bernd Zeimetz Sun, 19 Apr 2009 14:46:16 +0200 + +winpdb (1.4.4-1) unstable; urgency=low + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Bernd Zeimetz ] + * New upstream version. + * debian/control: Bumping Standards-Version, no changes needed. + + -- Bernd Zeimetz Mon, 16 Feb 2009 00:03:38 +0100 + +winpdb (1.4.0-1) experimental; urgency=low + + * New upstream version. + Uploading to experimental to keep a bugfix path for Lenny open + via unstable. + * Since python-wxgtk2.8 is available in Debian now, too - drop + the code to create the WX dependencies based on the distribution. + winpdb depends on python-wxgtk2.8 only now. + + -- Bernd Zeimetz Sun, 07 Sep 2008 15:31:42 +0200 + +winpdb (1.3.8-1) unstable; urgency=low + + * New upstream version, including a fix for a wishlist bug asking for + an additional hint at eval/exec in error message (Closes: #470889). + + -- Bernd Zeimetz Wed, 16 Apr 2008 00:00:39 +0200 + +winpdb (1.3.6-1) unstable; urgency=low + + * New upstream version. + + -- Bernd Zeimetz Wed, 12 Mar 2008 01:39:53 +0100 + +winpdb (1.3.4-1) unstable; urgency=low + + * New upstream version. + * debian/control: + - Updating Standards-Version, no changes needed. + - Moving lsb-release and python-support to Build-Dep-Indep. + - Updating upstream's homepage url. + + -- Bernd Zeimetz Tue, 22 Jan 2008 14:35:53 +0100 + +winpdb (1.3.2-3) unstable; urgency=low + + * debian/rules: + - Let's remember that there is no wxgtk2.8 in Debian yet. + + -- Bernd Zeimetz Wed, 05 Dec 2007 17:24:21 +0100 + +winpdb (1.3.2-2) unstable; urgency=low + + * debian/rules: + - Don't use fixed python version numbers, thanks to Luca Falavigna. + - Use $(PKGNAME) to make it more easy to rename the package. + - Add commands to set Recommends/Depends depending on the Distribution + we're building the package on. + * debian/control: + - Updating my email address. + - Introduce winpdb:Depends/winpdb:recommends to allow us to set + dependencies/recommended packages while building the package. + - Adding lsb-release to Build-Depends. + + -- Bernd Zeimetz Wed, 05 Dec 2007 16:28:52 +0100 + +winpdb (1.3.2-1) unstable; urgency=low + + * New upstream version. + + -- Bernd Zeimetz Fri, 30 Nov 2007 10:21:13 +0100 + +winpdb (1.3.0-1) unstable; urgency=low + + * New upstream version, including Unicode support and py3k compatibility. + * debian/control: + - Adding Homepage field, removing pseudo-field from description + - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + + -- Bernd Zeimetz Mon, 08 Oct 2007 20:39:23 +0200 + +winpdb (1.2.2-2) unstable; urgency=low + + * debian/winpdb.install, debian/rules: + - making sure the .desktop file is installed as cdbs does not take care of + it yet, thanks to Nir Aides for reporting. + * debian/control: + - Adding the new python-apps team to Uploaders, moving into the team's svn + * debian/winpdb.desktop: + - Removing deprecated Encoding key + + -- Bernd Zeimetz Mon, 27 Aug 2007 23:13:29 +0200 + +winpdb (1.2.2-1) unstable; urgency=low + + * Initial release (Closes: #412247) + + -- Bernd Zeimetz Sat, 14 Jul 2007 23:16:30 +0200 + --- winpdb-1.4.8.orig/debian/manpages +++ winpdb-1.4.8/debian/manpages @@ -0,0 +1 @@ +winpdb.1 --- winpdb-1.4.8.orig/debian/rules +++ winpdb-1.4.8/debian/rules @@ -0,0 +1,39 @@ +#!/usr/bin/make -f + +include /usr/share/dpatch/dpatch.make + +PKGNAME := winpdb +MANPAGES = $(PKGNAME).1 + +%.1: debian/%.sgml + docbook-to-man $< > $@ + +%: + dh --with python2 $@ + +build: build-stamp + +build-stamp: $(DPATCH_STAMPFN) $(MANPAGES) + dh --with python2 build + touch $@ + +override_dh_python2: + install -m 644 $(CURDIR)/artwork/$(PKGNAME)-icon-16.png \ + $(CURDIR)/debian/$(PKGNAME)/usr/share/icons/hicolor/16x16/apps/$(PKGNAME).png + install -m 644 $(CURDIR)/artwork/$(PKGNAME)-icon-32.png \ + $(CURDIR)/debian/$(PKGNAME)/usr/share/icons/hicolor/32x32/apps/$(PKGNAME).png + install -m 644 $(CURDIR)/artwork/$(PKGNAME)-icon-64.png \ + $(CURDIR)/debian/$(PKGNAME)/usr/share/icons/hicolor/64x64/apps/$(PKGNAME).png + install -m 644 $(CURDIR)/artwork/$(PKGNAME)-icon.svg \ + $(CURDIR)/debian/$(PKGNAME)/usr/share/icons/hicolor/scalable/apps/$(PKGNAME).svg + install -m 644 $(CURDIR)/debian/$(PKGNAME).xpm \ + $(CURDIR)/debian/$(PKGNAME)/usr/share/pixmaps/$(PKGNAME).xpm + chmod 755 $(CURDIR)/debian/$(PKGNAME)/usr/lib/python*/*-packages/*.py + dh_python2 + +clean: clean-patched unpatch +clean-patched: + dh --with python2 clean + rm -f $(MANPAGES) build-stamp + +.PHONY: clean unpatch patch clean-patched --- winpdb-1.4.8.orig/debian/control +++ winpdb-1.4.8/debian/control @@ -0,0 +1,27 @@ +Source: winpdb +Section: python +Priority: optional +Maintainer: Bernd Zeimetz +Uploaders: Python Applications Packaging Team +Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), dpatch +Build-Depends-Indep: docbook-to-man, lsb-release +Standards-Version: 3.9.3 +Homepage: http://www.winpdb.org/ +Vcs-Svn: svn://svn.debian.org/python-apps/packages/winpdb/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/winpdb/trunk/ + +Package: winpdb +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Recommends: x-terminal-emulator | screen, python-wxversion, python-wxgtk2.8, python-crypto +Description: Platform independent Python debugger + Winpdb supports debugging of threads- and curses based applications, + namespace modification and embedded debugging. As a remote debugger, + it uses (encrypted) network connections to connect to the debuggee + (which is running on the same machine, usually). + . + Winpdb is the graphical, wx-based frontend to rpdb2, which is also + included in this package. rpdb2 is text based and able to use screen + sessions if there is no x-terminal-emulator available. + . + Winpdb is up to 20 times faster than pdb. --- winpdb-1.4.8.orig/debian/winpdb.sgml +++ winpdb-1.4.8/debian/winpdb.sgml @@ -0,0 +1,216 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Bernd"> + Zeimetz"> + + July 14, 2007"> + + 1"> + <bernd@bzed.de>"> + + WINPDB"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2007 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + platform independent Python debugger + + + + &dhpackage; + + + + + + + + + + + [<script-name> [<script-args>...]] + + + + DESCRIPTION + + This manual page documents briefly the + winpdb and rpdb2 commands. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + winpdb is a GUI frontend to rpdb2, + a remote debugger for python, which is capable to debug threads- and curses-based code. + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + + Print the program's help. + + + + + + + + Start debuggee and break into it, without starting a + debugger console. + + + + + + + + Attach to an already started debuggee. + + + + + + + + Specify host for attachment. + + + + + + + + Allow debuggees to accept connections from remote machines. + + + + + + + + Force encrypted connections between debugger and debuggees. + + + + + + + + Password. This flag is available only on NT systems. + On other systems the password will be queried interactively + if it is needed. + + + + + + + + Use the Unix screen utility when spawning the debuggee. + + + + + + + + Change the working directory to that of the launched script. + + + + + + + Debug prints. + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2, + as published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License, Version 2, can be found in /usr/share/common-licenses/GPL-2. + + + +
+ + + + --- winpdb-1.4.8.orig/debian/docs +++ winpdb-1.4.8/debian/docs @@ -0,0 +1 @@ +README.txt --- winpdb-1.4.8.orig/debian/winpdb.menu +++ winpdb-1.4.8/debian/winpdb.menu @@ -0,0 +1,3 @@ +?package(winpdb):needs="X11" section="Applications/Programming"\ + title="winpdb" command="/usr/bin/winpdb"\ + hints="Python,Debugger" icon="/usr/share/pixmaps/winpdb.xpm" --- winpdb-1.4.8.orig/debian/winpdb.xpm +++ winpdb-1.4.8/debian/winpdb.xpm @@ -0,0 +1,344 @@ +/* XPM */ +/* This file was converted from artwork/winpdb-icon-32.png by + Bernd Zeimetz on Tue, 07 Aug 2007 14:45:57 +0200 + */ +static char * winpdb_xpm[] = { +"32 32 306 2", +" c None", +". c #FFFFFF", +"+ c #FCFDFD", +"@ c #FEFEFE", +"# c #E9EEF3", +"$ c #BACBDA", +"% c #93AFC5", +"& c #799BB7", +"* c #6D92B1", +"= c #6A90AF", +"- c #7699B5", +"; c #94AFC5", +"> c #C5D3E0", +", c #F9FAFC", +"' c #F0F4F7", +") c #AABFD1", +"! c #7C9DB9", +"~ c #7799B6", +"{ c #7296B3", +"] c #6D92B0", +"^ c #688EAE", +"/ c #638AAB", +"( c #5E87A8", +"_ c #5983A6", +": c #547FA3", +"< c #6189AA", +"[ c #BCCDDB", +"} c #DDE5ED", +"| c #89A7C0", +"1 c #628AAB", +"2 c #5D87A8", +"3 c #537FA3", +"4 c #4E7BA0", +"5 c #49789E", +"6 c #44749B", +"7 c #80A1BB", +"8 c #F6F8FA", +"9 c #DBE4EC", +"0 c #84A3BD", +"a c #7C9DB8", +"b c #7295B3", +"c c #6C92B0", +"d c #678EAE", +"e c #5D86A8", +"f c #5883A6", +"g c #49779E", +"h c #3F7098", +"i c #3A6C95", +"j c #6F93B2", +"k c #FAFBFC", +"l c #EDF1F5", +"m c #87A6BF", +"n c #7699B6", +"o c #7195B3", +"p c #49779D", +"q c #376A94", +"r c #90ACC4", +"s c #A3BBCE", +"t c #7B9DB8", +"u c #5883A5", +"v c #386B95", +"w c #D4DFE8", +"x c #E2E9EF", +"y c #7497B4", +"z c #B0C4D5", +"A c #6C91B0", +"B c #678EAD", +"C c #5882A5", +"D c #43739A", +"E c #3A688D", +"F c #305C80", +"G c #315F84", +"H c #396C95", +"I c #EBF0F4", +"J c #88A6BF", +"K c #44739B", +"L c #3A678C", +"M c #1F3B52", +"N c #2A5070", +"O c #2E587B", +"P c #386A94", +"Q c #3F6E91", +"R c #4D758A", +"S c #C4CFD2", +"T c #FFF9E6", +"U c #F8FAFB", +"V c #678DAD", +"W c #537EA3", +"X c #3F6F98", +"Y c #2A506F", +"Z c #506B85", +"` c #8198AB", +" . c #7890A5", +".. c #344E66", +"+. c #3C6C91", +"@. c #4A738C", +"#. c #5A7B85", +"$. c #6A827D", +"%. c #B6BFB6", +"&. c #FFDB76", +"*. c #FFD563", +"=. c #FFF0C8", +"-. c #ECF0F5", +";. c #48779D", +">. c #44739A", +",. c #2D435D", +"'. c #87777A", +"). c #DED7D7", +"!. c #DFD9D9", +"~. c #D4CCCC", +"{. c #5D5256", +"]. c #5B6F6E", +"^. c #768877", +"/. c #868F6F", +"(. c #B7B89A", +"_. c #FFE08D", +":. c #FFC836", +"<. c #FFC534", +"[. c #FFDB82", +"}. c #FFFDF8", +"|. c #EDF2F5", +"1. c #527EA2", +"2. c #3E6F98", +"3. c #2E445F", +"4. c #583737", +"5. c #BCAFAF", +"6. c #BDAFAF", +"7. c #BDB0B0", +"8. c #BEB0B0", +"9. c #B4A4A4", +"0. c #3A1B18", +"a. c #878860", +"b. c #A29B60", +"c. c #C1B37A", +"d. c #FFE5A4", +"e. c #FFC432", +"f. c #FFC12F", +"g. c #FFBE2B", +"h. c #FFCF64", +"i. c #FFFDF7", +"j. c #658CAC", +"k. c #5C86A8", +"l. c #4D7BA0", +"m. c #35658D", +"n. c #29080B", +"o. c #745858", +"p. c #9A8686", +"q. c #9B8686", +"r. c #9B8787", +"s. c #9C8888", +"t. c #512E2E", +"u. c #5D4325", +"v. c #BEA550", +"w. c #D5B353", +"x. c #FFEBBD", +"y. c #FFBF2C", +"z. c #FFBD2A", +"A. c #FFBC29", +"B. c #FFD57A", +"C. c #7E9FBA", +"D. c #5782A5", +"E. c #4D7AA0", +"F. c #CDDAE4", +"G. c #4E4864", +"H. c #D00000", +"I. c #B44141", +"J. c #D45D5D", +"K. c #E45E5E", +"L. c #E45F5F", +"M. c #CE5F5F", +"N. c #D52424", +"O. c #B50C05", +"P. c #DAAF3F", +"Q. c #EFB837", +"R. c #FFEDC6", +"S. c #FFEABD", +"T. c #AEC2D3", +"U. c #3A6B93", +"V. c #743C4D", +"W. c #DE0000", +"X. c #401818", +"Y. c #983434", +"Z. c #FF3535", +"`. c #F63535", +" + c #DB3636", +".+ c #583636", +"++ c #930808", +"@+ c #EB0000", +"#+ c #E5AC2B", +"$+ c #FEBD2E", +"%+ c #FFEDC5", +"&+ c #FFC74D", +"*+ c #FFFEFD", +"=+ c #ECF1F5", +"-+ c #3E6F97", +";+ c #4C748B", +">+ c #7B4A4C", +",+ c #EF0000", +"'+ c #560101", +")+ c #C20C0C", +"!+ c #FF0D0D", +"~+ c #CF0D0D", +"{+ c #EA0D0D", +"]+ c #5B0909", +"^+ c #B50000", +"/+ c #E00200", +"(+ c #F7B628", +"_+ c #FFBE2F", +":+ c #FFECC4", +"<+ c #FFEEC9", +"[+ c #9FB7CB", +"}+ c #396B95", +"|+ c #CEDAE4", +"1+ c #6D847B", +"2+ c #777560", +"3+ c #F40000", +"4+ c #FF0000", +"5+ c #B90000", +"6+ c #F10000", +"7+ c #BC0000", +"8+ c #CF0000", +"9+ c #CA0000", +"0+ c #D62B09", +"a+ c #FFBD2D", +"b+ c #FFE2A3", +"c+ c #FFDB8C", +"d+ c #F8F9FB", +"e+ c #648BAC", +"f+ c #D4DDE2", +"g+ c #8C916C", +"h+ c #9C9863", +"i+ c #B7331D", +"j+ c #F30000", +"k+ c #2E0000", +"l+ c #7E0000", +"m+ c #AD0000", +"n+ c #EA0000", +"o+ c #300000", +"p+ c #740000", +"q+ c #F60000", +"r+ c #DB851D", +"s+ c #FFCE62", +"t+ c #E8EEF3", +"u+ c #5580A4", +"v+ c #CCD8E2", +"w+ c #AA9F5F", +"x+ c #B8A354", +"y+ c #BE9E45", +"z+ c #CE240D", +"A+ c #C10000", +"B+ c #CB0000", +"C+ c #A60000", +"D+ c #A80000", +"E+ c #E50100", +"F+ c #D16115", +"G+ c #FFC74C", +"H+ c #6E93B2", +"I+ c #B6C9D8", +"J+ c #CCB261", +"K+ c #D5AD43", +"L+ c #E5B339", +"M+ c #EDB22E", +"N+ c #D46416", +"O+ c #D71F07", +"P+ c #AC1D06", +"Q+ c #C70902", +"R+ c #D7340B", +"S+ c #DC8A1E", +"T+ c #FFC74B", +"U+ c #B8CAD9", +"V+ c #A0B8CC", +"W+ c #E9C468", +"X+ c #F1B732", +"Y+ c #FCBB2B", +"Z+ c #FEBC29", +"`+ c #FFCC5D", +" @ c #FEFEFF", +".@ c #FCD57F", +"+@ c #FFD883", +"@@ c #FFE9BA", +"#@ c #FFEBBE", +"$@ c #FFC23D", +"%@ c #FFC340", +"&@ c #FFFDF9", +"*@ c #FFE3A4", +"=@ c #FFE4A9", +"-@ c #FFFEFB", +";@ c #FFCD60", +">@ c #FFFEFC", +",@ c #FFF8E9", +"'@ c #FFC649", +")@ c #FFF9EB", +"!@ c #FFCB5A", +"~@ c #FFCC5C", +"{@ c #FFF9EA", +"]@ c #FFFDFA", +"^@ c #FFE19E", +"/@ c #FFC138", +"(@ c #FFC13A", +"_@ c #FFE1A0", +":@ c #FFFEFA", +"<@ c #FFFBF3", +"[@ c #FFE6B0", +"}@ c #FFD373", +"|@ c #FFD374", +"1@ c #FFE7B1", +" . + @ . ", +" # $ % & * = - ; > , ", +" ' ) ! ~ { ] ^ / ( _ : < [ . ", +" } | ! ~ { ] ^ 1 2 _ 3 4 5 6 7 8 ", +" 9 0 a ~ b c d 1 e f 3 4 g 6 h i j k ", +" l m a n o c d 1 e f 3 4 p 6 h i q q r ", +" s t n o c d 1 e u 3 4 p 6 h i q q q v w ", +" x t n o c d 1 e u 3 4 p 6 h i q q q q q y ", +" z n o A B 1 e C 3 4 p D E i q q F G q q H I ", +". J o A B 1 e C 3 4 p K L M q q q N O P Q R S T . ", +"U o A V 1 e C W 4 p K X i Y Z ` ...+.@.#.$.%.&.*.=. ", +"-.A V 1 e C W 4 ;.>.X H ,.'.).!.!.~.{.].^./.(._.:.<.[.}. ", +"|.V 1 e C 1.4 ;.D 2.H 3.4.5.6.7.7.8.9.0.a.b.c.d.e.f.g.h.i. ", +"+ j.k.C 1.l.;.D < H m.n.o.p.q.r.r.s.s.t.u.v.w.x.y.z.A.A.B. ", +" C.D.1.E.;.D 2.F.q G.H.I.J.K.K.K.L.M.N.O.P.Q.R.A.A.A.A.A.S. ", +" T.1.E.;.D 2.H F.U.V.W.X.Y.Z.`.Z. +.+++@+#+$+%+A.A.A.A.A.&+*+ ", +" =+3 ;.D -+H q F.;+>+,+'+)+!+~+!+{+]+^+/+(+_+:+A.A.A.A.A.A.<+ ", +" [+D -+}+q q |+1+2+3+4+5+6+7+4+8+9+4+0+A.a+b+A.A.A.A.A.A.c+ ", +" d+e+}+q q q f+g+h+i+j+k+l+m+n+o+p+q+r+A.A.A.A.A.A.A.A.A.s+ ", +" t+u+q q q v+w+x+y+z+A+B+C+,+D+E+F+A.A.A.A.A.A.A.A.A.A.G+. ", +" l H+q q I+J+K+L+M+N+O+P+Q+R+S+A.A.A.A.A.A.A.A.A.A.A.T+. ", +" @ U+f V+W+X+Y+A.A.A.Z+A.A.A.A.A.A.A.A.A.A.A.A.A.A.`+ ", +" @' .@A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.+@ ", +" @@A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.#@ ", +" i.$@A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.%@&@ ", +" *@A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.=@ ", +" -@`+A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.;@>@ ", +" ,@'@A.A.A.A.A.A.A.A.A.A.A.A.A.A.T+)@ ", +" ,@!@A.A.A.A.A.A.A.A.A.A.A.A.~@{@ ", +" ]@^@/@A.A.A.A.A.A.A.A.(@_@:@ ", +" <@[@}@T+/@/@T+|@1@<@ ", +" . . . . "}; --- winpdb-1.4.8.orig/debian/winpdb.install +++ winpdb-1.4.8/debian/winpdb.install @@ -0,0 +1,2 @@ +debian/winpdb.desktop usr/share/applications/ +debian/winpdb.xpm usr/share/pixmaps/ --- winpdb-1.4.8.orig/debian/pyversions +++ winpdb-1.4.8/debian/pyversions @@ -0,0 +1 @@ +2.4- --- winpdb-1.4.8.orig/debian/dirs +++ winpdb-1.4.8/debian/dirs @@ -0,0 +1,5 @@ +usr/share/icons/hicolor/16x16/apps +usr/share/icons/hicolor/32x32/apps +usr/share/icons/hicolor/64x64/apps +usr/share/icons/hicolor/scalable/apps +usr/share/pixmaps --- winpdb-1.4.8.orig/debian/copyright +++ winpdb-1.4.8/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Bernd Zeimetz on +Sat, 14 Jul 2007 23:16:30 +0200. + +It was downloaded from http://sourceforge.net/projects/winpdb/ + +Upstream Author: + + Nir Aides + +Copyright: + + Copyright (C) 2005-2007 Nir Aides + +License: + + 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 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 complete text of the GNU General Public License, +version 2, can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is Copyright (C) 2007-2012, Bernd Zeimetz and +is licensed under the GPL 2, see above. + --- winpdb-1.4.8.orig/debian/watch +++ winpdb-1.4.8/debian/watch @@ -0,0 +1,5 @@ +# Compulsory line, this is a version 3 file +version=3 + +http://code.google.com/p/winpdb/downloads/list http://winpdb.googlecode.com/files/winpdb-([0-9.]*)\.tar.gz + --- winpdb-1.4.8.orig/debian/links +++ winpdb-1.4.8/debian/links @@ -0,0 +1 @@ +usr/share/man/man1/winpdb.1.gz usr/share/man/man1/rpdb2.1.gz --- winpdb-1.4.8.orig/debian/README.source +++ winpdb-1.4.8/debian/README.source @@ -0,0 +1,3 @@ +This package uses dpatch to manage its patches. Install +the dpatch package and read /usr/share/doc/dpatch/README.source.gz +for details. --- winpdb-1.4.8.orig/debian/compat +++ winpdb-1.4.8/debian/compat @@ -0,0 +1 @@ +7 --- winpdb-1.4.8.orig/debian/README.Debian +++ winpdb-1.4.8/debian/README.Debian @@ -0,0 +1,9 @@ +winpdb for Debian +----------------- + + Unfortunately there's no documentation provided with the winpdb source, + but it is quite well documented in the web - see + + http://www.digitalpeers.com/pythondebugger/?page_id=5 + + -- Bernd Zeimetz Tue, 07 Aug 2007 23:57:26 +0200 --- winpdb-1.4.8.orig/debian/winpdb.desktop +++ winpdb-1.4.8/debian/winpdb.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Winpdb +Comment=Platform independent Python debugger +TryExec=winpdb +Exec=winpdb %F +Icon=winpdb +Categories=Development;Debugger; --- winpdb-1.4.8.orig/debian/source/format +++ winpdb-1.4.8/debian/source/format @@ -0,0 +1 @@ +1.0 --- winpdb-1.4.8.orig/debian/patches/00list +++ winpdb-1.4.8/debian/patches/00list @@ -0,0 +1 @@ +winpdb-debian-wx-hint --- winpdb-1.4.8.orig/debian/patches/00dpatch.conf +++ winpdb-1.4.8/debian/patches/00dpatch.conf @@ -0,0 +1,2 @@ +conf_debianonly=1 +conf_origtargzpath=../tarballs --- winpdb-1.4.8.orig/debian/patches/winpdb-debian-wx-hint.dpatch +++ winpdb-1.4.8/debian/patches/winpdb-debian-wx-hint.dpatch @@ -0,0 +1,23 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## winpdb-debian-wx-hint.dpatch by Bernd Zeimetz +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad winpdb~/winpdb.py winpdb/winpdb.py +--- winpdb~/winpdb.py 2009-03-29 07:52:37.000000000 +0200 ++++ winpdb/winpdb.py 2009-04-19 14:43:16.000000000 +0200 +@@ -282,10 +282,8 @@ + + STR_WXPYTHON_ERROR_TITLE = 'Winpdb Error' + STR_WXPYTHON_ERROR_MSG = """wxPython was not found. +-wxPython 2.6 or higher is required to run the winpdb GUI. +-wxPython is the graphical user interface toolkit used by Winpdb. +-You can find more information on wxPython at http://www.wxpython.org/ +-The Unicode version of wxPython is recommended for Winpdb. ++wxPython is the graphical user interface toolkit used by Winpdb ++On Debian this is provided by the package 'python-wxgtk2.6'. + To use the debugger without a GUI, run rpdb2.""" + + STR_X_ERROR_MSG = """It was not possible to start Winpdb.