r51962 - in /trunk/liblog-handler-perl/debian: README.source changelog control patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 31 23:41:45 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 31 23:41:37 2010
New Revision: 51962

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51962
Log:
Add a patch to fix POD spelling errors

Added:
    trunk/liblog-handler-perl/debian/README.source
    trunk/liblog-handler-perl/debian/patches/
    trunk/liblog-handler-perl/debian/patches/fix-pod-spelling.patch
    trunk/liblog-handler-perl/debian/patches/series
Modified:
    trunk/liblog-handler-perl/debian/changelog
    trunk/liblog-handler-perl/debian/control
    trunk/liblog-handler-perl/debian/rules

Added: trunk/liblog-handler-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/README.source?rev=51962&op=file
==============================================================================
--- trunk/liblog-handler-perl/debian/README.source (added)
+++ trunk/liblog-handler-perl/debian/README.source Sun Jan 31 23:41:37 2010
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/liblog-handler-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/changelog?rev=51962&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/changelog (original)
+++ trunk/liblog-handler-perl/debian/changelog Sun Jan 31 23:41:37 2010
@@ -3,6 +3,7 @@
   * New upstream release
   * Rewrite control description
   * Update years of copyright
+  * Add a patch to fix POD spelling errors
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 31 Jan 2010 18:41:34 -0500
 

Modified: trunk/liblog-handler-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/control?rev=51962&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/control (original)
+++ trunk/liblog-handler-perl/debian/control Sun Jan 31 23:41:37 2010
@@ -1,7 +1,7 @@
 Source: liblog-handler-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libemail-date-perl, libtest-pod-coverage-perl,
  libtest-pod-perl, libdbi-perl, libparams-validate-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/liblog-handler-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/patches/fix-pod-spelling.patch?rev=51962&op=file
==============================================================================
--- trunk/liblog-handler-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/liblog-handler-perl/debian/patches/fix-pod-spelling.patch Sun Jan 31 23:41:37 2010
@@ -1,0 +1,113 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Log/Handler.pm
++++ b/lib/Log/Handler.pm
+@@ -523,7 +523,7 @@
+ This option is set to 1 by default.
+ 
+ Take a look to the decription of the method C<reload> for more
+-informations to this option.
++information about this option.
+ 
+ =item B<filter_message>
+ 
+@@ -632,7 +632,7 @@
+ 
+ =item B<debug_trace>
+ 
+-You can activate a debugger that writes C<caller()> informations for each
++You can activate a debugger that writes C<caller()> information about each
+ active log level. The debugger is logging all defined values except C<hints>
+ and C<bitmask>. Set C<debug_trace> to 1 to activate the debugger.
+ The debugger is set to 0 by default.
+@@ -711,7 +711,7 @@
+ 
+ =item B<debug_skip>
+ 
+-This option let skip the C<caller()> informations the count of C<debug_skip>.
++This option let skip the C<caller()> information the count of C<debug_skip>.
+ 
+ =back
+ 
+@@ -724,7 +724,7 @@
+ 
+     $log->output($alias)->log(message => "booo");
+ 
+-For more informations take a look to the option C<alias>.
++For more information take a look to the option C<alias>.
+ 
+ =head2 flush()
+ 
+@@ -806,7 +806,7 @@
+ outputs. All other keys (C<error_log>, C<common_log>) are used as aliases.
+ 
+ Take a look into the documentation of L<Log::Handler::Config> for more
+-informations.
++information.
+ 
+ =head2 reload()
+ 
+@@ -937,7 +937,7 @@
+ 
+ With this method it's possible to change the log level at runtime.
+ 
+-To change the log level it's neccessary to use a alias - see option C<alias>.
++To change the log level it's necessary to use a alias - see option C<alias>.
+ 
+     $log->set_level(
+         $alias => { # option alias
+--- a/lib/Log/Handler/Output/DBI.pm
++++ b/lib/Log/Handler/Output/DBI.pm
+@@ -188,7 +188,7 @@
+ 
+ =item B<debug>
+ 
+-With this option it's possible to enable debugging. The informations can be
++With this option it's possible to enable debugging. The information can be
+ intercepted with C<$SIG{__WARN__}>.
+ 
+ =back
+--- a/lib/Log/Handler/Output/Email.pm
++++ b/lib/Log/Handler/Output/Email.pm
+@@ -88,7 +88,7 @@
+ 
+ =item B<debug>
+ 
+-With this option it's possible to enable debugging. The informations can be
++With this option it's possible to enable debugging. The information can be
+ intercepted with $SIG{__WARN__}.
+ 
+ =back
+--- a/lib/Log/Handler/Output/File.pm
++++ b/lib/Log/Handler/Output/File.pm
+@@ -112,7 +112,7 @@
+ C<trunc> would truncate the complete log file if it exists. Please take care
+ to use this option.
+ 
+-Take a look to the documentation of C<sysopen()> to get more informations.
++Take a look to the documentation of C<sysopen()> to get more information.
+ 
+ =item B<autoflush>
+ 
+@@ -130,7 +130,7 @@
+ got read and write permissions and users in the same group got only read
+ permissions. All other users got no access.
+ 
+-Take a look to the documentation of C<sysopen()> to get more informations.
++Take a look to the documentation of C<sysopen()> to get more information.
+ 
+ =item B<utf8>
+ 
+--- a/lib/Log/Handler/Plugin/Config/Properties.pm
++++ b/lib/Log/Handler/Plugin/Config/Properties.pm
+@@ -14,7 +14,7 @@
+ 
+ Expect the config file name and returns the config as a reference.
+ 
+-The configuration will be splitted by dot.
++The configuration uses full stops "." as a delimiter.
+ 
+ =head1 CONFIG STYLE
+ 

Added: trunk/liblog-handler-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/patches/series?rev=51962&op=file
==============================================================================
--- trunk/liblog-handler-perl/debian/patches/series (added)
+++ trunk/liblog-handler-perl/debian/patches/series Sun Jan 31 23:41:37 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/liblog-handler-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/rules?rev=51962&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/rules (original)
+++ trunk/liblog-handler-perl/debian/rules Sun Jan 31 23:41:37 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_test:
 	LOG_HANDLER_SOCK_TEST=1 dh_auto_test




More information about the Pkg-perl-cvs-commits mailing list