debian/0000755000000000000000000000000012230716245007170 5ustar debian/source/0000755000000000000000000000000012230713732010466 5ustar debian/source/format0000644000000000000000000000001412230713732011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000632112230716245011044 0ustar libipc-system-simple-perl (1.25-2) unstable; urgency=low * Team upload * put back libbsd-resource-perl in build-dependencies It was dropped upstream because it is optional in tests, but since we have it, we might as well use it and get more test coverage -- Damyan Ivanov Sun, 20 Oct 2013 12:04:30 +0300 libipc-system-simple-perl (1.25-1) unstable; urgency=low * Team upload * Imported Upstream version 1.25 + Omits extra Debian_CPANTS.txt from distribution + no source changes -- Damyan Ivanov Sun, 20 Oct 2013 11:51:06 +0300 libipc-system-simple-perl (1.24-1) unstable; urgency=low * Team upload [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Update link for license GPL-1 on d/copyright. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Damyan Ivanov ] * Imported Upstream version 1.24 * drop mention of inc/Module/Install* from debian/copyright. thankfully dropped upstream * add 2013 to the upstream copyright years * remove libbsd-resource-perl from build-depends, following upstream * claim conformance with Policy 3.9.4 -- Damyan Ivanov Sat, 19 Oct 2013 21:36:58 +0300 libipc-system-simple-perl (1.21-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * debian/control: improve long description, thanks to Rhonda for the bug report (closes: #516918). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ 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). [ gregor herrmann ] * New upstream release. * Minimize debian/rules. * Set Standards-Version to 3.8.4 (no changes). * Convert to source format 3.0 (quilt). * Update debian/copyright. -- gregor herrmann Wed, 24 Mar 2010 18:19:23 +0100 libipc-system-simple-perl (1.18-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 13 Feb 2009 14:38:46 +0100 libipc-system-simple-perl (1.17-1) unstable; urgency=low * New upstream release, contains a workaround for an oddity in Perl 5.10 that can be seen in a test (cf. #509041). * Add libbsd-resource-perl to Build-Depends-Indep to enable this test. * Add libtest-nowarnings-perl to Build-Depends-Indep to enable a new test. * Add /me to Uploaders. -- gregor herrmann Fri, 19 Dec 2008 21:13:30 +0100 libipc-system-simple-perl (0.16-1) unstable; urgency=low * Initial Release. (Closes: #508507) -- Jeremiah C. Foster Fri, 12 Dec 2008 17:00:27 +0100 debian/libipc-system-simple-perl.examples0000644000000000000000000000001312230713732015733 0ustar examples/* debian/rules0000755000000000000000000000012212230713732010241 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: TEST_AUTHOR=1 dh_auto_test debian/control0000644000000000000000000000230412230715676010601 0ustar Source: libipc-system-simple-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libbsd-resource-perl, libtest-pod-coverage-perl, libtest-perl-critic-perl, libtest-nowarnings-perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , gregor herrmann , Fabrizio Regalli Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/IPC-System-Simple/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libipc-system-simple-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libipc-system-simple-perl.git Package: libipc-system-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module to run commands simply, with detailed diagnostics IPC::System::Simple takes the hard work out of calling external commands; it provides replacements for system() and the backtick operator that will either succeed, or die with rich diagnostic messages on errors. . The module also includes the ability to specify acceptable exit values, trap errors, or process diagnostics. debian/compat0000644000000000000000000000000212230713732010364 0ustar 8 debian/watch0000644000000000000000000000036712230713732010225 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/IPC-System-Simple/ .*/IPC-System-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000222512230713732011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IPC-System-Simple Upstream-Contact: Paul Fenwick Source: https://metacpan.org/release/IPC-System-Simple/ Files: * Copyright: 2006-2008,2013 Paul Fenwick License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Jeremiah C. Foster 2008-2010, gregor herrmann 2011, Fabrizio Regalli 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 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-1'