[libwww-search-perl] 11/12: New patches to fix POD errors: pod_altavista.patch, pod_pagesjaunes.patch

Florian Schlichting fsfs at alioth.debian.org
Sun Oct 13 21:31:27 UTC 2013


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

fsfs pushed a commit to branch master
in repository libwww-search-perl.

commit bbab9e51c2cce04188e8e5664ada7361ace12eff
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Oct 13 23:18:26 2013 +0200

    New patches to fix POD errors: pod_altavista.patch, pod_pagesjaunes.patch
---
 debian/patches/pod_altavista.patch   |   27 +++++++++++++++++++++++++++
 debian/patches/pod_pagesjaunes.patch |   26 ++++++++++++++++++++++++++
 debian/patches/series                |    2 ++
 3 files changed, 55 insertions(+)

diff --git a/debian/patches/pod_altavista.patch b/debian/patches/pod_altavista.patch
new file mode 100644
index 0000000..d164055
--- /dev/null
+++ b/debian/patches/pod_altavista.patch
@@ -0,0 +1,27 @@
+Description: fix two pod errors in WWW::Search::AltaVista
+ "Around line 33: Non-ASCII character seen before =encoding..."
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded:
+
+--- a/altavista/lib/WWW/Search/AltaVista/Intranet.pm
++++ b/altavista/lib/WWW/Search/AltaVista/Intranet.pm
+@@ -31,6 +31,8 @@
+ you must tell AVI how to interpret 8-bit characters.
+ Add an option for 'enc' to the native_query() call:
+ 
++=encoding ISO8859-1
++
+   $oSearch->native_query(WWW::Search::escape_query('Z�rich'),
+                          { 'enc' => 'iso88591'},
+                         );
+--- a/altavista/lib/WWW/Search/AltaVista/Intranet3.pm
++++ b/altavista/lib/WWW/Search/AltaVista/Intranet3.pm
+@@ -30,6 +30,8 @@
+ you must tell AVI how to interpret 8-bit characters.
+ Add an option for 'enc' to the native_query() call:
+ 
++=encoding ISO8859-1
++
+   $oSearch->native_query(WWW::Search::escape_query('Z�rich'),
+                          { 'enc' => 'iso88591'},
+                         );
diff --git a/debian/patches/pod_pagesjaunes.patch b/debian/patches/pod_pagesjaunes.patch
new file mode 100644
index 0000000..23a387d
--- /dev/null
+++ b/debian/patches/pod_pagesjaunes.patch
@@ -0,0 +1,26 @@
+Description: fix two pod errors (missing =encoding statement before non-ASCII characters)
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded:
+
+--- a/pagesjaunes/lib/WWW/Search/Pagesjaunes.pm
++++ b/pagesjaunes/lib/WWW/Search/Pagesjaunes.pm
+@@ -323,6 +323,8 @@
+ 
+ =item departement / district
+ 
++=encoding ISO8859-1
++
+ Name or number of the D�partement or R�gion you're searching in.
+ 
+ =back
+--- a/pagesjaunes/pagesjaunes
++++ b/pagesjaunes/pagesjaunes
+@@ -166,6 +166,8 @@
+ available at the following URL:
+ L<http://www.pagesjaunes.fr/pj.cgi?html-=commun/avertissement.html&lang=en>
+ 
++=encoding ISO8859-1
++
+ This script is Copyright (C) 2002, Briac Pilpr�
+ 
+ This script is free software; you can redistribute it or modify it under
diff --git a/debian/patches/series b/debian/patches/series
index 6f19448..695a25f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,5 @@ pagesjeunes.patch
 pod.patch
 man.patch
 all_from.patch
+pod_altavista.patch
+pod_pagesjaunes.patch

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



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