debian/0000755000000000000000000000000011403213542007161 5ustar debian/control0000644000000000000000000000144711402757627010612 0ustar Source: libdevel-ptkdb-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, perl-tk Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Devel-ptkdb/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-ptkdb-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-ptkdb-perl/ Package: libdevel-ptkdb-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl-tk Description: Perl debugger using a Tk GUI ptkdb is a debugger for perl that uses perlTk for a user interface. . Features include: * Hot Variable Inspection * Breakpoint Control Panel * Expression List * Subroutine Tree debian/copyright0000644000000000000000000000215211402757627011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Andrew E Page Source: http://search.cpan.org/dist/Devel-ptkdb/ Name: Devel-ptkdb Copyright: © 1998-2003, Andrew E. Page License: Artistic or GPL-1+ Files: debian/* Copyright: © 2004, Florian Ragwitz © 2008, Mark Hymers © 2010, Ansgar Burchardt License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic' 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, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/watch0000644000000000000000000000016211212456163010217 0ustar version=3 http://search.cpan.org/dist/Devel-ptkdb/ .+/Devel-ptkdb-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011403213366010614 5ustar debian/patches/spelling.patch0000644000000000000000000000243711402757627013474 0ustar From: Ansgar Burchardt Date: Sun, 06 Jun 2010 18:33:32 +0900 Subject: Fix spelling errors --- libdevel-ptkdb-perl.orig/ptkdb.pm +++ libdevel-ptkdb-perl/ptkdb.pm @@ -194,7 +194,7 @@ This is a list of expressions that are evaluated each time the debugger stops. The results of the expresssion are presented - heirarchically for expression that result in hashes or lists. Double + hierarchically for expression that result in hashes or lists. Double clicking on such an expression will cause it to collapse; double clicking again will cause the expression to expand. Expressions are entered through B entry, or by Alt-E when text is @@ -503,7 +503,7 @@ A non-zero value Sets the scrollbars of all windows to be on the right side of the window. Useful for Windows users using ptkdb in an - XWindows environment. + X environment. =item PTKDB_LINENUMBER_FORMAT @@ -653,7 +653,7 @@ TIP: You can debug scripts remotely if you're using a unix based Xserver and where you are authoring the script has an Xserver. The Xserver can be another unix workstation, a Macintosh or Win32 platform -with an appropriate XWindows package. In your script insert the +with an appropriate X package. In your script insert the following BEGIN subroutine: sub BEGIN { debian/patches/series0000644000000000000000000000001711402757627012043 0ustar spelling.patch debian/compat0000644000000000000000000000000211402757627010377 0ustar 7 debian/changelog0000644000000000000000000000302211402757627011050 0ustar libdevel-ptkdb-perl (1.1091-2) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. * debian/control: Added: ${misc:Depends} to Depends: field. [ Ryan Niebur ] * Remove Florian Ragwitz from Uploaders * Close ITA (Closes: #523129) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Use debhelper 7. * Use source format 3.0 (quilt). * debian/control: Make (build-)dep on perl-tk unversioned. * Install README as upstream changelog. * Fix spelling errors in documentation. + new patch: spelling.patch * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Sun, 06 Jun 2010 18:41:36 +0900 libdevel-ptkdb-perl (1.1091-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467827 -- Mark Hymers Sat, 05 Apr 2008 21:09:03 +0100 libdevel-ptkdb-perl (1.1091-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Sun, 19 Sep 2004 22:52:27 +0200 debian/source/0000755000000000000000000000000011403213366010465 5ustar debian/source/format0000644000000000000000000000001411402757627011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013311402757627010256 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs README