debian/0000755000000000000000000000000011643410526007170 5ustar debian/control0000644000000000000000000000241211643410407010570 0ustar Source: libdevel-dumpvar-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-cpan-meta-perl, libtest-minimumversion-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Damyan Ivanov , Julián Moreno Patiño Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Devel-Dumpvar/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-dumpvar-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-dumpvar-perl.git Package: libdevel-dumpvar-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to dump Perl variables Devel::Dumpvar is a pure object-orientated reimplementation of the same functionality. This makes it much more versatile version to use for dumping information to debug log files or other uses where you don't need to reassemble the data. . Devel::Dumpvar is a rewritten version of dumpvar.pl, the module used by perl's debugger to display variables in human-readable form, containing a lot of extra information without the burden of needing to allow the dump to be re-assembled into the original data. debian/copyright0000644000000000000000000000244611643410407011127 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Contact: Adam Kennedy Upstream-Name: Devel-Dumpvar Source: http://search.cpan.org/dist/Devel-Dumpvar/ Files: * Copyright: 2004-2010 Adam Kennedy License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, Damyan Ivanov 2011, Julián Moreno Patiño 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 the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/watch0000644000000000000000000000035611643410407010223 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Devel-Dumpvar/ .*/Devel-Dumpvar-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211643410407010364 0ustar 8 debian/changelog0000644000000000000000000000262411643410407011044 0ustar libdevel-dumpvar-perl (1.06-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release. (Closes: #614865) * Updated copyright text * Removed Build-Conflicts with libtest-minimumversion-perl - it works perfectly now (probably fixed for this version) * Added dependency for Test::CPAN::Meta [ 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 ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [Julián Moreno Patiño] * Add /me to Uploaders. * Organize and sort B-D-I per line. * Remove repeated entry in changelog. * Bump Standards-Version to 3.9.2. (no changes) * Bump debhelper compatibility level to 8. * Bump debhelper to v8 in B-D. * Switch to dpkg-source 3.0 (quilt) format. * Use tiny rules * Update copyright file to DEP5 rev 174. + Add myself to debian copyright. + Extend upstream copyright holder. -- Julián Moreno Patiño Thu, 06 Oct 2011 14:12:17 -0500 libdevel-dumpvar-perl (0.04-1) unstable; urgency=low * Initial Release. (Closes: #511388) -- Damyan Ivanov Mon, 12 Jan 2009 14:40:10 +0200 debian/source/0000755000000000000000000000000011643410407010466 5ustar debian/source/format0000644000000000000000000000001411643410407011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013011643410407010240 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: AUTOMATED_TESTING=1 dh_auto_test