debian/0000755000000000000000000000000011741646061007174 5ustar debian/rules0000755000000000000000000000012011741646061010245 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: xvfb-run -a dh_auto_test debian/control0000644000000000000000000000214111741646061010575 0ustar Source: libwx-perl-processstream-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libwx-perl, perl, xauth, xfonts-base, xvfb Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Ryan Niebur , Angel Abad , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Wx-Perl-ProcessStream/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libwx-perl-processstream-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwx-perl-processstream-perl.git Package: libwx-perl-processstream-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libwx-perl Description: Wx::Perl module to access IO of external processes via events Wx::Perl::ProcessStream provides the STDOUT, STDERR and exit codes of asynchronously running processes via events. It may be used for long running or blocking processes that provide periodic updates on state via STDOUT. Simple IPC is possible via STDIN. debian/source/0000755000000000000000000000000011741646061010474 5ustar debian/source/format0000644000000000000000000000001411741646061011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000451411741646061011052 0ustar libwx-perl-processstream-perl (0.32-1) unstable; urgency=low [ Angel Abad ] * New upstream release * Email change: Angel Abad -> angel@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Imported Upstream version 0.32. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Bumped dh compatibility to level 8 (no changes necessary). * Made short description a noun phrase. * Added myself to uploaders and copyright. -- Florian Schlichting Thu, 12 Apr 2012 23:34:43 +0200 libwx-perl-processstream-perl (0.29-1) unstable; urgency=low * New upstream release * Add myself to Uploaders * Bump Standards-Version to 3.9.1 (no changes) * debian/libwx-perl-processstream-perl.examples: Add example files * debian/patches/shebang_examples: New patch, add shebang to example file * debian/copyright: - Update copyright to DEP5 format - Update license information -- Angel Abad Fri, 03 Dec 2010 18:01:03 +0100 libwx-perl-processstream-perl (0.27-1) unstable; urgency=low [ Damyan Ivanov ] * add -a option to xvfb-run invocation * update years of upstream copyright * Standards-Verssion: 3.8.4 (no changes needed) * bump libwx-perl dependency to 0.9701 [ Chris Butler ] * New upstream release -- Damyan Ivanov Mon, 05 Apr 2010 22:35:49 +0300 libwx-perl-processstream-perl (0.24-1) unstable; urgency=low * New upstream release * Add myself to Uploaders -- Ryan Niebur Tue, 05 Jan 2010 10:52:12 -0800 libwx-perl-processstream-perl (0.22-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Damyan Ivanov ] * New upstream release + bump years of copyright * copyright: s/(C)/Copyright/ and bump years for packaging work. * Standards-Version: 3.8.3 + drop the version from the perl (>= 5.6.10-12) build-dependency * rules: minimize -- Damyan Ivanov Wed, 28 Oct 2009 08:53:36 +0200 libwx-perl-processstream-perl (0.11-1) unstable; urgency=low * Initial Release. Closes: #492701 (ITP) -- Damyan Ivanov Mon, 28 Jul 2008 12:58:16 +0300 debian/libwx-perl-processstream-perl.examples0000644000000000000000000000001211741646061016642 0ustar example/* debian/compat0000644000000000000000000000000211741646061010372 0ustar 8 debian/patches/0000755000000000000000000000000011741646061010623 5ustar debian/patches/series0000644000000000000000000000002111741646061012031 0ustar shebang_examples debian/patches/shebang_examples0000644000000000000000000000033111741646061014050 0ustar Description: Add shebang to example file Author: Angel Abad Forwarded: No --- a/example/testproc.pl +++ b/example/testproc.pl @@ -1,3 +1,5 @@ +#!/usr/bin/perl + use strict; my $counter = 0; debian/copyright0000644000000000000000000000227611741646061011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Mark Dootson Source: http://search.cpan.org/dist/Wx-Perl-ProcessStream/ Upstream-Name: Wx-Perl-ProcessStream Files: * Copyright: 2007-2010, Mark Dootson License: Artistic or GPL-1+ Files: debian/* Copyright: 2008-2010, Damyan Ivanov 2010-2011, Angel Abad 2010, Ryan Niebur , 2012, Florian Schlichting 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/watch0000644000000000000000000000037611741646061010233 0ustar # 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/Wx-Perl-ProcessStream/ .*/Wx-Perl-ProcessStream-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$