debian/0000755000000000000000000000000012020171242007155 5ustar debian/copyright0000644000000000000000000000244012020171242011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IPC-Run Upstream-Contact: Adam Kennedy Source: http://search.cpan.org/dist/IPC-Run/ Files: * Copyright: Some parts copyright 2008 Adam Kennedy. Copyright 1999 Barrie Slaymaker. License: Artistic or GPL-1+ Files: debian/* Copyright: 2002, 2003, Ardo van Rangelrooij 2003, 2004, 2006, Jay Bonci 2003, Jay Bonci 2008, 2009, gregor herrmann 2009, Gunnar Wolf 2010-2012, Salvatore Bonaccorso 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/watch0000644000000000000000000000015012020171242010202 0ustar version=3 http://search.cpan.org/dist/IPC-Run/ .*/IPC-Run-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000221212020171242010555 0ustar Source: libipc-run-perl Maintainer: Debian Perl Group Uploaders: Jay Bonci , gregor herrmann , Salvatore Bonaccorso Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libio-pty-perl, netbase, perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libipc-run-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libipc-run-perl.git Homepage: http://search.cpan.org/dist/IPC-Run/ Package: libipc-run-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libio-pty-perl Description: Perl module for running processes IPC::Run allows you to run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. . Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided. debian/changelog0000644000000000000000000001716212020171242011036 0ustar libipc-run-perl (0.92-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Imported Upstream version 0.92 * Update format of debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Fri, 31 Aug 2012 19:18:52 +0200 libipc-run-perl (0.91-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. * Imported Upstream version 0.91 * Update copyright years for debian/* packaging -- Salvatore Bonaccorso Wed, 15 Feb 2012 22:04:46 +0100 libipc-run-perl (0.90-1) unstable; urgency=low * New upstream release * Email change: Salvatore Bonaccorso -> carnil@debian.org * Bump Debhelper compat level to 8. * debian/control: Bump versioned Build-Depends on debhelper to (>= 8). * debian/copyright: - Update copyright years for debian/* packaging. - Explicitly point to GPL-1 license text in common-licenses. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * debian/patches: update hashbang.patch patch header. * Bump Standards-Version 3.9.2. -- Salvatore Bonaccorso Mon, 04 Jul 2011 21:47:17 +0200 libipc-run-perl (0.89-1) unstable; urgency=low * New upstream release * Re-add versioned dependencies on libio-pty-perl with epoch in the version string to be correct now. * Drop fix-pod.patch as it is applied upstream. -- Salvatore Bonaccorso Sun, 04 Apr 2010 22:15:51 +0200 libipc-run-perl (0.86-1) unstable; urgency=low [ gregor herrmann ] * Extend patch hashbang.patch to also fix the path to perl in yet another example script; thanks to Dario Minnucci for the bug report (closes: #543673). [ Salvatore Bonaccorso ] * New upstream release * Add myself to Uploaders. * Convert to '3.0 (quilt)' package source format. Drop use of README.source. Drop use of quilt. * Refresh debian/copyright to the current format-specification in revision 135 of DEP5 for machine readable copyright file. * Minimize debian/rules file and use override targets. Bump required version on debhelper to (>= 7.0.50). * Make Build-Depends-Indep on libio-pty-perl now unversioned. * Refresh debian/patches and update headers to DEP3 patch guidelines. * Bump Standards-Version to 3.8.4 (no changes needed). [ gregor herrmann ] * Make Depends on libio-pty-perl now unversioned. -- Salvatore Bonaccorso Sun, 28 Mar 2010 21:16:49 +0200 libipc-run-perl (0.84-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Gunnar Wolf ] * New upstream release * Added myself as an uploader * Standards version → 3.8.2 (no changes needed) -- Gunnar Wolf Sun, 19 Jul 2009 02:54:36 +0200 libipc-run-perl (0.82-1) unstable; urgency=low [ Krzysztof Krzyżaniak (eloy) ] * New upstream release * Refresh debian/patch/fix-pod.patch [ gregor herrmann ] * debian/control: - switch Vcs-Browser field to ViewSVN - add ${misc:Depends} to Depends: field - remove Section and Priority field from binary stanza - mention module name in long description * Add a description to hashbang.patch. * Fix some more POD errors in fix-pod.patch. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * debian/copyright: switch to new format. -- gregor herrmann Mon, 05 Jan 2009 17:54:54 +0100 libipc-run-perl (0.80-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. * Split out changes to upstream code into proper patches; add quilt framework. * Set debhelper compatibility level to 5. * Refresh debian/rules, no functional changes. * Fix small error in long description and POD (closes: #477399). Thanks to Reuben Thomas for the bug report. * Set Standards-Version to 3.8.0; add debian/README.source to document quilt usage. * Add /me to Uploaders. * debian/copyright: extend years of copyright according to the different upstream source files. * Remove debian/libipc-run-perl.install from source package, not needed; remove debian/libipc-run-perl.examples, the examples are installed via debian/rules; retain the directory for the abuse examples. -- gregor herrmann Sat, 19 Jul 2008 21:26:53 +0200 libipc-run-perl (0.80-1) unstable; urgency=low * New upstream version (Closes: #303585) * Fix for typo in man page (Closes: #333554) * Fix for debian/watch so uupdate will work * Policy-version 3.7.2.0 (No other changes). * Placed debhelper in Build-Depends instead of Build-Depends-Indep -- Jay Bonci Fri, 2 Jun 2006 23:09:35 -0400 libipc-run-perl (0.78-2) unstable; urgency=low * Fixed debian/watch so uscan will actually work now -- Jay Bonci Thu, 9 Sep 2004 04:41:41 -0400 libipc-run-perl (0.78-1) unstable; urgency=low * New upstream version * reap_nb() "Not an ARRAY reference" fixed upstream (Closes: #220661) -- Jay Bonci Mon, 19 Jul 2004 07:45:05 -0400 libipc-run-perl (0.77-1) unstable; urgency=low * New upstream version -- Jay Bonci Sun, 9 Nov 2003 22:57:40 -0500 libipc-run-perl (0.75-4) unstable; urgency=low * New Maintainer (closes: #210213) * Bumped policy version to 3.6.1.0 (no changes) * Changed the rules file over to my standard template * Added a watch file * Clarified copyright file - Added a pointer to the GPL - Clarified the duality of the license. -- Jay Bonci Fri, 19 Sep 2003 23:35:04 -0400 libipc-run-perl (0.75-3) unstable; urgency=low * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)' * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Sat, 26 Jul 2003 19:49:00 -0500 libipc-run-perl (0.75-2) unstable; urgency=low * debian/control: added build dependency on 'netbase' (closes: Bug#190778) * debian/control: updated sections according to latest archive changes: - 'libipc-run-perl' from 'interpreters' to 'perl' * debian/rules: moved debhelper compatibility level setting to 'debian/compat' per latest debhelper best practices * debian/control: upgraded to Debian Policy 3.5.9 (no changes) -- Ardo van Rangelrooij Sat, 26 Apr 2003 18:48:39 -0500 libipc-run-perl (0.75-1) unstable; urgency=low * New upstream release * debian/control: upgraded to Debian Policy 3.5.8 (no changes) -- Ardo van Rangelrooij Wed, 29 Jan 2003 15:46:34 -0600 libipc-run-perl (0.74-3) unstable; urgency=low * debian/copyright: added pointer to license (closes: Bug#157600) -- Ardo van Rangelrooij Fri, 20 Sep 2002 20:27:25 -0500 libipc-run-perl (0.74-2) unstable; urgency=low * debian/rules: split off 'install' target from 'binary-indep' target -- Ardo van Rangelrooij Thu, 18 Jul 2002 21:04:19 -0500 libipc-run-perl (0.74-1) unstable; urgency=low * Initial Release (closes: Bug#151928) -- Ardo van Rangelrooij Thu, 4 Jul 2002 11:37:29 -0500 debian/rules0000755000000000000000000000022412020171242010233 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_auto_install find $(CURDIR)/debian -type f -name "*Win32*" -print0 | xargs -r0 rm -fv debian/source/0000755000000000000000000000000012020171242010455 5ustar debian/source/format0000644000000000000000000000001412020171242011663 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212020171242010353 0ustar 8 debian/patches/0000755000000000000000000000000012020171242010604 5ustar debian/patches/series0000644000000000000000000000001712020171242012017 0ustar hashbang.patch debian/patches/hashbang.patch0000644000000000000000000000163312020171242013403 0ustar Description: Fix hashbang to example script Origin: vendor Bug-Debian: http://bugs.debian.org/543673 Author: Gregor Herrmann Reviewed-by: Salvatore Bonaccorso --- a/eg/synopsis_scripting +++ b/eg/synopsis_scripting @@ -1,3 +1,4 @@ +#!/usr/bin/perl -w use strict ; my @cat = qw( cat ) ; --- a/eg/run_daemon +++ b/eg/run_daemon @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w ## An example of how to daemonize. See the IPC::Run LIMITATIONS section for ## some reasons why this can be a bit dangerous. --- a/abuse/blocking_debug_with_sub_coprocess +++ b/abuse/blocking_debug_with_sub_coprocess @@ -1,4 +1,4 @@ -#!/opt/i386-linux/perl/bin/perl -w +#!/usr/bin/perl -w ## Submitted by Blair Zajac --- a/abuse/timers +++ b/abuse/timers @@ -1,4 +1,4 @@ -#!/usr/local/lib/perl -w +#!/usr/bin/perl -w use strict ; use IPC::Run qw( :all ) ; debian/libipc-run-perl.examples0000644000000000000000000000001312020171242013713 0ustar eg/* abuse