debian/0000755000000000000000000000000011511045316007163 5ustar debian/control0000644000000000000000000000155711511043455010600 0ustar Source: libio-captureoutput-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libmodule-build-perl (>= 0.360000), perl (>= 5.10.1) Maintainer: Debian Perl Group Uploaders: gregor herrmann Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/IO-CaptureOutput/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-captureoutput-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-captureoutput-perl/ Package: libio-captureoutput-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for capturing STDOUT and STDERR from Perl code, subprocesses or XS IO::CaptureOutput provides routines for capturing STDOUT and STDERR from perl subroutines, forked system calls (e.g. system(), fork()) and from XS or C modules. debian/copyright0000644000000000000000000000206411511043455011122 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: David A. Golden Source: http://search.cpan.org/dist/IO-CaptureOutput/ Name: IO-CaptureOutput Files: * Copyright: 2004, 2005, Simon Flack 2007, 2008, David Golden License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, gregor herrmann 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/libio-captureoutput-perl.examples0000644000000000000000000000001311511043455015677 0ustar examples/* debian/watch0000644000000000000000000000017511511043455010221 0ustar version=3 http://search.cpan.org/dist/IO-CaptureOutput/ .*/IO-CaptureOutput-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211511043455010363 0ustar 8 debian/changelog0000644000000000000000000000025411511045236011037 0ustar libio-captureoutput-perl (1.1102-1) unstable; urgency=low * Initial release (closes: #608997). -- gregor herrmann Wed, 05 Jan 2011 11:37:43 +0100 debian/source/0000755000000000000000000000000011511045246010465 5ustar debian/source/format0000644000000000000000000000001411511043455011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000070711511044657010256 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # recreate empty manpage, this time from .pod instead of .pm pod2man --section=3pm $(CURDIR)/lib/IO/CaptureOutput.pod > $(TMP)/usr/share/man/man3/IO::CaptureOutput.3pm override_dh_installexamples: dh_installexamples sed -i -e '1i #!/usr/bin/perl\n' $(TMP)/usr/share/doc/$(PACKAGE)/examples/capture.pl