debian/0000755000000000000000000000000012052237025007164 5ustar debian/copyright0000644000000000000000000000217412052237025011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Proc-Simple Upstream-Contact: Michael Schilli Source: http://search.cpan.org/dist/Proc-Simple/ Files: * Copyright: 1996-2011, Michael Schilli License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Nathan Handler 2009, Ryan Niebur 2009-2012 Salvatore Bonaccorso 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/watch0000644000000000000000000000016312052237025010215 0ustar version=3 http://search.cpan.org/dist/Proc-Simple/ .*/Proc-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000164612052237025010576 0ustar Source: libproc-simple-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Nathan Handler , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Proc-Simple/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libproc-simple-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libproc-simple-perl.git Package: libproc-simple-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl interface to launch and control background processes The Proc::Simple package provides objects mimicing real-life processes from a user's point of view. . Either external programs or perl subroutines can be launched and controlled as processes in the background. debian/changelog0000644000000000000000000000774412052237025011052 0ustar libproc-simple-perl (1.31-1) unstable; urgency=low [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Imported Upstream version 1.31 * 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. * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Sun, 18 Nov 2012 20:52:58 +0100 libproc-simple-perl (1.30-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Imported Upstream version 1.30 -- Salvatore Bonaccorso Mon, 01 Aug 2011 21:02:00 +0200 libproc-simple-perl (1.29-1) unstable; urgency=low * New upstream release * Drop fix-spelling-error-in-manpage.patch as typo fixed upstream. -- Salvatore Bonaccorso Sun, 24 Jul 2011 21:19:11 +0200 libproc-simple-perl (1.28-1) unstable; urgency=low * New upstream release * debian/copyright: Update copyright years for upstream files and debian/* packaging. * debian/control: Bump versioned Build-Depends on debhelper to (>= 8). * Bump Debhelper compat level to 8. * debian/patches: - Drop fix-spelling-error-in-manpage.patch patch. Applied upstream. - Drop fix-pod patch. - Add new fix-spelling-error-in-manpage.patch to fix some further spelling errors. * Bump Standards-Version to 3.9.2 (no changes needed). -- Salvatore Bonaccorso Mon, 27 Jun 2011 19:20:29 +0200 libproc-simple-perl (1.27-1) unstable; urgency=low * New upstream release * Email change: Salvatore Bonaccorso -> carnil@debian.org * Convert to '3.0 (quilt)' source package format. * Drop quilt framework. Remove Build-Depends on quilt and remove -- with quilt from dh invocation in debian/rules. Remove now useless README.source file. * debian/copyright: - Update copyright years in debian/* packaging stanza. - Refer to GPL-1 license text in `/usr/share/common-licenses'. - Refer to Debian systems instead of Debian GNU/Linux systems. * Bump Standards-Version to 3.9.1. * Add fix-spelling-error-in-manpage.patch to fix typos in manpage of Proc::Simple. -- Salvatore Bonaccorso Sun, 07 Nov 2010 14:49:50 +0100 libproc-simple-perl (1.26-2) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update ryan52's email address [ Salvatore Bonaccorso ] * Bump debhelper version to (>= 7.0.50) as for requirement for override target for dh_installexamples. Fix shebang line for example pointing to real location of perl instead of /usr/local/bin/perl fixing a example-wrong-path-for-interpreter lintian warning. * Bump Standards-Version to 3.8.3. * debian/copyright: Update to recent machine readable DEP5 format specification proposal. -- Salvatore Bonaccorso Sat, 31 Oct 2009 09:05:03 +0100 libproc-simple-perl (1.26-1) unstable; urgency=low * New upstream release * Add myself to Uploaders * Simplify debian/rules file and adjust apropriately Build-Depends on debhelper (>= 7.0.8) and quilt (>= 0.46-7). * Refresh fix-pod patch. -- Salvatore Bonaccorso Thu, 09 Jul 2009 16:41:29 +0200 libproc-simple-perl (1.25-1) unstable; urgency=low * New upstream release * debian/watch: - Update to ignore development releases. * debian/control: - Add myself to list of Uploaders - Bump Standards-Version to 3.8.2 (No changes) -- Nathan Handler Sun, 28 Jun 2009 12:39:15 +0000 libproc-simple-perl (1.24-1) unstable; urgency=low * Initial Release. (Closes: 522720) -- Ryan Niebur Fri, 10 Apr 2009 10:01:04 -0700 debian/libproc-simple-perl.examples0000644000000000000000000000000512052237025014600 0ustar eg/* debian/rules0000755000000000000000000000040112052237025010237 0ustar #!/usr/bin/make -f PKG=$(shell dh_listpackages) %: dh $@ override_dh_installexamples: dh_installexamples find $(CURDIR)/debian/$(PKG)/usr/share/doc/$(PKG)/examples -type f -print0 | \ xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' debian/source/0000755000000000000000000000000012052237025010464 5ustar debian/source/format0000644000000000000000000000001412052237025011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212052237025010362 0ustar 8