debian/0000755000000000000000000000000012201504012007151 5ustar debian/watch0000644000000000000000000000020412101267042010206 0ustar version=3 https://metacpan.org/release/Test-POE-Client-TCP/ .*/Test-POE-Client-TCP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000242212201503750011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-POE-Client-TCP Upstream-Contact: Chris Williams Source: https://metacpan.org/release/Test-POE-Client-TCP/ Files: * Copyright: 2013, Chris Williams 2013, Rocco Caputo 2013, Ann Barcomb 2013, Jos Boumans License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2011, Fabrizio Regalli 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/control0000644000000000000000000000241612201503740010566 0ustar Source: libtest-poe-client-tcp-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Fabrizio Regalli , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libpoe-perl, netbase, perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-poe-client-tcp-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-poe-client-tcp-perl.git Homepage: https://metacpan.org/release/Test-POE-Client-TCP/ Package: libtest-poe-client-tcp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl Description: POE Component providing TCP client services for test cases Test::POE::Client::TCP is a POE component that provides a TCP client framework for inclusion in client component test cases, instead of having to roll your own. . Once registered with the component, a session will receive events related to connections made, disconnects, flushed output and input from the specified server. debian/libtest-poe-client-tcp-perl.examples0000644000000000000000000000001311672202600016143 0ustar examples/* debian/compat0000644000000000000000000000000211672202600010360 0ustar 8 debian/changelog0000644000000000000000000000317312201504012011027 0ustar libtest-poe-client-tcp-perl (1.12-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ 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.12. * Bump years of upstream copyright. * Remove copyright paragraph for M::I no longer shipped by upstream. * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0). * Add myself to uploaders and copyright. -- Florian Schlichting Sat, 10 Aug 2013 20:35:33 +0200 libtest-poe-client-tcp-perl (1.10-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ Fabrizio Regalli ] * New upstream release * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Updated d/copyright. * Bump to quilt 3.0 format. -- Fabrizio Regalli Thu, 30 Jun 2011 17:56:58 +0200 libtest-poe-client-tcp-perl (1.06-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Now depends on POE 1.28 per upstream [ gregor herrmann ] * Only run tests if localhost is available (hopefully closes: #552922). -- Jonathan Yu Mon, 26 Oct 2009 18:50:56 -0400 libtest-poe-client-tcp-perl (1.04-1) unstable; urgency=low * Initial Release (Closes: #548730) -- Jonathan Yu Tue, 06 Oct 2009 18:42:43 -0400 debian/source/0000755000000000000000000000000011672202600010462 5ustar debian/source/format0000644000000000000000000000001411672202600011670 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000022011672202600010234 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \ || dh_auto_test