--- libipc-run-safehandles-perl-0.02.orig/debian/compat +++ libipc-run-safehandles-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libipc-run-safehandles-perl-0.02.orig/debian/rules +++ libipc-run-safehandles-perl-0.02/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libipc-run-safehandles-perl-0.02.orig/debian/watch +++ libipc-run-safehandles-perl-0.02/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/IPC-Run-SafeHandles/ .*/IPC-Run-SafeHandles-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libipc-run-safehandles-perl-0.02.orig/debian/changelog +++ libipc-run-safehandles-perl-0.02/debian/changelog @@ -0,0 +1,5 @@ +libipc-run-safehandles-perl (0.02-1) unstable; urgency=low + + * Initial Release. (Closes: #513257) + + -- Dominic Hargreaves Tue, 27 Jan 2009 17:15:24 +0000 --- libipc-run-safehandles-perl-0.02.orig/debian/control +++ libipc-run-safehandles-perl-0.02/debian/control @@ -0,0 +1,19 @@ +Source: libipc-run-safehandles-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), perl (>= 5.8.0) +Maintainer: Dominic Hargreaves +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/IPC-Run-SafeHandles/ + +Package: libipc-run-safehandles-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0) +Description: Use IPC::Run and IPC::Run3 safely + IPC::Run and IPC::Run3 are both very upset when you try to use them under + environments where you have STDOUT and/or STDERR tied to something else, such + as under fastcgi. + . + The module adds safe-guarding code when you call IPC::Run or IPC::Run3 under + such environment to make sure it always works. --- libipc-run-safehandles-perl-0.02.orig/debian/libipc-run-safehandles-perl.docs +++ libipc-run-safehandles-perl-0.02/debian/libipc-run-safehandles-perl.docs @@ -0,0 +1 @@ +README --- libipc-run-safehandles-perl-0.02.orig/debian/copyright +++ libipc-run-safehandles-perl-0.02/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Chia-liang Kao +Upstream-Source: http://search.cpan.org/dist/IPC-Run-SafeHandles/ +Upstream-Name: IPC-Run-SafeHandles + +Files: * +Copyright: Chia-liang Kao +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: Adam Kennedy +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Dominic Hargreaves +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'