debian/0000755000000000000000000000000012264601445007172 5ustar debian/watch0000644000000000000000000000017612101264745010225 0ustar version=3 https://metacpan.org/release/Log-Dispatchouli/ .*/Log-Dispatchouli-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000233712264601026011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Log-Dispatchouli Upstream-Contact: Ricardo SIGNES Source: https://metacpan.org/release/Log-Dispatchouli/ git://github.com/rjbs/Log-Dispatchouli.git Files: * Copyright: 2014, Ricardo SIGNES License: Artistic or GPL-1+ Files: debian/* Copyright: 2010-2011, gregor herrmann 2010-2011, Jonathan Yu 2011, Jotam Jr. Trejo 2013-2014, Florian Schlichting 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/control0000644000000000000000000000431412264601046010574 0ustar Source: liblog-dispatchouli-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Jotam Jr. Trejo , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, liblog-dispatch-array-perl, liblog-dispatch-perl, libparams-util-perl, libstring-flogger-perl, libsub-exporter-globexporter-perl, libsub-exporter-perl, libtest-deep-perl, libtest-fatal-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), libtry-tiny-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-dispatchouli-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-dispatchouli-perl.git Homepage: https://metacpan.org/release/Log-Dispatchouli/ Package: liblog-dispatchouli-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, liblog-dispatch-array-perl, liblog-dispatch-perl, libparams-util-perl, libstring-flogger-perl, libsub-exporter-globexporter-perl, libsub-exporter-perl, libtry-tiny-perl Description: simple wrapper around Log::Dispatch Log::Dispatchouli is a simple wrapper around Log::Dispatch intended to make it simpler to add logging to a program. It removes the need to think much about categories, facilities, levels, or things like that. It makes logging just configurable enough so you can find the logs you want, and easy enough that you will actually log things. . Log::Dispatchouli can log to syslog (if you specify a facility), standard error or standard output, to a file, or to an array in memory. Logging to memory is primarily intended for testing. . Additionally, Log::Dispatchouli uses String::Flogger to process the things to be logged, meaning you can easily log data structures. For more information, see String::Flogger (libstring-flogger-perl). debian/compat0000644000000000000000000000000211671746102010371 0ustar 8 debian/changelog0000644000000000000000000000513712264601445011052 0ustar liblog-dispatchouli-perl (2.009-1) unstable; urgency=low * Import Upstream version 2.008, 2.009 * Add upstream-repo URL to Source field * Bump copyright years * Declare compliance with Debian Policy 3.9.5 -- Florian Schlichting Sun, 12 Jan 2014 22:03:17 +0100 liblog-dispatchouli-perl (2.006-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ 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 [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 2.006 * Bump year of upstream copyright * Bump Standards-Version to 3.9.4 (no change) * Add myself to uploaders and copyright -- Florian Schlichting Mon, 09 Sep 2013 10:18:49 +0200 liblog-dispatchouli-perl (2.005-1) unstable; urgency=low * New upstream release * debian/control: Bump Standards Version to 3.9.2 (no changes) * Add myself to Uploaders and Copyright -- Jotam Jr. Trejo Sat, 23 Apr 2011 12:06:11 -0600 liblog-dispatchouli-perl (2.004-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Drop 'GNU/Linux' qualifier from copyright descriptions * Add new dependencies per upstream * Bump debhelper compat to 8 [ gregor herrmann ] * Bump Test::More build dependency. -- gregor herrmann Fri, 11 Mar 2011 17:00:21 +0100 liblog-dispatchouli-perl (1.102350-1) unstable; urgency=low * New upstream release. * Convert to source format 3.0 (quilt). * Set Standards-Version to 3.9.1 (no changes). * debian/control: remove references to perl 5.10 (included in stable, oldstable is archived). * debian/copyright: point to /usr/share/common-licenses/GPL-1. -- gregor herrmann Tue, 24 Aug 2010 17:48:57 +0200 liblog-dispatchouli-perl (1.100712-1) unstable; urgency=low * New upstream release -- Jonathan Yu Sat, 13 Mar 2010 15:35:10 -0500 liblog-dispatchouli-perl (1.100691-1) unstable; urgency=low * New upstream release * Add myself to Uploaders and Copyright * Rewrite control description -- Jonathan Yu Fri, 12 Mar 2010 08:09:27 -0500 liblog-dispatchouli-perl (1.100630-1) unstable; urgency=low * Initial release (closes: #572665). -- gregor herrmann Fri, 05 Mar 2010 17:14:04 +0100 debian/source/0000755000000000000000000000000011671746102010473 5ustar debian/source/format0000644000000000000000000000001411671746102011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671746102010252 0ustar #!/usr/bin/make -f %: dh $@