debian/0000755000000000000000000000000012256571314007174 5ustar debian/rules0000755000000000000000000000003612256571314010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000306112256571314010577 0ustar Source: libdevel-partialdump-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Ryan Niebur , Jotam Jr. Trejo Section: perl Priority: optional Build-Depends: debhelper (>= 9.20130630~), libmodule-build-tiny-perl Build-Depends-Indep: perl, libclass-tiny-perl, libnamespace-clean-perl (>= 0.20), libsub-exporter-perl, libtest-use-ok-perl, libtest-warn-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-partialdump-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-partialdump-perl.git Homepage: https://metacpan.org/release/Devel-PartialDump/ Package: libdevel-partialdump-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-tiny-perl, libnamespace-clean-perl (>= 0.20), libsub-exporter-perl Description: Perl module to dump subroutine parameters concisely Devel::PartialDump is similar in nature to Data::Dumper, however, it is optimized for the common case of bug reporting with complex data structures. Outputting a string containing a complex data structure can yield rather useless results, since the structures are stringified. . This module optionally overrides Carp's routines to provide a concise dump of a variable's contents instead of a simple stringification with warn, etc. debian/source/0000755000000000000000000000000012256571314010474 5ustar debian/source/format0000644000000000000000000000001412256571314011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000441712256571314011054 0ustar libdevel-partialdump-perl (0.17-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Update year of upstream copyright. * Update (build) dependencies. * Install new CONTRIBUTING file. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 25 Dec 2013 15:58:54 +0100 libdevel-partialdump-perl (0.15-1) unstable; urgency=low * New upstream release * debian/control: bump dependency on libnamespace-clean-perl to 0.20 * Bump DH compat level to 8 -- Jotam Jr. Trejo Wed, 11 May 2011 21:53:09 -0600 libdevel-partialdump-perl (0.14-1) unstable; urgency=low * New upstream release * Switch to 3.0 (quilt) source format * debian/control: drop useless versioned dependency for libnamespace-clean-perl * debian/copyright: refresh according to DEP 5 revision 135 * debian/control: bump Standards Version to 3.9.2 * Add myself to Uploaders and Copyright -- Jotam Jr. Trejo Thu, 28 Apr 2011 00:26:41 -0600 libdevel-partialdump-perl (0.13-1) unstable; urgency=low * New upstream release * Moose is now used directly rather than Any::Moose -- Jonathan Yu Sat, 09 Jan 2010 12:59:01 -0500 libdevel-partialdump-perl (0.11-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Minor documentation fixes + New version control notice [ 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 jawnsy's email address * Update ryan52's email address [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Thu, 05 Nov 2009 18:41:56 -0500 libdevel-partialdump-perl (0.08-1) unstable; urgency=low * Initial Release. (Closes: #529236) -- Jonathan Yu Mon, 18 May 2009 21:42:38 -0400 debian/libdevel-partialdump-perl.docs0000644000000000000000000000001512256571314015110 0ustar CONTRIBUTING debian/compat0000644000000000000000000000000212256571314010372 0ustar 9 debian/copyright0000644000000000000000000000221212256571314011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-PartialDump Upstream-Contact: Yuval Kogman Source: https://metacpan.org/release/Devel-PartialDump/ Files: * Copyright: 2008, Yuval Kogman License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2009, Ryan Niebur 2011, Jotam Jr. Trejo 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/watch0000644000000000000000000000020012256571314010215 0ustar version=3 https://metacpan.org/release/Devel-PartialDump/ .*/Devel-PartialDump-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$