debian/0000755000000000000000000000000012174031304007161 5ustar debian/rules0000755000000000000000000000003612174031304010240 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000237012174031304010566 0ustar Source: libproc-terminator-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Oleg Gashev Build-Depends: debhelper (>= 8) Build-Depends-Indep: libmoo-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libproc-terminator-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libproc-terminator-perl.git Homepage: https://metacpan.org/release/Proc-Terminator/ Package: libproc-terminator-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoo-perl Description: module to conveniently terminate processes Proc::Terminator provides a convenient way to kill a process, often useful in utility and startup functions which need to ensure the death of an external process. . Proc::Terminator provides a simple, blocking, and procedural interface to kill a process or multiple processes (not tested), and not return until they are all dead. . Proc::Terminator can know if you do not have permissions to kill a process, if the process is dead, and other interesting tidbits. . It also provides for flexible options in the type of death a process will experience. Whether it be slow or immediate. debian/source/0000755000000000000000000000000012174031304010461 5ustar debian/source/format0000644000000000000000000000001412174031304011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024212174031304011031 0ustar libproc-terminator-perl (0.5-1) unstable; urgency=low * Initial Release. (Closes: #717319) -- Oleg Gashev Fri, 19 Jul 2013 10:28:26 +0000 debian/compat0000644000000000000000000000000212174031304010357 0ustar 8 debian/patches/0000755000000000000000000000000012174031304010610 5ustar debian/patches/patch_makefile_pl.diff0000644000000000000000000000117212174031304015072 0ustar Description: patch to fix warning on exec build package: Argument "6.57_05" isn't numeric in numeric ge (>=) at Makefile.PL line 5. Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=87057 Author: Oleg Gashev --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ AUTHOR => q{M. Nunberg }, VERSION_FROM => 'lib/Proc/Terminator.pm', ABSTRACT_FROM => 'lib/Proc/Terminator.pm', - ($ExtUtils::MakeMaker::VERSION >= 6.3002 + ($ExtUtils::MakeMaker::VERSION ge '6.3002' ? ('LICENSE'=> 'perl') : ()), PL_FILES => {}, debian/patches/fix_pod_syntax_errors.diff0000644000000000000000000000140512174031304016074 0ustar Description: Fix pod syntax errors. Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=87095 Author: Oleg Gashev --- a/lib/Proc/Terminator.pm +++ b/lib/Proc/Terminator.pm @@ -335,7 +335,7 @@ =head4 Proc::Terminator::Batch->with_pids($pids,$options) Creates a new C. The arguments are exactly the same as -that for L. +that for L. Since this module does not actually loop or sleep on anything, it is important to ensure that the C and C options are set appropriately. @@ -378,6 +378,8 @@ is empty, then most likely the process did not respond to any signals in the signal list. +=back + =head1 SEE ALSO L debian/patches/series0000644000000000000000000000006212174031304012023 0ustar patch_makefile_pl.diff fix_pod_syntax_errors.diff debian/copyright0000644000000000000000000000204312174031304011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Proc-Terminator Source: https://metacpan.org/release/Proc-Terminator/ Upstream-Contact: M. Nunberg Files: * Copyright: 2012, M. Nunberg License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Oleg Gashev 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/watch0000644000000000000000000000017412174031304010214 0ustar version=3 https://metacpan.org/release/Proc-Terminator/ .*/Proc-Terminator-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$