debian/0000755000000000000000000000000011731403522007164 5ustar debian/rules0000755000000000000000000000003611731403522010243 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000233011731403522010565 0ustar Source: libpoe-component-client-ping-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libpoe-perl (>= 2:1.0070), perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/POE-Component-Client-Ping/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-ping-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-client-ping-perl.git Package: libpoe-component-client-ping-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl (>= 2:1.0070) Description: ICMP ping client component for POE POE::Component::Client::Ping is an asynchronous, event driven client for ICMP ping. It accepts events containing the specifics of ICMP ping requests, and it returns events carrying the results of those pings. . Ping client components are not proper objects. Instead of being created, as most objects are, they are "spawned" as separate sessions. To avoid confusion (and hopefully not cause other confusion), they must be spawned with a spawn method, not created anew with a new one. debian/source/0000755000000000000000000000000011731403522010464 5ustar debian/source/format0000644000000000000000000000001411731403522011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000452311731403522011042 0ustar libpoe-component-client-ping-perl (1.171-1) unstable; urgency=low * New upstream release. * Drop patch zz_rt_72055-root.patch, applied upstream. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sun, 18 Mar 2012 17:03:17 +0100 libpoe-component-client-ping-perl (1.170-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no changes). * Add a patch to check for root privileges in the new test, too, like in all others. -- gregor herrmann Fri, 20 Jan 2012 21:18:18 +0100 libpoe-component-client-ping-perl (1.163-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://lists.debian.org/debian-devel/2011/02/msg00217.html) * New upstream release. * debian/control: - add Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); ${misc:Depends} to Depends: field. - change Maintainer to Debian Perl Group (was: Decklin Foster ) - add /me to Uploaders - make libpoe-perl (build) dependency versioned - add Homepage field * Add debian/watch. * Switch to source format 3.0 (quilt). * Switch to debhelper 7. * Set Standards-Version to 3.9.1; remove version from perl build dependency. * debian/copyright: update formatting and years of upstream copyright. * Don't install README anymore. -- gregor herrmann Fri, 11 Feb 2011 22:33:08 +0100 libpoe-component-client-ping-perl (1.04-1) unstable; urgency=low * New upstream release * debian/control: changed Section from interpreters to perl. * Upgraded to debhelper v4 and bumped Standards-Version to 3.6.1. -- Decklin Foster Sat, 2 Oct 2004 13:43:43 -0400 libpoe-component-client-ping-perl (0.98-1) unstable; urgency=low * Initial release. -- Decklin Foster Sat, 22 Feb 2003 13:17:15 -0500 debian/compat0000644000000000000000000000000211731403522010362 0ustar 8 debian/copyright0000644000000000000000000000216411731403522011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: POE-Component-Client-Ping Upstream-Contact: Rocco Caputo Source: http://search.cpan.org/dist/POE-Component-Client-Ping/ Files: * Copyright: 1999-2009, Rocco Caputo License: Artistic or GPL-1+ Files: debian/* Copyright: 2003, 2004, Decklin Foster 2011-2012, gregor herrmann 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/watch0000644000000000000000000000021511731403522010213 0ustar version=3 http://search.cpan.org/dist/POE-Component-Client-Ping/ .*/POE-Component-Client-Ping-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$