debian/0000755000000000000000000000000012255670516007177 5ustar debian/rules0000755000000000000000000000003612255670516010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000240012255670516010576 0ustar Source: libmoosex-daemonize-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libmoosex-getopt-perl, libmoosex-types-path-class-perl, libmoose-perl, libsub-exporter-perl, libtest-fatal-perl, perl (>= 5.11.1) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-daemonize-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-daemonize-perl.git Homepage: https://metacpan.org/release/MooseX-Daemonize/ Package: libmoosex-daemonize-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-getopt-perl, libmoosex-types-path-class-perl, libmoose-perl, libsub-exporter-perl, perl (>= 5.11.1) Description: role for daemonizing your Moose based application MooseX::Daemonize provides a set of basic roles as an infrastructure to write a persistent daemon that has a pid file, and responds appropriately to Signals. debian/source/0000755000000000000000000000000012255670516010477 5ustar debian/source/format0000644000000000000000000000001312255670516011704 0ustar 3.0 (quilt)debian/changelog0000644000000000000000000000537112255670516011057 0ustar libmoosex-daemonize-perl (0.18-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Drop fix-pod.patch, fixed upstream. * Refresh and forward spelling.patch. * Update (build) dependencies. * Update debian/copyright. Bump years, drop/add info about third-party files. * Bump debhelper compatibility level to 8. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Mon, 23 Dec 2013 00:09:02 +0100 libmoosex-daemonize-perl (0.15-1) unstable; urgency=low * Team upload [ 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. [ intrigeri ] * Imported Upstream version 0.15 * Update debian/copyright with cme. * Drop obsolete versioned dependency on libmoose (>= 0.33): even Lenny as it. * Bump Standards-Version to 3.9.3 (no change required). -- intrigeri Sun, 03 Jun 2012 11:30:24 +0200 libmoosex-daemonize-perl (0.13-1) unstable; urgency=low * New upstream release. * debian/copyright: Update for new release; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Bump Standards-Version to 3.9.2 (no changes). -- Ansgar Burchardt Sat, 09 Jul 2011 11:32:38 +0200 libmoosex-daemonize-perl (0.12-1) unstable; urgency=low * New upstream release. * Don't install README anymore. * debian/copyright: refresh formatting, update info. * Set Standards-Version to 3.9.0 (no changes). * Add /me to Uploaders. * debian/control: remove build dependencies and versions from (build) deps that are not needed anymore. * Add 2 patches (spelling mistakes, POD mistakes). * Rewrite long description. -- gregor herrmann Sun, 11 Jul 2010 22:06:39 +0200 libmoosex-daemonize-perl (0.10-1) unstable; urgency=low * New upstream release * Move to debian-perl repository * debian/control: update Standards-Version to 3.8.4 + added libtest-exception-perl to dependencies, fix for FTBS (closes: #569399) thx to Lucas Nussbaum * debian/source/format: added with value "3.0 (quilt)" -- Krzysztof Krzyżaniak (eloy) Fri, 23 Apr 2010 11:15:22 +0200 libmoosex-daemonize-perl (0.09-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Sat, 17 Oct 2009 16:34:43 +0200 libmoosex-daemonize-perl (0.08-1) unstable; urgency=low * Initial Release. -- Krzysztof Krzyzaniak (eloy) Fri, 28 Aug 2009 18:39:09 +0200 debian/compat0000644000000000000000000000000212255670516010375 0ustar 8 debian/patches/0000755000000000000000000000000012255670516010626 5ustar debian/patches/spelling.patch0000644000000000000000000000314212255670516013464 0ustar Description: spelling mistakes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=91584 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=91584 Author: gregor herrmann Last-Update: 2012-12-23 --- a/lib/MooseX/Daemonize.pm +++ b/lib/MooseX/Daemonize.pm @@ -357,7 +357,7 @@ =head1 DESCRIPTION -Often you want to write a persistant daemon that has a pid file, and responds +Often you want to write a persistent daemon that has a pid file, and responds appropriately to Signals. This module provides a set of basic roles as an infrastructure to do that. --- a/lib/MooseX/Daemonize/Core.pm +++ b/lib/MooseX/Daemonize/Core.pm @@ -227,7 +227,7 @@ 0 to the child process. It will also set the is_daemon flag appropriately. -The C<%options> argument remains for backwards compatability, but +The C<%options> argument remains for backwards compatibility, but it is suggested that you use the attributes listed above instead. =item B @@ -235,7 +235,7 @@ This detaches the new child process from the terminal by doing the following things. -The C<%options> argument remains for backwards compatability, but +The C<%options> argument remains for backwards compatibility, but it is suggested that you use the attributes listed above instead. =over 4 @@ -277,7 +277,7 @@ This will simply call C followed by C. -The C<%options> argument remains for backwards compatability, but +The C<%options> argument remains for backwards compatibility, but it is suggested that you use the attributes listed above instead. =item meta() debian/patches/series0000644000000000000000000000001712255670516012041 0ustar spelling.patch debian/copyright0000644000000000000000000000302112255670516011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooseX-Daemonize Upstream-Contact: Chris Prather Source: https://metacpan.org/release/MooseX-Daemonize/ Files: * Copyright: 2013, Chris Prather License: Artistic or GPL-1+ Files: inc/Devel/* Copyright: 2007-2012, David Cantrell License: Artistic or GPL-2 Files: debian/* Copyright: 2009-2010, Krzysztof Krzyżaniak (eloy) 2010-2013, gregor herrmann 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'. License: GPL-2 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, version 2. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000017612255670516010234 0ustar version=3 https://metacpan.org/release/MooseX-Daemonize/ .*/MooseX-Daemonize-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$