[libdbd-oracle-perl] 07/10: Add patch to fix some spelling mistakes.

gregor herrmann gregoa at debian.org
Fri Aug 30 13:47:52 UTC 2013


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

gregoa pushed a commit to branch master
in repository libdbd-oracle-perl.

commit f26efc0d9f3ec3796611cb368d897bea011fc1cd
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 30 15:25:25 2013 +0200

    Add patch to fix some spelling mistakes.
---
 debian/patches/series         |    1 +
 debian/patches/spelling.patch |   49 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..d6d0061
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,49 @@
+Description: various spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=88284
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88284
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-08-30
+
+--- a/lib/DBD/Oracle/Troubleshooting/Aix.pod
++++ b/lib/DBD/Oracle/Troubleshooting/Aix.pod
+@@ -164,7 +164,7 @@
+ 
+     Rafael Caceres
+ 
+-    > I dont believe I compiled Oracle.  During the installation it was linked
++    > I don't believe I compiled Oracle.  During the installation it was linked
+     > but I am not sure it was compiled
+     > 
+     > I used a xlc compiler to compile PERL.
+@@ -200,7 +200,7 @@
+     Message-ID: <BAY1-F58Temqpg2ItZe00032a0f at hotmail.com>
+ 
+     Here is a tip for compiling DBD::Oracle as a 32 bit application on AIX 5.1 
+-    64 bit and Oracle 9.2 64 bit without editting any makefiles. I hope people 
++    64 bit and Oracle 9.2 64 bit without editing any makefiles. I hope people
+     find this useful:
+ 
+     First, the versions of products I used:
+--- a/lib/DBD/Oracle/Troubleshooting/Hpux.pod
++++ b/lib/DBD/Oracle/Troubleshooting/Hpux.pod
+@@ -235,7 +235,7 @@
+ When asked:
+ 
+     Any additional cc flags? - Answer by prepending: I<+Z> to enable
+-    position independant code.
++    position independent code.
+ 
+     For example:
+     Any additional cc flags? [-D_HP-UX_SOURCE -Aa] -Ae +Z -z
+--- a/lib/DBD/Oracle/Troubleshooting/Win64.pod
++++ b/lib/DBD/Oracle/Troubleshooting/Win64.pod
+@@ -158,7 +158,7 @@
+ 
+ 	SET ORACLE_SID=xyz123                             <== SID of Production Database
+ 
+-	SET NLS_LANG=.WE8ISO8859P1                        <== Default Language from Database   (preceeding "." Is required)
++	SET NLS_LANG=.WE8ISO8859P1                        <== Default Language from Database   (preceding "." Is required)
+ 
+ 	SET PATH=%ORACLE_HOME%\bin;%PATH%                 <== Add 32-bit Oracle Home to beginning of default PATH
+ 

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



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