debian/0000755000000000000000000000000012060720206007161 5ustar debian/rules0000755000000000000000000000003612060720206010240 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000402012060720206010560 0ustar Source: libdata-printer-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcapture-tiny-perl, libclone-pp-perl, libdbi-perl, libdbix-class-perl, libfile-homedir-perl (>= 0.91), libpackage-stash-perl, libio-pty-easy-perl, libmoose-perl, libsort-naturally-perl, perl (>= 5.13.3) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-printer-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-printer-perl.git Homepage: http://search.cpan.org/dist/Data-Printer/ Package: libdata-printer-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclone-pp-perl, libfile-homedir-perl (>= 0.91), libpackage-stash-perl, libmoose-perl, libsort-naturally-perl, perl (>= 5.13.3) Description: colored pretty-printer of Perl data structures and objects Data::Printer is a tool designed to display Perl variables and objects on screen, properly formatted for inspection by a human being. . Many people use Data::Dumper for this task, although it was designed primarily to stringify data structures such that they can be eval'ed back in. It thus lacks all the visual clues, extra information and filtering possibilities that Data::Printer has to offer: . * Sane defaults * Highly customizable * Colored output by default * Human-friendly output, with array index and custom separators * Full object dumps including methods, inheritance and internals * Exposes extra information such as tainted data and weak references * Ability to easily create filters for objects and regular structures * Ability to load settings from a .dataprinter file debian/source/0000755000000000000000000000000012060720206010461 5ustar debian/source/format0000644000000000000000000000001412060720206011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000374112060720206011040 0ustar libdata-printer-perl (0.35-1) unstable; urgency=low * Team upload. * New upstream release. * Bump Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sat, 08 Dec 2012 21:18:04 +0100 libdata-printer-perl (0.33-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.33. -- Nuno Carvalho Sat, 25 Aug 2012 14:34:47 +0100 libdata-printer-perl (0.32-1) unstable; urgency=low * Team upload. * Drop fix_manpage_whatis.patch, applied upstream. * Imported Upstream version 0.32. -- Nuno Carvalho Sun, 12 Aug 2012 16:51:56 +0100 libdata-printer-perl (0.31-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Nuno Carvalho ] * d/control: Update dependencies. * Add patch fix_manpage_whatis.patch to fix POD entry issue. * Add d/NEWS file. * Add d/libweb-simple-perl.examples file. * Imported Upstream version 0.31. -- Nuno Carvalho Thu, 09 Aug 2012 22:12:03 +0100 libdata-printer-perl (0.30-1) unstable; urgency=low * Imported Upstream version 0.30. * Added uversionmangle (1 to 2 minor digits). * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). -- Florian Schlichting Tue, 20 Mar 2012 23:54:24 +0100 libdata-printer-perl (0.29-1) unstable; urgency=low * Imported Upstream version 0.29. -- Florian Schlichting Sat, 28 Jan 2012 01:11:57 +0100 libdata-printer-perl (0.28-1) unstable; urgency=low * Imported Upstream version 0.28. * Bumped year of upstream copyright. * Added build-dependency on libio-pty-easy-perl for build tests. -- Florian Schlichting Mon, 23 Jan 2012 10:00:15 +0000 libdata-printer-perl (0.26-1) unstable; urgency=low * Initial Release. (Closes: #637558) -- Florian Schlichting Fri, 13 Jan 2012 00:33:13 +0100 debian/NEWS0000644000000000000000000000046312060720206007663 0ustar libdata-printer-perl (0.31-1) unstable; urgency=low From upstream Changes (0.31): Changes that break backwards compatibility: - linear_isa option is now set to 'auto' by default (See package changelog file for more details) -- Nuno Carvalho Fri, 10 Aug 2012 00:17:17 +0100 debian/compat0000644000000000000000000000000212060720206010357 0ustar 8 debian/libdata-printer-perl.examples0000644000000000000000000000001312060720206014734 0ustar examples/* debian/copyright0000644000000000000000000000207112060720206011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Breno G. de Oliveira Source: http://search.cpan.org/dist/Data-Printer/ Upstream-Name: Data-Printer Files: * Copyright: 2011-2012, Breno G. de Oliveira License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Florian Schlichting 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/watch0000644000000000000000000000023012060720206010205 0ustar version=3 opts=uversionmangle=s/\.\d$/$&0/ \ http://search.cpan.org/dist/Data-Printer/ .*/Data-Printer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$