r55762 - in /trunk/libdbi-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 8 21:34:52 UTC 2010


Author: gregoa
Date: Thu Apr  8 21:34:45 2010
New Revision: 55762

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55762
Log:
Add patch spelling.patch to fix some spelling mistakes.

Added:
    trunk/libdbi-perl/debian/patches/spelling.patch
Modified:
    trunk/libdbi-perl/debian/changelog
    trunk/libdbi-perl/debian/patches/series

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/changelog?rev=55762&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Thu Apr  8 21:34:45 2010
@@ -18,6 +18,7 @@
   * Refresh patch t__40profile.t__NTP.patch.
   * Convert to source format 3.0 (quilt). Remove quilt framework.
   * debian/copyright: update formatting and upstream copyright years.
+  * Add patch spelling.patch to fix some spelling mistakes.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 08 Apr 2010 23:11:51 +0200
 

Modified: trunk/libdbi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/patches/series?rev=55762&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/patches/series (original)
+++ trunk/libdbi-perl/debian/patches/series Thu Apr  8 21:34:45 2010
@@ -1,4 +1,4 @@
 t__06attrs.t__localefix.patch
 t__40profile.t__NTP.patch
 t__80proxy.t___syslogd.patch
-
+spelling.patch

Added: trunk/libdbi-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/patches/spelling.patch?rev=55762&op=file
==============================================================================
--- trunk/libdbi-perl/debian/patches/spelling.patch (added)
+++ trunk/libdbi-perl/debian/patches/spelling.patch Thu Apr  8 21:34:45 2010
@@ -1,0 +1,44 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix some minor spelling mistakes
+Forwarded: no
+
+--- a/lib/DBI/FAQ.pm
++++ b/lib/DBI/FAQ.pm
+@@ -66,7 +66,7 @@ To quote Tim Bunce, the architect and au
+     ``DBI is a database access Application Programming Interface (API)
+       for the Perl Language. The DBI API Specification defines a set
+       of functions, variables and conventions that provide a consistent
+-      database interface independant of the actual database being used.''
++      database interface independent of the actual database being used.''
+ 
+ In simple language, the DBI interface allows users to access multiple database
+ types transparently. So, if you connecting to an Oracle, Informix, mSQL, Sybase
+--- a/lib/DBI/ProxyServer.pm
++++ b/lib/DBI/ProxyServer.pm
+@@ -604,7 +604,7 @@ every workstation shall be able to execu
+ There is a perl program "dbiproxy" which runs on a machine which is able
+ to connect to all the databases we wish to reach. All Perl-DBD-drivers must
+ be installed on this machine. You can also reach databases for which drivers 
+-are not available on the machine where you run the programm querying the 
++are not available on the machine where you run the program querying the
+ database, e.g. ask MS-Access-database from Linux.
+ 
+ Create a configuration file "proxy_oracle.cfg" at the dbproxy-server:
+@@ -651,7 +651,7 @@ Create a configuration file "proxy_oracl
+ 		},
+ 
+ 		# rule: employee_workplace
+-		# desc: get detailled informations
++		# desc: get detailled information
+ 		{
+ 			# any IP-address is meant here
+ 			mask => '^10\.95\.81\.(\d+)$',
+@@ -687,7 +687,7 @@ Start the proxyserver like this:
+ 
+ =head2 Testing the connection from a remote machine
+ 
+-Call a programm "dbish" from your commandline. I take the machine from rule "internal_webserver"
++Call a program "dbish" from your commandline. I take the machine from rule "internal_webserver"
+ 
+ 	dbish "dbi:Proxy:hostname=oracle.zdf;port=12400;dsn=dbi:Oracle:e01" informationdesk xxx
+ 




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