This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository liblog-agent-perl.

commit 312d9297d8e8459a1426fb452e07a892f8f79c74
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Tue Dec 1 00:40:36 2015 -0200

    Remove no longer necessary patch fixing pod errors
---
 debian/changelog                |  1 +
 debian/patches/pod-errors.patch | 96 -----------------------------------------
 debian/patches/series           |  1 -
 3 files changed, 1 insertion(+), 97 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1d8846..896b4a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ liblog-agent-perl (1.001-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.6
   * Update year of upstream copyright
   * Add libmailtools-perl as new dependency, used in Agent/Driver/Mail.pm
+  * Remove no longer necessary patch fixing pod errors
 
  -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Tue, 01 Dec 2015 00:25:10 
-0200
 
diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
deleted file mode 100644
index f0b47ba..0000000
--- a/debian/patches/pod-errors.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-Subject: Fix POD errors
-Date: Thu, 23 Jul 2009 13:42:24 +0200
-From: Ansgar Burchardt <ans...@43-1.org>
-
-This patch fixes the following POD errors:
-
-  Log::Agent::Driver::Default:
-  Around line 194:
-    You forgot a ’=back’ before ’=head1’
-
-  Log::Agent::Driver::Fork:
-  Around line 322:
-    You forgot a ’=back’ before ’=head1’
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88040
---- a/Agent/Driver/Default.pm
-+++ b/Agent/Driver/Default.pm
-@@ -179,6 +179,8 @@
- $prefix. When no prefix is configured, the first letter of each logged
- string will be uppercased.
- 
-+=back
-+
- =head1 CHANNELS
- 
- The C<error>, C<output> and C<debug> channels all go to STDERR.
---- a/Agent/Driver/Fork.pm
-+++ b/Agent/Driver/Fork.pm
-@@ -308,6 +308,8 @@
- distributes them to the drivers in @drivers.  The arguments must be the return
- value of the make() call for the client drivers.
- 
-+=back
-+
- =head1 NOTES
- 
- Many thanks go to Daniel Lundin and Jason May who proposed this module
---- a/Agent.pm
-+++ b/Agent.pm
-@@ -469,7 +469,7 @@
- =head1 DESCRIPTION
- 
- The C<Log::Agent> module provides an abstract layer for logging and
--tracing, which is independant from the actual method used to physically
-+tracing, which is independent from the actual method used to physically
- perform those activities. It acts as an agent (hence the name) that
- collects the requests and delegates processing to a sublayer: the
- logging driver.
-@@ -599,7 +599,7 @@
- 
- =item Log::Agent::inited
- 
--Returns true when C<Log::Agent> was initialized, either explicitely via
-+Returns true when C<Log::Agent> was initialized, either explicitly via
- a logconfig() or implicitely via any logxxx() call.
- 
- =back
-@@ -624,7 +624,7 @@
- 
- For applications that wish to implement a debug layer on top of
- C<Log::Agent>, the following routine is provided.  Note that it is not
--imported by default, i.e. it needs to be explicitely mentionned at C<use>
-+imported by default, i.e. it needs to be explicitly mentionned at C<use>
- time, since it is not meant to be used directly under regular usage.
- 
- =over 4
---- a/Agent/Driver.pm
-+++ b/Agent/Driver.pm
-@@ -559,7 +559,7 @@
- =back
- 
- The following routine is B<frozen>. There is no way in Perl to freeze a 
routine,
--i.e. to explicitely forbid any redefinition, so this is an informal
-+i.e. to explicitly forbid any redefinition, so this is an informal
- notification:
- 
- =over 4
---- a/Agent/Tag/Priority.pm
-+++ b/Agent/Tag/Priority.pm
-@@ -134,7 +134,7 @@
- =item C<-level> => I<level>
- 
- This parameter is internally added by C<Log::Agent> when computing the
--priority tag, since only it knows the level of the current messsage.
-+priority tag, since only it knows the level of the current message.
- 
- =item C<-postfix> => I<flag>
- 
-@@ -144,7 +144,7 @@
- =item C<-priority> => I<prio>
- 
- This parameter is internally added by C<Log::Agent> when computing the
--priority tag, since only it knows the priority of the current messsage.
-+priority tag, since only it knows the priority of the current message.
- 
- =item C<-separator> => I<string>
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index fac1829..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pod-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/liblog-agent-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to