debian/0000755000000000000000000000000012214007252007161 5ustar debian/watch0000644000000000000000000000017212101263367010220 0ustar version=3 https://metacpan.org/release/Daemon-Control/ .*/Daemon-Control-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000304712211733600011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Daemon-Control Upstream-Contact: Kaitlyn Parkhurst (SymKat) Source: https://metacpan.org/release/Daemon-Control/ Files: * Copyright: 2012, Kaitlyn Parkhurst (SymKat) 2012, Matt S. Trout (mst) 2012, Mike Doherty (doherty) 2012, Karen Etheridge (ether) 2012, Ævar Arnfjörð Bjarmason (avar) 2012, Media Temple License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, intrigeri 2013, Xavier Guimard 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/control0000644000000000000000000000241712214007252010570 0ustar Source: libdaemon-control-perl Maintainer: Debian Perl Group Uploaders: intrigeri , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, perl (>= 5.11.1) | libfile-path-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdaemon-control-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdaemon-control-perl.git Homepage: https://metacpan.org/release/Daemon-Control/ Package: libdaemon-control-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.11.1) | libfile-path-perl Description: module for creating init scripts in Perl Daemon::Control provides a library for creating init scripts in Perl. Your Perl script just needs to set the accessors for what and how you want something to run and the library takes care of the rest. . You can launch programs through the shell (/usr/sbin/my_program) or launch Perl code itself into a daemon mode. Single and double fork methods are supported and in double-fork mode all the things you would expect like reopening STDOUT/STDERR, switching UID/GID are supported. debian/compat0000644000000000000000000000000212140551714010364 0ustar 8 debian/changelog0000644000000000000000000000265512214007252011043 0ustar libdaemon-control-perl (0.001004-1) unstable; urgency=low * Imported Upstream version 0.001004 * Remove version of libfile-path-perl dependency since it is included in squeeze -- Xavier Guimard Wed, 11 Sep 2013 06:25:48 +0200 libdaemon-control-perl (0.001003-1) unstable; urgency=low [ Xavier Guimard ] * Imported Upstream version 0.001003 [ gregor herrmann ] * Add new upstream copyright holder. * Make short description a noun phrase. -- Xavier Guimard Tue, 23 Jul 2013 04:25:05 +0200 libdaemon-control-perl (0.001001-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.001001 * Remove spelling patch now included in upstream * Correct debian/copyright format and add Karen Etheridge and Media Temple in upstream copyright * Add Module::Install copyright * Add myself to uploaders [ gregor herrmann] * debian/control: make sure we have a new enough File::Path. -- Xavier Guimard Thu, 02 May 2013 22:02:52 +0200 libdaemon-control-perl (0.000009-1) unstable; urgency=low * Initial Release. -- intrigeri Wed, 06 Jun 2012 23:12:13 +0200 debian/source/0000755000000000000000000000000011764227550010477 5ustar debian/source/format0000644000000000000000000000001411764227550011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611764227550010256 0ustar #!/usr/bin/make -f %: dh $@