debian/0000755000000000000000000000000012161640334007166 5ustar debian/copyright0000644000000000000000000000612312161640334011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IPC-Run3 Upstream-Contact: Barrie Slaymaker Source: https://metacpan.org/release/IPC-Run3/ Files: * Copyright: 2003, R. Barrie Slaymaker, Jr., All Rights Reserved License: BSD or Artistic or GPL-1+ Comment: The LICENSE file of IPC-Run3 contains the following statement: You may use this module under the terms of the BSD, Artistic, or GPL licenses, any version. . See more information at: . BSD: http://www.opensource.org/licenses/bsd-license.php GPL: http://www.opensource.org/licenses/gpl-license.php Artistic: http://opensource.org/licenses/artistic-license.php . The above text is thus -- to have a verbatim copy -- copied from webpage above. Files: debian/* Copyright: 2004, 2005, 2006, Piotr Roszatycki 2008, 2009, Damyan Ivanov 2010-2013, Salvatore Bonaccorso License: BSD or 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: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000015412161640334010217 0ustar version=3 https://metacpan.org/release/IPC-Run3/ .*/IPC-Run3-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000173712161640334010601 0ustar Source: libipc-run3-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/IPC-Run3/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libipc-run3-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libipc-run3-perl.git Package: libipc-run3-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: run a subprocess with input/ouput redirection IPC::Run3 allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system()/qx``/open3() with a simple, extremely Perlish API and none of the bloat and rarely used features of IPC::Run. debian/changelog0000644000000000000000000001040112161640334011034 0ustar libipc-run3-perl (0.046-1) unstable; urgency=low [ gregor herrmann ] * debian/watch: remove obsolete comment. [ Salvatore Bonaccorso ] * Imported Upstream version 0.046 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging files. Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Update Debhelper compat level to 9. Adjust versioned Build-Depends on debhelper to (>= 9). * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Sun, 23 Jun 2013 18:50:06 +0200 libipc-run3-perl (0.045-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Imported Upstream version 0.045 * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Email change: Salvatore Bonaccorso -> carnil@debian.org * Drop fix-spelling-error-in-manpage.patch patch. Patch is applied upstream. * Bump Standards-Version to 3.9.2 * Update debian/copyright file. Update copyright years for debian/* packaging. -- Salvatore Bonaccorso Fri, 23 Dec 2011 22:23:47 +0100 libipc-run3-perl (0.044-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * New upstream release * Add myself to Uploaders. * debian/control: Drop versioned Build-Depends on perl and add unversioned Build-Depends-Indep on perl (perl version required already satisfied in stable and oldstable is gone). * Convert to '3.0 (quilt)' source package format. * Refresh debian/copyright to revision 135 of DEP5 format- specification for machine-readable copyright file. Add verbatim text of BSD license from `http://www.opensource.org/licenses/bsd-license.php` as this is referenced in LICENSE file. * Bump Standards-Version to 3.9.1. * Add fix-spelling-error-in-manpage.patch to fix small spelling error of IPC::Run3 manpage. -- Salvatore Bonaccorso Tue, 24 Aug 2010 13:17:58 +0200 libipc-run3-perl (0.042-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Damyan Ivanov ] * control: set Priority: to optional (from extra) several optional packages depend on this one and there is no file conflict with other packages so no need for extra * control: sort dependency lists * rules: use tiny dh7 rules * Standards-Version: 3.8.1 (no changes needed) -- Damyan Ivanov Tue, 12 May 2009 16:19:12 +0300 libipc-run3-perl (0.042-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://lists.debian.org/debian-perl/2008/09/msg00111.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Piotr Roszatycki ); Put myself in Uploaders * debian/watch: use dist-based URL. * convert to debhelper v7 * New upstream release * sync short descryption with new synopsys * add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I enabling additional tests * nearly rewrite debian/copyright; add pointer to upstream sources * Standards-Version 3.8.0 -- Damyan Ivanov Wed, 17 Sep 2008 23:49:45 +0300 libipc-run3-perl (0.036-1) unstable; urgency=low * New upstream release. Closes: #386330. -- Piotr Roszatycki Mon, 13 Nov 2006 12:12:39 +0100 libipc-run3-perl (0.030-1) unstable; urgency=low * New upstream release. Closes: #318205. -- Piotr Roszatycki Fri, 23 Sep 2005 14:44:45 +0200 libipc-run3-perl (0.01-1) unstable; urgency=low * Initial Debian version. Closes: #278380. -- Piotr Roszatycki Tue, 26 Oct 2004 15:50:46 +0200 debian/rules0000755000000000000000000000003612161640334010245 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000012161640334010466 5ustar debian/source/format0000644000000000000000000000001412161640334011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212161640334010364 0ustar 9