debian/0000755000000000000000000000000012100011362007150 5ustar debian/rules0000755000000000000000000000003612100011362010227 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000234012100011362010552 0ustar Source: libchild-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libchild-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libchild-perl.git Homepage: http://search.cpan.org/dist/Child/ Package: libchild-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Object Oriented simple interface to fork() Fork is too low level, and difficult to manage. Often people forget to exit at the end, reap their children, and check exit status. The problem is the low level functions provided to do these things. Throw in pipes for IPC and you just have a pile of things nobody wants to think about. . Child is an Object Oriented interface to fork. It provides a clean way to start a child process, and manage it afterwords. It provides methods for running, waiting, killing, checking, and even communicating with a child process. debian/source/0000755000000000000000000000000012100011362010450 5ustar debian/source/format0000644000000000000000000000001412100011362011656 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000125212100011362011022 0ustar libchild-perl (0.009-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Xavier Guimard ] * Update source format to 3.0 (quilt) * Update debian/copyright (years and format) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Remove README from docs * Update description -- Xavier Guimard Wed, 23 Jan 2013 17:35:30 +0100 libchild-perl (0.009-1) unstable; urgency=low * Initial Release (closes: Bug#617323) -- Ivan Kohler Mon, 07 Mar 2011 21:05:42 -0800 debian/compat0000644000000000000000000000000212100011362010346 0ustar 8 debian/patches/0000755000000000000000000000000012100011362010577 5ustar debian/patches/series0000644000000000000000000000002512100011362012011 0ustar spelling-error.patch debian/patches/spelling-error.patch0000644000000000000000000000101312100011362014557 0ustar Description: Spelling error Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=82907 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82907 Last-Update: 2013-01-23 --- a/lib/Child/Link/IPC.pm +++ b/lib/Child/Link/IPC.pm @@ -95,7 +95,7 @@ =item $proc->say( @MESSAGES ) -Send the messages to the child. works like say, adds the seperator for you +Send the messages to the child. works like say, adds the separator for you (usually "\n"). =item $proc->autoflush( $BOOL ) debian/copyright0000644000000000000000000000214312100011362011103 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Child Source: http://search.cpan.org/dist/Child/ Upstream-Contact: Chad Granum Files: * Copyright: 2010, Chad Granum License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Ansgar Burchardt 2011, Ivan Kohler 2013, Xavier Guimard 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/watch0000644000000000000000000000014712100011362010203 0ustar version=3 http://search.cpan.org/dist/Child/ .*/Child-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$