debian/0000755000000000000000000000000011433332465007172 5ustar debian/control0000644000000000000000000000214611433332274010576 0ustar Source: liblog-any-adapter-dispatch-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: liblog-any-adapter-perl, liblog-dispatch-perl (>= 2.26), perl (>= 5.10.1) | libfile-temp-perl (>= 0.20), perl (>= 5.10.1) | libtest-simple-perl (>= 0.92) Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Log-Any-Adapter-Dispatch/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-any-adapter-dispatch-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblog-any-adapter-dispatch-perl/ Package: liblog-any-adapter-dispatch-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblog-any-adapter-perl, liblog-dispatch-perl (>= 2.26) Description: adapter to use Log::Dispatch with Log::Any Log::Any::Adapter::Dispatch is a Log::Any adapter suitable for sending logging messages through Log::Dispatch. . You can pass any of Log::Dispatch parameters to the adapter constructor, or pass a Log::Dispatch object directly. debian/copyright0000644000000000000000000000242511433331515011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Jonathan Swartz Source: http://search.cpan.org/dist/Log-Any-Adapter-Dispatch/ Name: Log-Any-Adapter-Dispatch Files: * Copyright: 2007, Jonathan Swartz License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy  2002-2010, Audrey Tang  2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ernesto Hernández-Novich (USB) 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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000021511433331015010207 0ustar version=3 http://search.cpan.org/dist/Log-Any-Adapter-Dispatch/ .*/Log-Any-Adapter-Dispatch-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011433332407010615 5ustar debian/patches/fix_pod.patch0000644000000000000000000000072611433331015013265 0ustar Description: Fix Log::Any::Adapter::Dispatch's POD to have a proper NAME section with a short description after the class name, so pod2man generates proper man pages. Forwarded: yes Author: Ernesto Hernández-Novich --- a/lib/Log/Any/Adapter/Dispatch.pm +++ b/lib/Log/Any/Adapter/Dispatch.pm @@ -42,7 +42,7 @@ =head1 NAME -Log::Any::Adapter::Dispatch +Log::Any::Adapter::Dispatch - Log::Any adapter to log through Log::Dispatch =head1 SYNOPSIS debian/patches/series0000644000000000000000000000001611433331015012021 0ustar fix_pod.patch debian/compat0000644000000000000000000000000211433331015010356 0ustar 7 debian/changelog0000644000000000000000000000027411433331015011035 0ustar liblog-any-adapter-dispatch-perl (0.06-1) unstable; urgency=low * Initial Release (Closes: #593632). -- Ernesto Hernández-Novich (USB) Thu, 19 Aug 2010 14:15:48 -0430 debian/source/0000755000000000000000000000000011433332407010466 5ustar debian/source/format0000644000000000000000000000001411433331014011665 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611433331015010237 0ustar #!/usr/bin/make -f %: dh $@