debian/0000755000000000000000000000000012253357577007206 5ustar debian/rules0000755000000000000000000000003612253357577010265 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000336612253357577010621 0ustar Source: libtest-deep-perl Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) , Ryan Niebur , Jonathan Yu , Ansgar Burchardt , Nicholas Bamber Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-tester-perl, libtest-nowarnings-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-deep-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-deep-perl.git Homepage: https://metacpan.org/release/Test-Deep/ Package: libtest-deep-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for extremely flexible deep comparisons Test::Deep gives you very flexible ways to check that the result you got is the result you were expecting. At it's simplest it compares two structures by going through each level, ensuring that the values match, that arrays and hashes have the same elements and that references are blessed into the correct class. It also handles circular data structures without getting caught in an infinite loop. . Where it becomes more interesting is in allowing you to do something besides simple exact comparisons. With strings, the eq operator checks that 2 strings are exactly equal but sometimes that's not what you want. When you don't know exactly what the string should be but you do know some things about how it should look, eq is no good and you must use pattern matching instead. Test::Deep provides pattern matching for complex data structures debian/source/0000755000000000000000000000000012253357577010506 5ustar debian/source/format0000644000000000000000000000001412253357577011714 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001363612253357577011071 0ustar libtest-deep-perl (0.112-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * 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. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 15 Dec 2013 17:57:06 +0100 libtest-deep-perl (0.110-1) unstable; urgency=low * Team upload. * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Remove unneeded lintian override. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Mon, 25 Jun 2012 19:28:21 +0200 libtest-deep-perl (0.109-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release * Added myself to Uploaders * Raised standards version to 3.9.2 * Added lintian override for DEP-5 format * Raised debhelper and compat level version to 8 * Refreshed copyright * Email change: Florian Ragwitz -> rafl@debian.org * Email change: Ansgar Burchardt -> ansgar@debian.org * Email change: Ryan Niebur -> ryan@debian.org * Email change: Jonathan Yu -> jawnsy@cpan.org * Email change: David Paleino -> dapal@debian.org * Removed version from dependency on libtest-tester-perl [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Nicholas Bamber Fri, 17 Feb 2012 22:55:04 +0000 libtest-deep-perl (0.108-1) unstable; urgency=low * New upstream release. * Update my email address. -- Ansgar Burchardt Sun, 17 Oct 2010 12:22:15 +0200 libtest-deep-perl (0.107-1) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address * Update ryan52's email address [ Ansgar Burchardt ] * New upstream release. * Use source format 3.0 (quilt). * debian/copyright: Formatting changes; refer to "Debian systems" instead of "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Fri, 01 Oct 2010 15:21:59 +0200 libtest-deep-perl (0.106-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Fix for the program wrongly treating 5.010.1 as 5.011 * Standards-Version 3.8.3 (no changes) * Added myself to Uploaders and Copyright * Remove TODO from installation (.docs) * Remove libtest-simple-perl from dependencies; this has been core since 5.6.2 and we don't need any particular version [ Ryan Niebur ] * Remove Florian Ragwitz from Uploaders (Closes: #523218) [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Fri, 21 Aug 2009 14:35:24 -0400 libtest-deep-perl (0.104-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Ryan Niebur ] * New upstream release * debhelper 7 * policy 3.8.0 * add TODO to docs * machine readable copyright format * add myself to uploaders -- Ryan Niebur Thu, 05 Mar 2009 22:34:35 -0800 libtest-deep-perl (0.103-1) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * New upstream release. * Added versioned dependency on libtest-tester-perl. * Added libtest-simple-perl as dependency. [ gregor herrmann ] * debian/watch: extended regexp for matching upstream releases. -- Ernesto Hernández-Novich (USB) Tue, 3 Jun 2008 08:33:29 -0430 libtest-deep-perl (0.101-1) unstable; urgency=low * New upstream release. * Refreshed debian/rules using latest templates and removed superfluous comments. * Do not install README file since it just contains manual installation instructions. -- Ernesto Hernández-Novich (USB) Thu, 15 May 2008 16:02:34 -0430 libtest-deep-perl (0.100-2) UNRELEASED; urgency=low * debian/control: removed myself from Uploaders -- David Paleino Fri, 22 Feb 2008 12:55:21 +0100 libtest-deep-perl (0.100-1) unstable; urgency=low [ gregor herrmann ] * Change maintainer name to Debian Perl _Group_. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Ernesto Hernández-Novich (USB) ] * Upgraded to debhelper 6 [ David Paleino ] * New upstream release -- David Paleino Mon, 28 Jan 2008 09:33:18 +0100 libtest-deep-perl (0.099-2) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * Fixed Maintainer field in control file. [ Damyan Ivanov ] * debian/copyright + Add full author info as supplied by upstream + Add a little structure * Use distribution-based watchfile URL (saving 95% of the uscan index download) -- Ernesto Hernández-Novich (USB) Fri, 23 Nov 2007 15:15:31 -0400 libtest-deep-perl (0.099-1) unstable; urgency=low * Moved package into Debian Pkg Perl Project SVN. * Update Standards Version. * New upstream version (Closes: #391264). * Fixed watch file. * Cleanup debian/rules. * Added myself to Uploaders. * Bumped-up debhelper dependency. * Omitting installation of README file since it is useless in Debian. -- Ernesto Hernández-Novich (USB) Fri, 16 Nov 2007 10:54:06 -0400 libtest-deep-perl (0.093-1) unstable; urgency=low * New upstream release. * Updated Maintainer field with my new mail address. * Cleaned up debian/rules. -- Florian Ragwitz Fri, 27 Jan 2006 07:11:36 +0100 libtest-deep-perl (0.087-1) unstable; urgency=low * Initial release. -- Florian Ragwitz Tue, 12 Jul 2005 00:11:18 +0200 debian/compat0000644000000000000000000000000212253357577010404 0ustar 8 debian/copyright0000644000000000000000000000245412253357577011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Deep Upstream-Contact: Fergal Daly Source: https://metacpan.org/release/Test-Deep/ Files: * Copyright: 2003-2009, Fergal Daly License: Artistic or GPL-1+ Files: debian/* Copyright: 2005-2006, Florian Ragwitz 2007-2008, Ernesto Hernández-Novich (USB) 2008, David Paleino 2009, Jonathan Yu 2009, Ryan Niebur 2010, Ansgar Burchardt 2012, Nicholas Bamber 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/watch0000644000000000000000000000015412253357577010237 0ustar version=3 https://metacpan.org/release/Test-Deep/ .*/Test-Deep-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)