debian/0000755000000000000000000000000012244423565007175 5ustar debian/libtest-simple-perl.docs0000644000000000000000000000000512244423565013737 0ustar TODO debian/rules0000755000000000000000000000003612244423565010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000275412244423565010610 0ustar Source: libtest-simple-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Jonathan Yu , gregor herrmann , Salvatore Bonaccorso Standards-Version: 3.9.5 Homepage: http://github.com/schwern/test-more/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-simple-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-simple-perl.git Package: libtest-simple-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: set of basic utilities for writing tests in Perl Test::Simple is an extremely simple module for writing tests suitable for CPAN modules and other pursuits. . This package also includes the following modules: * Test::Builder - backend for building test libraries * Test::Builder::Module - base class for test modules * Test::Builder::Tester - test testsuites that are built with Test::Builder * Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester * Test::More - yet another framework for writing test scripts . This module is already included as part of Perl's core distribution, so this package is only beneficial when newer features or bug fixes are required. debian/libtest-simple-perl.examples0000644000000000000000000000001312244423565014624 0ustar examples/* debian/source/0000755000000000000000000000000012244423565010475 5ustar debian/source/format0000644000000000000000000000001412244423565011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001543412244423565011056 0ustar libtest-simple-perl (1.001002-1) unstable; urgency=low * New upstream release. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 24 Nov 2013 17:20:56 +0100 libtest-simple-perl (0.99-2) unstable; urgency=low * Update Homepage following upstream -- Damyan Ivanov Fri, 18 Oct 2013 22:44:15 +0300 libtest-simple-perl (0.99-1) unstable; urgency=low * New upstream release * drop perl5.18.tests patch, no longer needed -- Damyan Ivanov Fri, 18 Oct 2013 22:04:51 +0300 libtest-simple-perl (0.98-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. Closes: #708749 [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Don't run author tests during package build. * Add patch to fix test failure with perl 5.18. Taken from perl git. (Closes: #711268) * debian/copyright: switch formatting to Copyright-Format 1.0. * Update years of packaging copyright. * Bump debhelper compatibility level to 8. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Mon, 12 Aug 2013 16:01:31 +0200 libtest-simple-perl (0.98-1) unstable; urgency=low * Team upload. * New upstream release. -- Ansgar Burchardt Fri, 25 Feb 2011 22:13:13 +0100 libtest-simple-perl (0.96-1) unstable; urgency=low [ Jonathan Yu ] * Note this package is in core in long description [ 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. [ Salvatore Bonaccorso ] * Update my email address. [ gregor herrmann ] * Add a NEWS.Debian entry about feature changes. -- gregor herrmann Sun, 21 Nov 2010 16:00:35 +0100 libtest-simple-perl (0.94-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Make sure that subtest works with Test:: modules which call Test::Builder->new at the top of their code * Updated copyright with people from changelog * Small change to top line of description * Install the supplied examples [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Thu, 03 Sep 2009 10:43:00 -0400 libtest-simple-perl (0.92-1) unstable; urgency=low [ Salvatore Bonaccorso ] * New upstream release (Closes: #542604) [ Damyan Ivanov ] * drop the version of the perl build-dependency (satisfied by oldstable) * Standards-Version: 3.8.3 (no changes needed) -- Damyan Ivanov Thu, 20 Aug 2009 15:28:40 +0300 libtest-simple-perl (0.90-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + No longer need repacking/dfsg tag, upstream added copyright [Fixes bug test-more.googlecode.com issue #47] + Test changes * Added /me to Uploaders and Copyright * Updated Copyright dist years to 2001-2009 (from the Changes file) * Remove all the repacking stuff as it's no longer necessary [ gregor herrmann ] * debian/control: make short description a noun phrase. * debian/control: remove Provides/Conflicts/Replaces on libtest-builder-tester-perl, since this package was removed from the archive over 3 years and 2 releases ago and there are no reverse dependencies left. -- Jonathan Yu Fri, 03 Jul 2009 07:07:36 -0400 libtest-simple-perl (0.88+dfsg-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * New upstream release * Remove Florian Ragwitz from Uploaders (Closes: #523233) * Add myself to Uploaders. * Adjust copyright dates for debian/* packaging. * debian/rules: - Minimize debian/rules and bump Build-Depends on needed debhelper version (>= 7.0.50). - Add the get-orig-source target * Bump Standard-Versions to 3.8.2. * debian/watch add repack.sh to remove Test::Builder::IO::Scalar which is a copy of IO::Scalar which ships with Test::Builder to support scalar references as filehandles on Perl 5.6. * Add a README.source to explain why we have to repack the source tarball. -- Salvatore Bonaccorso Wed, 17 Jun 2009 22:16:59 +0200 libtest-simple-perl (0.86-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Damyan Ivanov ] * New upstream release + Closes: #506182 -- Doesn't comment out diag lines preceded by a blank line. Thanks to Matt Kraai for reporting. -- Damyan Ivanov Wed, 19 Nov 2008 08:26:12 +0200 libtest-simple-perl (0.84-1) unstable; urgency=low * New upstream release. * Add /me to Uploaders. * debian/rules: use our "default" template instead of the extra-short version. * debian/rules: enable additional tests by setting AUTHOR_TESTING. * debian/copyright: switch to new format, separate copyright inforamtion for specific files. -- gregor herrmann Fri, 17 Oct 2008 23:53:50 +0200 libtest-simple-perl (0.80-1) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. [ Damyan Ivanov ] * New upstream release * minimize debian/rules with debhelper 7; adjust dh compat level and build-dependency accordingly * add myself to Uploaders * Standards-Version 3.8.0 (no change needed) * add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I, enabling additional tests -- Damyan Ivanov Mon, 23 Jun 2008 13:07:35 +0300 libtest-simple-perl (0.78-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream version, needed to fix several FTBFS bugs. (Closes: #457165) * debian/rules: Don't fail when ExtUtils::Install is smart enough to not create empty dirs in /usr. (Closes: #468012) * Minimal house-keeping in an old package: + Bump Standards-Version to 3.7.3 (no changes needed) + debian/copyright: Fix to reflect actual copyrights -- Marc 'HE' Brockschmidt Sun, 16 Mar 2008 12:20:56 +0100 libtest-simple-perl (0.62-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Thu, 26 Jan 2006 21:36:03 +0100 debian/NEWS0000644000000000000000000000100112244423565007664 0ustar libtest-simple-perl (0.96-1) unstable; urgency=low From upstream Changes: 0.95_01 Wed Mar 3 15:36:59 PST 2010 Feature Changes * is() and others will no longer stringify its arguments before comparing. Overloaded objects will make use of their eq overload rather than their "" overload. This can break tests of impolitely string overloaded objects. DateTime prior to 0.54 is the biggest example. -- gregor herrmann Sun, 21 Nov 2010 15:34:47 +0100 debian/compat0000644000000000000000000000000212244423565010373 0ustar 8 debian/copyright0000644000000000000000000000354012244423565011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Simple Upstream-Contact: Michael G Schwern Source: https://metacpan.org/release/Test-Simple/ Files: * Copyright: 2001-2009, Michael G Schwern License: Artistic or GPL-1+ Files: lib/Test/Builder.pm Copyright: 2002-2008, chromatic 2002-2008, Michael G Schwern License: Artistic or GPL-1+ Files: lib/Test/Builder/Tester/Color.pm Copyright: 2002, Mark Fowler License: Artistic or GPL-1+ Files: lib/Test/Builder/Tester.pm Copyright: 2001, Michael G Schwern 2002-2004, Mark Fowler License: Artistic or GPL-1+ Files: lib/Test/Builder/IO/Scalar.pm Copyright: 1996, Eryq 1999-2001, ZeeGee Software Inc License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, Salvatore Bonaccorso 2008-2009, Damyan Ivanov 2008-2013, gregor herrmann 2008, Marc 'HE' Brockschmidt 2006, Florian Ragwitz 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/watch0000644000000000000000000000016212244423565010225 0ustar version=3 https://metacpan.org/release/Test-Simple/ .+/Test-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$