debian/0000755000000000000000000000000012235260036007165 5ustar debian/patches/0000755000000000000000000000000012235257735010630 5ustar debian/patches/series0000644000000000000000000000001711671750424012037 0ustar typo-pod.patch debian/patches/typo-pod.patch0000644000000000000000000000053112235257735013423 0ustar Description: remove accidental typo which renders the POD incorrect Origin: vendor Forwarded: ttps://rt.cpan.org/Public/Bug/Display.html?id=89987 Author: gregor herrmann Last-Update: 2011-08-27 --- a/IKC.pod +++ b/IKC.pod @@ -1,4 +1,4 @@ -l=head1 NAME +=head1 NAME POE::Component::IKC -- POE Inter-Kernel Communication debian/watch0000644000000000000000000000027512101266100010210 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/POE-Component-IKC/ .*/POE-Component-IKC-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000247612235260016011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: POE-Component-IKC Upstream-Contact: Philip Gwyn Source: https://metacpan.org/release/POE-Component-IKC/ Files: * Copyright: 1999-2011, Philip Gwyn License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, 2009, Ernesto Hernández-Novich (USB) 2008, Roberto C. Sanchez 2009, Jonathan Yu 2009, Ryan Niebur 2010, gregor herrmann 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/control0000644000000000000000000000420212235260006010563 0ustar Source: libpoe-component-ikc-perl Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) , gregor herrmann , Jonathan Yu , Fabrizio Regalli , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdata-dump-perl, libdevel-size-perl (>= 0.77), libpoe-api-peek-perl, libpoe-perl (>= 2:1.3110), libpoe-test-loops-perl, libtest-distribution-perl, libtest-pod-coverage-perl, libtest-pod-perl, netbase Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-ikc-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-component-ikc-perl.git Homepage: https://metacpan.org/release/POE-Component-IKC/ Package: libpoe-component-ikc-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdata-dump-perl, libdevel-size-perl (>= 0.77), libpoe-perl (>= 2:1.3110), libpoe-api-peek-perl Description: Perl module for POE Inter-Kernel Communication POE::Component::IKC provides several Inter-Kernel Communication (IKC) methods for the Perl Object Environment (POE) that help exchange events and related data between POE kernels. . This module allows bidirectional communication between two or more instances of POE allowing authors to push or retrieve state information from remote running kernels using TCP/IP networking. It also provides facilities to monitor external instances and fire events when a new client connects or disconnects. . The included server implementation can handle multiple concurrent connections and is designed to take advantage of pre-forking for high-demand applications. It is easily integrable with non-blocking code because it executes the given callback code when an event happens. debian/libpoe-component-ikc-perl.docs0000644000000000000000000000004011671750424015017 0ustar TODO FUTUR ikc-architecture.txt debian/compat0000644000000000000000000000000211671750424010373 0ustar 8 debian/changelog0000644000000000000000000001120112235260036011032 0ustar libpoe-component-ikc-perl (0.2305-1) unstable; urgency=low [ 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 [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.2305 * Add (build-)dependencies on Data::Dump and Devel::Size * Update stand-alone license paragraphs to commonly used version (not limiting Debian to GNU/Linux) * Declare compliance with Debian Policy 3.9.5 * Forward typo-pod.patch, the Debian bug is archived and forgotten * Add myself to uploaders and copyright -- Florian Schlichting Sat, 02 Nov 2013 21:27:05 +0100 libpoe-component-ikc-perl (0.2302-1) unstable; urgency=low [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Update link for license GPL-1 on d/copyright. [ 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, includes a fix for "failing tests" (closes: #627269). * Bump versioned (build) dependency on libpoe-perl. * debian/copyright: update years of upstream copyright, remove information about removed inc/*. * Add a patch to remove an accidentally added character from the POD. * Add build dependency on libpoe-test-loops-perl. -- gregor herrmann Sat, 27 Aug 2011 13:33:19 +0200 libpoe-component-ikc-perl (0.2200-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * Minimize debian/rules. * Make (build) dependency on libpoe-perl versioned (closes: #564384). * Set Standards-Version to 3.8.4; remove version from perl build dependency. * debian/copyright: update formatting. -- gregor herrmann Fri, 19 Feb 2010 20:32:47 +0100 libpoe-component-ikc-perl (0.2200-1) unstable; urgency=low * New upstream release * Updated module copyright year * Fixed upstream author e-mail address * Removed README from .docs list, as it's not really all that useful * Added libpoe-api-peek-perl dependency, with version 1.3000 as minimum. Based on the modules upstream has in CPAN (1.32, 1.33 and 1.34), I'm guessing that anything before 1.32 has effectively been End-Of-Lifed. However, the version of this package in stable is 1.30, so that is the bare minimum supported. * Added examples file pointing to dev/ which appear to be example scripts for developers * Added libtest-pod-perl in B-D-I. Minimum required version is 1.00 but the earliest packaged version is 1.26, so no version dependency * Ditto for libtest-pod-coverage-perl, need 1.00/have 1.08 * Ditto for libtest-distribution-perl * Removed patches and README.source; pod issue has been fixed upstream * Added copyright notice for included Module::Install stuff * Removed quilt dependency -- Jonathan Yu Tue, 19 May 2009 12:47:07 -0400 libpoe-component-ikc-perl (0.2003-1) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * New upstream release. [ gregor herrmann ] * Refresh patch fix-pod.patch. * Set Standards-Version to 3.8.1 (no changes). -- Ernesto Hernández-Novich (USB) Thu, 09 Apr 2009 20:05:36 -0430 libpoe-component-ikc-perl (0.2002-1) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * New upstream release. * Refreshed debian/rules using new templates. * debian/copyright: switch to new format. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Set Standards-Version to 3.8.0 (no changes). * Set debhelper compatibility level to 7 in debian/{control,compat}. * debian/control: add ${misc:Depends} to Depends. * Add patch fix-pod.patch in order to fix an error in the POD; add quilt framework and debian/README.source. -- Ernesto Hernández-Novich (USB) Fri, 5 Dec 2008 07:04:38 -0430 libpoe-component-ikc-perl (0.2001-1) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * Initial Release (Closes: #461430). -- Roberto C. Sanchez Mon, 21 Jan 2008 14:40:18 -0500 debian/source/0000755000000000000000000000000011671750424010475 5ustar debian/source/format0000644000000000000000000000001411671750424011703 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671750424010254 0ustar #!/usr/bin/make -f %: dh $@ debian/libpoe-component-ikc-perl.examples0000644000000000000000000000000611671750424015707 0ustar dev/*