debian/0000755000000000000000000000000011533516674007201 5ustar debian/control0000644000000000000000000000210411533213240010560 0ustar Source: libdevel-simpletrace-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.360000) Build-Depends-Indep: perl, libtest-distribution-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Devel-SimpleTrace/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-simpletrace-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-simpletrace-perl/ Package: libdevel-simpletrace-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to see where your code warns and dies using stack traces Devel::SimpleTrace is a simple drop-in Perl module that can be used to easily spot the place where a program or a module generates errors. It modifies the warn() and die() functions to replace the standard messages with complete stack traces that indicate how and where the error occurred. debian/copyright0000644000000000000000000000216311533213240011115 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Sébastien Aperghis-Tramoni Source: http://search.cpan.org/dist/Devel-SimpleTrace/ Name: Devel-SimpleTrace Files: * Copyright: 2004-2011, Sébastien Aperghis-Tramoni License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2011, Jonathan Yu 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017711212456157010230 0ustar version=3 http://search.cpan.org/dist/Devel-SimpleTrace/ .*/Devel-SimpleTrace-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211533213240010356 0ustar 8 debian/changelog0000644000000000000000000000170511533213240011035 0ustar libdevel-simpletrace-perl (0.08-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Rewrite control description * Use new 3.0 (quilt) source format * Use new short debhelper 7 rules format * Standards-Version 3.9.1 (specifically refer to GPL-1+) * Email change: Ryan Niebur -> ryan@debian.org * Refresh copyright information * Bump to debhelper compat 8 [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update ryan52's email address -- Jonathan Yu Tue, 01 Mar 2011 07:40:32 -0500 libdevel-simpletrace-perl (0.07-1) unstable; urgency=low * Initial Release. (Closes: #522362) -- Ryan Niebur Thu, 02 Apr 2009 21:34:50 -0700 debian/source/0000755000000000000000000000000011533516632010473 5ustar debian/source/format0000644000000000000000000000001411533213240011666 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611533213240010237 0ustar #!/usr/bin/make -f %: dh $@