debian/0000755000000000000000000000000012151210467007165 5ustar debian/copyright0000644000000000000000000000270212151210467011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Dump Upstream-Contact: Gisle Aas Source: https://metacpan.org/release/Data-Dump/ Files: * Copyright: 1998-2010, Gisle Aas 1996-1998, Gurusamy Sarathy License: Artistic or GPL-1+ Files: lib/Data/Dump/Trace.pm Copyright: 2009, Gisle Aas License: Artistic or GPL-1+ Files: debian/* Copyright: 2006-2010, Krzysztof Krzyzaniak (eloy) 2008-2009, Ansgar Burchardt 2008, Rene Mayorga 2008, gregor herrmann 2009, Jonathan Yu 2010, Jotam Jr. Trejo 2011-2013, Salvatore Bonaccorso 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/watch0000644000000000000000000000016212151210467010215 0ustar version=3 https://metacpan.org/release/Data-Dump/ .*/Data-Dump-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000252712151210467010576 0ustar Source: libdata-dump-perl Section: perl Priority: optional Maintainer: Debian Perl Group Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Uploaders: Krzysztof Krzyżaniak (eloy) , Rene Mayorga , Ansgar Burchardt , Jonathan Yu , Jotam Jr. Trejo , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Data-Dump/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-dump-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-dump-perl.git Package: libdata-dump-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module to help dump data structures Data::Dump provides a single function called dump that takes a list of values as its argument and produces a string as its result. The string contains Perl code that, when evaled, produces a deep copy of the original arguments. The string is formatted for easy reading. . If called in void context, the dump is printed on standard error instead of being returned. If you don't like importing a function that overrides Perl's not-so-useful builtin, then you can also import the same function as "pp" (the mnemonic for "pretty-print"). debian/changelog0000644000000000000000000001373112151210467011044 0ustar libdata-dump-perl (1.22-1) unstable; urgency=low * Imported Upstream version 1.22 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging files. * Bump Debhelper comat level to 8. Adjust versioned Build-Depends on debhelper to (>= 8). * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Tue, 28 May 2013 22:15:25 +0200 libdata-dump-perl (1.21-1) unstable; urgency=low * Imported Upstream version 1.21 * Add myself to Uploaders * Update copyright for debian/* packaging. Add myself to copyright. -- Salvatore Bonaccorso Sat, 15 Oct 2011 17:08:44 +0200 libdata-dump-perl (1.20-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * debian/control: Convert Vcs-* fields to Git. * Update my email address. * Bumped Standards-Version to 3.9.2. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Sun, 02 Oct 2011 22:35:43 +0200 libdata-dump-perl (1.19-1) unstable; urgency=low [ Jotam Jr. Trejo ] * New upstream release [ Salvatore Bonaccorso ] * debian/copyright: Use 'or' instead of '|' for listing alternative licenses in License stanza according to used revision of DEP5 format specification. -- Jotam Jr. Trejo Fri, 22 Oct 2010 21:15:45 -0600 libdata-dump-perl (1.18-1) unstable; urgency=low * New upstream release * Add myself to Uploaders and Copyright * Bump Standards Version to 3.9.1 * Refer to Debian systems in general and mention version 1 of GNU GPL for GPL-1 license stanza in debian/copyright * Fix symlink path to /usr/share/common-licenses/GPL-1 in debian/copyright * Remove "(>= 5.8.0-7)" in the perl build dependency in debian/control * Refresh Format-Specification and cosmetic touches to debian/copyright -- Jotam Jr. Trejo Tue, 19 Oct 2010 22:29:23 -0600 libdata-dump-perl (1.17-1) unstable; urgency=low [ Krzysztof Krzyżaniak (eloy) ] * New upstream release * Switch to dpkg-source 3.0 (quilt) format * Standards-Version 3.8.4 (no change) * UTF-ize my name * Updated copyright dates [ Ryan Niebur ] * Update jawnsy's email address -- Krzysztof Krzyżaniak (eloy) Mon, 21 Jun 2010 12:08:48 +0200 libdata-dump-perl (1.15-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Fixed regexp that determines if hash keys are numeric (RT#48003) * New short rules format * Standards-Version 3.8.2 (no changes) * Added myself to Uploaders and Copyright * Rewrote control file description [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Rene Mayorga ] * Update my email address -- Jonathan Yu Sun, 26 Jul 2009 11:35:05 -0400 libdata-dump-perl (1.14-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Tue, 13 Jan 2009 18:16:38 +0100 libdata-dump-perl (1.13-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Add copyright information for lib/Data/Dump/Trace.pm -- Ansgar Burchardt Sun, 04 Jan 2009 12:07:00 +0100 libdata-dump-perl (1.12-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 25 Oct 2008 17:16:49 +0200 libdata-dump-perl (1.11-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sun, 24 Aug 2008 10:34:19 +0000 libdata-dump-perl (1.10-1) unstable; urgency=low * New upstream release. * debian/control: Remove ", " from end of Depends, remove leading space from Description, do not capitalize short description * Regenerate rules for debhelper 7 * Add myself to Uploaders * Convert debian/copyright to proposed machine-readable format * Do not build-depend on netbase * Bump Standards Version to 3.8.0 (no changes required) -- Ansgar Burchardt Fri, 22 Aug 2008 15:10:42 +0200 libdata-dump-perl (1.08-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Rene Mayorga ] * Make package ready for perl 5.10 update * debian/control + Set standards-version to 3.7.3 + Raise debhelper version to 6 + Add myself to Uploaders * debian/rules + remove OPTIMIZE from build target + use $@ when touching -stamp files + move test suite from install target to build-target + remove unussed dh_ calls + don't install README, its only have the same info from pods * debian/copyright : use dist-based URL * Improve debian/watch -- Rene Mayorga Wed, 30 Jan 2008 23:08:24 -0600 libdata-dump-perl (1.08-2) unstable; urgency=low * debian/control: add netbase to Build-Depends for real -- Krzysztof Krzyzaniak (eloy) Wed, 29 Nov 2006 18:50:36 +0100 libdata-dump-perl (1.08-1) unstable; urgency=low * New upstream release * debian/control: add netbase to Build-Depends (closes: #400895) -- Krzysztof Krzyzaniak (eloy) Wed, 29 Nov 2006 18:48:26 +0100 libdata-dump-perl (1.07-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Tue, 28 Nov 2006 15:00:45 +0100 libdata-dump-perl (1.06-1) unstable; urgency=low * Initial Release (closes: #369543). -- Krzysztof Krzyzaniak (eloy) Tue, 30 May 2006 16:01:23 +0200 debian/rules0000755000000000000000000000003612151210467010244 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000012151210467010465 5ustar debian/source/format0000644000000000000000000000001412151210467011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212151210467010363 0ustar 8