r74004 - in /trunk/libdbd-oracle-perl/debian: changelog libdbd-oracle-perl.lintian-overrides patches/00_Fix_Spelling_Errors.diff

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 4 21:48:24 UTC 2011


Author: gregoa
Date: Wed May  4 21:48:15 2011
New Revision: 74004

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74004
Log:
* Refresh lintian override.
* Extend spelling patch.

Modified:
    trunk/libdbd-oracle-perl/debian/changelog
    trunk/libdbd-oracle-perl/debian/libdbd-oracle-perl.lintian-overrides
    trunk/libdbd-oracle-perl/debian/patches/00_Fix_Spelling_Errors.diff

Modified: trunk/libdbd-oracle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-oracle-perl/debian/changelog?rev=74004&op=diff
==============================================================================
--- trunk/libdbd-oracle-perl/debian/changelog (original)
+++ trunk/libdbd-oracle-perl/debian/changelog Wed May  4 21:48:15 2011
@@ -16,6 +16,8 @@
   * Remove version from libdbi-perl runtime dependency, already satisfied in
     oldstable.
   * Pass Oracle client version (11.2.0.2.0) to dh_auto_configure.
+  * Refresh lintian override.
+  * Extend spelling patch.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 04 May 2011 23:18:07 +0200
 

Modified: trunk/libdbd-oracle-perl/debian/libdbd-oracle-perl.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-oracle-perl/debian/libdbd-oracle-perl.lintian-overrides?rev=74004&op=diff
==============================================================================
--- trunk/libdbd-oracle-perl/debian/libdbd-oracle-perl.lintian-overrides (original)
+++ trunk/libdbd-oracle-perl/debian/libdbd-oracle-perl.lintian-overrides Wed May  4 21:48:15 2011
@@ -1,4 +1,4 @@
 # We have to live with where Oracle puts things, since the package relies on
 # the non-free Oracle packages over which we have no control.
 
-libdbd-oracle-perl: binary-or-shlib-defines-rpath ./usr/lib/perl5/auto/DBD/Oracle/Oracle.so /usr/lib/oracle/*
+libdbd-oracle-perl: binary-or-shlib-defines-rpath usr/lib/perl5/auto/DBD/Oracle/Oracle.so /usr/lib/oracle/11.2/client/lib

Modified: trunk/libdbd-oracle-perl/debian/patches/00_Fix_Spelling_Errors.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-oracle-perl/debian/patches/00_Fix_Spelling_Errors.diff?rev=74004&op=diff
==============================================================================
--- trunk/libdbd-oracle-perl/debian/patches/00_Fix_Spelling_Errors.diff (original)
+++ trunk/libdbd-oracle-perl/debian/patches/00_Fix_Spelling_Errors.diff Wed May  4 21:48:15 2011
@@ -1,8 +1,9 @@
 Description: Fix spelling errors.
+Origin: vendor
 Forwarded: no
 Author: Julián Moreno Patiño <darkjunix at gmail.com>
-Origin: vendor
-Last-Update: 2010-05-26
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-05-04
 
 ---
  ora_explain.PL |    2 +-
@@ -19,3 +20,23 @@
  
  Right-clicking on a plan step that refers to a table will pop up a menu showing
  a list of the indexes available for the table.  Selecting an index will display
+--- a/Oracle.pm
++++ b/Oracle.pm
+@@ -1732,7 +1732,7 @@
+ 
+ =item ora_dbh_share
+ 
+-Needs at least Perl 5.8.0 compiled with ithreads. Allows to share database
++Needs at least Perl 5.8.0 compiled with ithreads. Allows one to share database
+ connections between threads. The first connect will make the connection, 
+ all following calls to connect with the same ora_dbh_share attribute
+ will use the same database connection. The value must be a reference
+@@ -1748,7 +1748,7 @@
+ 
+ =item ora_use_proc_connection -->deprecated will be removed in 1.29
+ 
+-This attribute allows to create a DBI handle for an existing SQLLIB
++This attribute allows one to create a DBI handle for an existing SQLLIB
+ database connection. This can be used to share database connections
+ between Oracle ProC code and DBI running in an embedded Perl interpreter.
+ The SQLLIB connection id is appended after the "dbi:Oracle:" initial




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