debian/0000755000000000000000000000000012243156153007170 5ustar debian/compat0000644000000000000000000000000212243156153010366 0ustar 8 debian/copyright0000644000000000000000000000222712243156153011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: App-Daemon Upstream-Contact: Mike Schilli Source: https://metacpan.org/release/App-Daemon/ Files: * Copyright: 2008-2012, Mike Schilli License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2013, Salvatore Bonaccorso 2009, Brian Cassidy 2009, Xavier Oswald 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/rules0000755000000000000000000000044012243156153010246 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \ xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' debian/libapp-daemon-perl.examples0000644000000000000000000000000512243156153014373 0ustar eg/* debian/watch0000644000000000000000000000016212243156153010220 0ustar version=3 https://metacpan.org/release/App-Daemon/ .*/App-Daemon-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000261612243156153010600 0ustar Source: libapp-daemon-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libfile-pid-perl, liblog-log4perl-perl, libsysadm-install-perl (>= 0.37), perl Maintainer: Debian Perl Group Uploaders: Xavier Oswald , Brian Cassidy , Salvatore Bonaccorso Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/App-Daemon/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-daemon-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-daemon-perl.git Package: libapp-daemon-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-pid-perl, liblog-log4perl-perl Suggests: libproc-processtable-perl Description: Perl module to start an Application as a Daemon App::Daemon helps running an application as a daemon. The idea to prepend scripts with functions provided by this module to 'daemonize' it. . Along with the common features offered by similar modules on CPAN, it * supports logging with Log4perl: In background mode, it logs to a logfile. In foreground mode, log messages go directly to the screen. * detects if another instance is already running and ends itself automatically in this case. * shows with the 'status' command if an instance is already running and which PID it has. debian/source/0000755000000000000000000000000012243156153010470 5ustar debian/source/format0000644000000000000000000000001412243156153011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001252212243156153011044 0ustar libapp-daemon-perl (0.20-1) unstable; urgency=low * Imported Upstream version 0.20 * Bump Standards-Version to 3.9.5 -- Salvatore Bonaccorso Wed, 20 Nov 2013 16:54:29 +0100 libapp-daemon-perl (0.19-1) unstable; urgency=low * Imported Upstream version 0.19 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso Thu, 01 Aug 2013 17:06:58 +0200 libapp-daemon-perl (0.18-1) unstable; urgency=low * Imported Upstream version 0.18 * Remove Build-Depends-Indep on libproc-processtable-perl * Move libproc-processtable-perl to Suggests -- Salvatore Bonaccorso Thu, 01 Nov 2012 17:11:15 +0100 libapp-daemon-perl (0.16-1) unstable; urgency=low * Imported Upstream version 0.16 * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Mon, 22 Oct 2012 08:09:11 +0200 libapp-daemon-perl (0.15-1) unstable; urgency=low * Imported Upstream version 0.15 * Update debian/copyright information. Update Format url to point to the copyright-format 1.0 as released with Debian policy 3.9.3. Update copyright years for upstream files and debian/* packaging files. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Fri, 24 Feb 2012 10:00:17 +0100 libapp-daemon-perl (0.14-1) unstable; urgency=low [ 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. * Imported Upstream version 0.14 * Refresh debian/copyright file. Update format to revision 174 of DEP5 for machine-readable copyright file information. Adjust upstream and debian/* packaging stanza copyright years. -- Salvatore Bonaccorso Mon, 26 Dec 2011 09:09:14 +0100 libapp-daemon-perl (0.13-1) unstable; urgency=low * New upstream release * debian/copyright: Update copyright for upstream files. -- Salvatore Bonaccorso Wed, 20 Jul 2011 10:15:54 +0200 libapp-daemon-perl (0.12-1) unstable; urgency=low * New upstream release * debian/copyright: Update copyright years for upstream files and debian/* packaging. * Email change: Salvatore Bonaccorso -> carnil@debian.org * debian/control: - Add libsysadm-install-perl (>= 0.37) to Build-Depends-Indep. - Bump versioned Build-Depends on debhelper to (>= 8). * Bump Standards-Version to 3.9.2 (no changes needed). * Install small examples from eg/*. * Bump Debhelper compat level to 8. * debian/rules: Add override target to dh_installexamples to fix wrong path to perl interpreter in examples scripts. -- Salvatore Bonaccorso Tue, 19 Jul 2011 08:28:54 +0200 libapp-daemon-perl (0.11-1) unstable; urgency=low * New upstream release * Refresh debian/copyright: Explicitly refer to GPL-1 license text in common-licenses. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Sun, 29 Aug 2010 16:30:57 +0200 libapp-daemon-perl (0.09-1) unstable; urgency=low [ Salvatore Bonaccorso ] * New upstream release * Drop fix_pod_errors.patch patch as it is applied upstream. Drop use of quilt and adjust Build-Depends on debhelper (>= 7). Remove quilt usage in debian/rules and remove README.source. * debian/control: Re-order dependencies. * Refresh debian/copyright and update copyright years. * Explicitly convert to '3.0 (quilt)' package source format. * Bump Standards-Version to 3.8.4 (no changes). [ gregor herrmann ] * debian/copyright: add year of upstream copyright. * debian/control: remove version from liblog-log4perl-perl (build) dependency, already fulfilled in oldstable. -- Salvatore Bonaccorso Sun, 11 Apr 2010 18:25:43 +0200 libapp-daemon-perl (0.08-1) unstable; urgency=low * New upstream release + The priority for setting options is now command line > app-internal > App:Daemon internal. + Point STDIN, STDOUT and STDERR to /dev/null instead of closing them. * debian/control: + Add myself to Uploaders. + Slightly improve short description making it reading as 'is a'. * debian/copyright: Refresh format to the current DEP5 machine readable format specification (revision 59). * Do not install README since it is only a textified version of POD for App::Daemon. * Add fix_pod_errors.patch patch to fix some lintian warnings regarding errors in POD. Update Build-Depends for debhelper (>= 7.0.8) and add quilt patch system. Update debian/rules accordingly. * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. -- Salvatore Bonaccorso Fri, 06 Nov 2009 21:49:47 +0100 libapp-daemon-perl (0.07-1) unstable; urgency=low * New upstream release * debian/control: add myself to Uploaders * debian/copyright: add myself to copyright statement for debian/* -- Brian Cassidy Thu, 08 Oct 2009 22:43:32 -0300 libapp-daemon-perl (0.06-1) unstable; urgency=low * Initial Release (Closes: #550091) -- Xavier Oswald Wed, 7 Oct 2009 16:49:23 +0200