debian/0000755000000000000000000000000012201505326007162 5ustar debian/watch0000644000000000000000000000035312101267016010214 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Test-Output/ .*/Test-Output-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000224712201505235011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Output Upstream-Contact: brian d foy Source: https://metacpan.org/release/Test-Output/ Files: * Copyright: 2005-2013, Shawn Sorichetti License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Antonio Radici 2009, Ryan Niebur 2011, gregor herrmann 2013, Florian Schlichting 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/control0000644000000000000000000000227212201505172010567 0ustar Source: libtest-output-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcapture-tiny-perl (>= 0.17), libsub-exporter-perl, libtest-pod-coverage-perl, libtest-pod-perl, libtest-tester-perl Maintainer: Debian Perl Group Uploaders: Antonio Radici , Ryan Niebur , gregor herrmann , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Test-Output/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-output-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-output-perl.git Package: libtest-output-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcapture-tiny-perl (>= 0.17), libsub-exporter-perl Description: perl module to test stdout and stderr messages Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester. . Test::Output ties STDOUT and STDERR using Test::Output::Tie, also provided by this package. debian/compat0000644000000000000000000000000211672202561010366 0ustar 8 debian/changelog0000644000000000000000000000510112201505326011031 0ustar libtest-output-perl (1.02-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Imported Upstream version 1.02. * Bump years of upstream copyright. * Add new (build-)dependency on libcapture-tiny-perl. * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0). * Drop spelling.patch, applied upstream. * Add myself to uploaders and copyright. -- Florian Schlichting Sat, 10 Aug 2013 20:47:23 +0200 libtest-output-perl (1.01-1) unstable; urgency=low [ 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: Ryan Niebur -> ryan@debian.org [ gregor herrmann ] * New upstream release. * Switch to source format 3.0 (quilt). * Minimize debian/rules. * debian/copyright: update Maintainer, formatting, and pointers to common-licenses. * Bump debhelper compatibility level to 8. * Add /me to Uploaders. * Set Standards-Version to 3.9.2 (no further changes). * Add a patch to fix a spelling mistake. -- gregor herrmann Mon, 25 Apr 2011 19:25:10 +0200 libtest-output-perl (0.16-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release [ gregor herrmann ] * debian/control: add back reference to Test::Output::Tie to long description, since the module is resurrected. -- Ryan Niebur Fri, 15 May 2009 18:22:59 -0700 libtest-output-perl (0.15-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release * update copyright * add myself to uploaders * remove quilt stuff, patch applied upstream + remove README.source containing only quilt hints * Debian Policy 3.8.1 [ gregor herrmann ] * debian/control: add missing full stop to long description, thanks to Rhonda for spotting. * debian/control: remove reference to Test::Output::Tie from long description, this module is removed, and Test::Output now uses seekable temp files. -- Ryan Niebur Tue, 12 May 2009 21:32:07 -0700 libtest-output-perl (0.12-1) unstable; urgency=low * Initial Release. (Closes: #518587) -- Antonio Radici Sat, 7 Mar 2009 11:12:35 +0000 debian/source/0000755000000000000000000000000011672202561010470 5ustar debian/source/format0000644000000000000000000000001411672202561011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672202561010247 0ustar #!/usr/bin/make -f %: dh $@