debian/0000755000000000000000000000000012222634653007173 5ustar debian/watch0000644000000000000000000000015712222632602010217 0ustar version=3 https://metacpan.org/release/IO-Pipely .*/IO-Pipely-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000203512222634027011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/IO-Pipely Upstream-Contact: Rocco Caputo Upstream-Name: IO-Pipely Files: * Copyright: 2000-2013, Rocco Caputo License: Artistic or GPL-1+ Files: debian/* Copyright: 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/control0000644000000000000000000000247312222633754010605 0ustar Source: libio-pipely-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.17.11) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-pipely-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-pipely-perl.git Homepage: https://metacpan.org/release/IO-Pipely Package: libio-pipely-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.17.11) Description: portable way to create pipe() or pipe-like handles IO::Pipely provides a couple functions to portably create one- and two-way pipes and pipe-like socket pairs. It acknowledges and works around known platform issues so you don't have to. . IO::Pipely currently understands pipe(), UNIX-domain socketpair() and regular IPv4 localhost sockets. It will use different kinds of pipes or sockets depending on the operating system's capabilities and the number of directions requested. The autodetection may be overridden by specifying a particular pipe type. . IO::Pipely is a spin-off of the POE project's portable pipes. Earlier versions of the code have been tested and used in production systems for over a decade. debian/compat0000644000000000000000000000000212222632602010361 0ustar 8 debian/changelog0000644000000000000000000000024612222634653011047 0ustar libio-pipely-perl (0.005-1) unstable; urgency=low * Initial Release. (Closes: #725129) -- Florian Schlichting Tue, 01 Oct 2013 23:07:53 +0200 debian/source/0000755000000000000000000000000012222632602010463 5ustar debian/source/format0000644000000000000000000000001412222632602011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612222632604010244 0ustar #!/usr/bin/make -f %: dh $@