debian/0000755000000000000000000000000012133056504007165 5ustar debian/watch0000644000000000000000000000015412101264731010214 0ustar version=3 https://metacpan.org/release/Log-Any/ .*/Log-Any-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000211212132573267011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Log-Any Source: https://metacpan.org/release/Log-Any/ Upstream-Contact: Jonathan Swartz Files: * Copyright: 2009-2011, Jonathan Swartz License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ivan Kohler 2012-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/control0000644000000000000000000000237112133056504010573 0ustar Source: liblog-any-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-any-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-any-perl.git Homepage: https://metacpan.org/release/Log-Any/ Package: liblog-any-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to log messages safely and efficiently Log::Any allows CPAN modules to safely and efficiently log messages, while letting the application choose (or decline to choose) a logging mechanism such as Log::Dispatch or Log::Log4perl. . Log::Any has a very tiny footprint and no dependencies beyond Perl 5.6, which makes it appropriate for even small CPAN modules to use. It defaults to 'null' logging activity, so a module can safely log without worrying about whether the application has chosen (or will ever choose) a logging mechanism. . The application, in turn, may choose one or more logging mechanisms via Log::Any::Adapter. debian/compat0000644000000000000000000000000212076074617010376 0ustar 8 debian/changelog0000644000000000000000000000212212132573267011045 0ustar liblog-any-perl (0.15-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 [ Xavier Guimard ] * Imported Upstream version 0.15 * Remove POD patch, now included in upstream * Update debian/copyright years -- Xavier Guimard Sun, 14 Apr 2013 06:06:40 +0200 liblog-any-perl (0.14-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Imported Upstream version 0.14 * Update source format to 3.0 (quilt) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Remove README from docs * Update debian/control description * Update debian/copyright (years and format) * Add patch to add whatis entries in POD -- Xavier Guimard Mon, 24 Dec 2012 10:15:40 +0100 liblog-any-perl (0.11-1) unstable; urgency=low * Initial Release (closes: Bug#575035). -- Ivan Kohler Mon, 22 Mar 2010 15:25:35 -0700 debian/source/0000755000000000000000000000000012076074617010500 5ustar debian/source/format0000644000000000000000000000001412076074617011706 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612076074617010257 0ustar #!/usr/bin/make -f %: dh $@