debian/0000755000000000000000000000000012045217066007171 5ustar debian/rules0000755000000000000000000000003612045217066010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000176612045217066010606 0ustar Source: libfile-tee-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Dima Kogan Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-tee-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-tee-perl.git Homepage: http://search.cpan.org/dist/File-Tee/ Package: libfile-tee-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to duplicate streams like the tee unix command File::Tee is able to replicate data written to a Perl stream into another streams. It is the Perl equivalent of the shell utility tee(1). . It is implemeted around fork, creating a new process for every tee'ed stream. That way, there are no problems handling the output generated by external programs run with system|perlfunc/system or by XS modules that don't go through perlio. debian/source/0000755000000000000000000000000012045217066010471 5ustar debian/source/format0000644000000000000000000000001412045217066011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024012045217066011037 0ustar libfile-tee-perl (0.07-1) unstable; urgency=low * Initial Release. (Closes: #692090) -- Dima Kogan Fri, 02 Nov 2012 21:08:13 -0700 debian/compat0000644000000000000000000000000212045217066010367 0ustar 8 debian/patches/0000755000000000000000000000000012045217066010620 5ustar debian/patches/series0000644000000000000000000000006412045217066012035 0ustar 0001-fixed-some-documentation-spelling-errors.patch debian/patches/0001-fixed-some-documentation-spelling-errors.patch0000644000000000000000000000421112045217066022251 0ustar From: Dima Kogan Date: Fri, 2 Nov 2012 20:58:48 -0700 Subject: fixed some documentation spelling errors Origin: File::Tee 0.07 from CPAN --- lib/File/Tee.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/File/Tee.pm b/lib/File/Tee.pm index f3f9338..caa4ae2 100644 --- a/lib/File/Tee.pm +++ b/lib/File/Tee.pm @@ -292,7 +292,7 @@ This module is able to replicate data written to a Perl stream into another streams. It is the Perl equivalent of the shell utility L. -It is implemeted around C, creating a new process for every +It is implemented around C, creating a new process for every tee'ed stream. That way, there are no problems handling the output generated by external programs run with L or by XS modules that don't go through L. @@ -415,8 +415,8 @@ Sets autoflush mode for the target streams. Default is on. =item ignore_errors => $bool -By default, when writting to the targets, any error will close the -tee'ed handle. This option allows to change that behaviour. +By default, when writing to the targets, any error will close the +tee'ed handle. This option allows one to change that behaviour. =item process => sub { ... } @@ -443,9 +443,9 @@ For instance: =back -The funcion returns the PID for the newly created process. +The function returns the PID for the newly created process. -Inside the C pipe process created, data is readed honouring the +Inside the C pipe process created, data is read honouring the input record separator C<$/>. You could also want to set the tee'ed stream in autoflush mode: @@ -471,8 +471,8 @@ Send bug reports by email or via L. L L is a similar module implemented around tied file -handles. L allows to launch external processes capturing their -output to some files. L allows to capture the +handles. L allows one to launch external processes capturing their +output to some files. L allows one to capture the output generated from a child process or a subroutine. debian/copyright0000644000000000000000000000205512045217066011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File-Tee Source: http://search.cpan.org/dist/File-Tee/ Upstream-Contact: Salvador Fandino Files: * Copyright: 2007,2008,2010,2011, Salvador Fandino License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dima Kogan 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/watch0000644000000000000000000000015512045217066010223 0ustar version=3 http://search.cpan.org/dist/File-Tee/ .*/File-Tee-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$