debian/0000755000000000000000000000000011574667424007206 5ustar debian/control0000644000000000000000000000351511574667171010614 0ustar Source: libio-tee-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/IO-Tee/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-tee-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-tee-perl/ Package: libio-tee-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module for multiplexing output to multiple output handles IO::Tee objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The IO::Tee constructor, given a list of output handles, returns a tied handle that can be written to. When written to (using print or printf), the IO::Tee object multiplexes the output to the list of handles originally passed to the constructor. As a shortcut, you can also directly pass a string or an array reference to the constructor, in which case IO::File::new is called for you with the specified argument or arguments. . The second way is to multiplex input from one input handle to zero or more output handles as it is being read. The IO::Tee constructor, given an input handle followed by a list of output handles, returns a tied handle that can be read from as well as written to. When written to, the IO::Tee object multiplexes the output to all handles passed to the constructor, as described in the previous paragraph. When read from, the IO::Tee object reads from the input handle given as the first argument to the IO::Tee constructor, then writes any data read to the output handles given as the remaining arguments to the constructor. debian/copyright0000644000000000000000000000212511574667231011135 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Chung-chieh Shan, ken@digitas.harvard.edu Source: http://search.cpan.org/dist/IO-Tee/ Name: IO-Tee Files: * Copyright: 1998-2001, Chung-chieh Shan, ken@digitas.harvard.edu License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, AGOSTINI Yves 2011, Fabrizio Regalli 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/watch0000644000000000000000000000034011212456113010210 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/IO-Tee/ .*/IO-Tee-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211574530136010371 0ustar 8 debian/changelog0000644000000000000000000000127311574667171011062 0ustar libio-tee-perl (0.64-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. -- Fabrizio Regalli Fri, 10 Jun 2011 17:49:47 +0200 libio-tee-perl (0.64-1) unstable; urgency=low * Initial Release (Closes: #476934) -- AGOSTINI Yves Wed, 16 Apr 2008 11:28:47 +0200 debian/source/0000755000000000000000000000000011574667424010506 5ustar debian/source/format0000644000000000000000000000001411574660057011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611574667171010264 0ustar #!/usr/bin/make -f %: dh $@