[libbot-basicbot-pluggable-perl] 05/07: Refresh patches (source changes, fuzz)

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Jul 29 12:58:52 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libbot-basicbot-pluggable-perl.

commit cadacebed140515d20284f6fc45f73f7e0196acb
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Jul 29 11:41:14 2016 +0100

    Refresh patches (source changes, fuzz)
---
 .../patches/fix_manpage_errors_from_pod2man.patch  | 25 ++--------------------
 debian/patches/fix_pod_misspells.patch             | 16 +++++++-------
 2 files changed, 10 insertions(+), 31 deletions(-)

diff --git a/debian/patches/fix_manpage_errors_from_pod2man.patch b/debian/patches/fix_manpage_errors_from_pod2man.patch
index d1b5a06..717c564 100644
--- a/debian/patches/fix_manpage_errors_from_pod2man.patch
+++ b/debian/patches/fix_manpage_errors_from_pod2man.patch
@@ -1,33 +1,12 @@
 Description: POD syntax errors
  The next files contained syntax errors on the POD documentation
- * lib/Bot/BasicBot/Pluggable/Module/Karma.pm
  * lib/App/Bot/BasicBot/Pluggable/Terminal.pm
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89806
 Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
-Last-Update:  2013-10-27
---- a/lib/Bot/BasicBot/Pluggable/Module/Karma.pm
-+++ b/lib/Bot/BasicBot/Pluggable/Module/Karma.pm
-@@ -288,8 +288,6 @@
- Defaults to 1; whether to randomize the order of reasons. If set
- to 0, the reasons are sorted in reversed chronological order.
- 
--=back
--
- =item karma_change_response
- 
- Defaults to 1; whether to show a response when the karma of a
-@@ -297,6 +295,8 @@
- If set to 0, the bot will silently update the karma, without
- a response.
- 
-+=back
-+
- =head1 AUTHOR
- 
- Mario Domgoergen <mdom at cpan.org>
+Last-Update:  2016-07-29
 --- a/lib/App/Bot/BasicBot/Pluggable/Terminal.pm
 +++ b/lib/App/Bot/BasicBot/Pluggable/Terminal.pm
-@@ -15,7 +15,7 @@
+@@ -12,7 +12,7 @@
  
  =head1 NAME 
  
diff --git a/debian/patches/fix_pod_misspells.patch b/debian/patches/fix_pod_misspells.patch
index b32b4ce..d83a73d 100644
--- a/debian/patches/fix_pod_misspells.patch
+++ b/debian/patches/fix_pod_misspells.patch
@@ -6,7 +6,7 @@ Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Last-Update:  2013-10-27
 --- a/lib/Bot/BasicBot/Pluggable.pm
 +++ b/lib/Bot/BasicBot/Pluggable.pm
-@@ -460,7 +460,7 @@
+@@ -458,7 +458,7 @@
  
  Bot::BasicBot::Pluggable started as Yet Another Infobot replacement, but now
  is a generalised framework for writing infobot-type bots that lets you keep
@@ -15,7 +15,7 @@ Last-Update:  2013-10-27
  tracking, 'seen' status, karma, googling, etc. Included default modules are
  below. Use C<perldoc Bot::BasicBot::Pluggable::Module::<module name>> for help
  on their individual terminology.
-@@ -503,7 +503,7 @@
+@@ -501,7 +501,7 @@
  
  Reload the module C<$module> - equivalent to unloading it (if it's already
  loaded) and reloading it. Will stomp the old module's namespace - warnings
@@ -24,7 +24,7 @@ Last-Update:  2013-10-27
  the bot if possible. Works for minor bug fixes, etc.
  
  =item unload($module)
-@@ -552,7 +552,7 @@
+@@ -550,7 +550,7 @@
  
  Returns the bot configuration file for logging. Please refer to
  L<Log::Log4perl::Config> for the configurations files format. Setting
@@ -35,8 +35,8 @@ Last-Update:  2013-10-27
  
 --- a/lib/Bot/BasicBot/Pluggable/Module.pm
 +++ b/lib/Bot/BasicBot/Pluggable/Module.pm
-@@ -318,7 +318,7 @@
-     return;
+@@ -321,7 +321,7 @@
+     return "OK!"; # "eat" the message and send a reply back to the user
    }
  
 -The preferred way, however, is to override one of the seperate C<seen()>, C<admin()>,
@@ -44,7 +44,7 @@ Last-Update:  2013-10-27
  C<told()> and C<fallback()> methods, corresponding to priorities 0, 1, 2 and 3
  in order - this will lead to nicer code. This approach is new, though, which
  is why it's not yet used in most of the shipped modules yet. It will eventually
-@@ -362,7 +362,7 @@
+@@ -365,7 +365,7 @@
  
  =item authed($who)
  
@@ -55,7 +55,7 @@ Last-Update:  2013-10-27
      $self->bot->module('Auth')
 --- a/lib/Bot/BasicBot/Pluggable/Module/Auth.pm
 +++ b/lib/Bot/BasicBot/Pluggable/Module/Auth.pm
-@@ -221,10 +221,10 @@
+@@ -219,10 +219,10 @@
  
  If this variable is true, the implicit authentication handling is
  disabled. Every module will have to check for authentication via the
@@ -70,7 +70,7 @@ Last-Update:  2013-10-27
  
 --- a/lib/Test/Bot/BasicBot/Pluggable.pm
 +++ b/lib/Test/Bot/BasicBot/Pluggable.pm
-@@ -126,7 +126,7 @@
+@@ -124,7 +124,7 @@
  
  =head2 DESTROY
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbot-basicbot-pluggable-perl.git



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