debian/0000755000000000000000000000000011717005474007174 5ustar debian/control0000644000000000000000000000211511717005474010576 0ustar Source: liblog-dispatch-config-perl Maintainer: Debian Perl Group Uploaders: Carlos Vicente Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libappconfig-perl, libio-stringy-perl, liblog-dispatch-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/liblog-dispatch-config-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/liblog-dispatch-config-perl.git Homepage: http://search.cpan.org/dist/Log-Dispatch-Config/ Package: liblog-dispatch-config-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libappconfig-perl, libio-stringy-perl, liblog-dispatch-perl, Description: Log4j for Perl Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to configure Log::Dispatch object with configulation file (default, in AppConfig format). In other words, this is log4j for Perl, not with all API compatibility though. debian/copyright0000644000000000000000000000255311717005474011134 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Log-Dispatch-Config Upstream-Contact: Tatsuhiko Miyagawa Source: http://search.cpan.org/dist/Log-Dispatch-Config/ Files: * Copyright: 2001-2011, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~miyagawa/ with the statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted, Copyright (c) Tatsuhiko Miyagawa. Source: http://bulknews.net/debian.txt (author's web site) The exact years come from the Changes file. Files: debian/* Copyright: 2012, Carlos Vicente 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/watch0000644000000000000000000000020311717005474010220 0ustar version=3 http://search.cpan.org/dist/Log-Dispatch-Config/ .*/Log-Dispatch-Config-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011717005474010623 5ustar debian/patches/series0000644000000000000000000000001511717005474012034 0ustar pod_sp.patch debian/patches/pod_sp.patch0000644000000000000000000000067411717005474013137 0ustar Description: Spelling error fix splitted -> split Author: Carlos Vicente Last-Update: 2012-02-15 --- a/lib/Log/Dispatch/Config.pm +++ b/lib/Log/Dispatch/Config.pm @@ -244,7 +244,7 @@ dispatchers = file screen -C defines logger names, which will be splitted by spaces. +C defines logger names, which will be split by spaces. If this parameter is unset, no logging is done. =item format debian/compat0000644000000000000000000000000211717005474010372 0ustar 8 debian/changelog0000644000000000000000000000025311717005474011046 0ustar liblog-dispatch-config-perl (1.04-1) unstable; urgency=low * Initial Release (Closes: #659780) -- Carlos Vicente Mon, 13 Feb 2012 10:11:47 -0800 debian/source/0000755000000000000000000000000011717005474010474 5ustar debian/source/format0000644000000000000000000000001411717005474011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611717005474010253 0ustar #!/usr/bin/make -f %: dh $@