[DRE-commits] r3332 - packages/libodbc-ruby/trunk/debian

daigo at alioth.debian.org daigo at alioth.debian.org
Tue Mar 24 02:31:16 UTC 2009


Author: daigo
Date: 2009-03-24 02:31:16 +0000 (Tue, 24 Mar 2009)
New Revision: 3332

Modified:
   packages/libodbc-ruby/trunk/debian/README.Debian
   packages/libodbc-ruby/trunk/debian/changelog
   packages/libodbc-ruby/trunk/debian/control
Log:
The libraries load a ODBC manager dynamically (i.e. runtime). Consult
debina/README.Debian in details.

Modified: packages/libodbc-ruby/trunk/debian/README.Debian
===================================================================
--- packages/libodbc-ruby/trunk/debian/README.Debian	2009-03-24 01:58:58 UTC (rev 3331)
+++ packages/libodbc-ruby/trunk/debian/README.Debian	2009-03-24 02:31:16 UTC (rev 3332)
@@ -1,3 +1,16 @@
+Note for dynamic loading of ODBC Managers
+=========================================
+
+Most platforms support dynamic loading of libraries using the dlopen()
+mechanism, which the libraries in this package tries to use. Therefore,
+any ODBC Managers such as iODBC, unixODBC or others which are installed in
+your machine are available to use with the libraries. You can specify a
+particular one by using environment variables: RUBY_ODBC_DM,
+RUBY_ODBC_INST. For example,
+
+  $ RUBY_ODBC_DM=libodbc.so RUBY_ODBC_INST=libodbc.so ruby test.rb
+
+
 Note for the UTF-8 version
 ==========================
 
@@ -7,4 +20,4 @@
 respectively. 
 
 
-  -- Daigo Moriwaki <daigo at debian.org>  Mon, 10 Jul 2006
+  -- Daigo Moriwaki <daigo at debian.org>  Tue, 25 Mar 2009

Modified: packages/libodbc-ruby/trunk/debian/changelog
===================================================================
--- packages/libodbc-ruby/trunk/debian/changelog	2009-03-24 01:58:58 UTC (rev 3331)
+++ packages/libodbc-ruby/trunk/debian/changelog	2009-03-24 02:31:16 UTC (rev 3332)
@@ -1,10 +1,12 @@
 libodbc-ruby (0.9996-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * The libraries load a ODBC manager dynamically (i.e. runtime). Consult
+    debina/README.Debian in details.
   * debian/control:
-      - Separate into five packages: Non-UTF-8 and UTF-8 libraries, debug
-        libraries and a documentation package.
-      - Bump up Standards-Version to 3.8.1.
+    - Separate into five packages: Non-UTF-8 and UTF-8 libraries, debug
+      libraries and a documentation package.
+    - Bump up Standards-Version to 3.8.1.
   * debian/rules
     - Move to the CDBS style.
     - The upstream's chanelog is now installed.

Modified: packages/libodbc-ruby/trunk/debian/control
===================================================================
--- packages/libodbc-ruby/trunk/debian/control	2009-03-24 01:58:58 UTC (rev 3331)
+++ packages/libodbc-ruby/trunk/debian/control	2009-03-24 02:31:16 UTC (rev 3332)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.0), cdbs, ruby-pkg-tools, libiodbc2-dev, ruby1.8-dev, ruby1.8
+Build-Depends: debhelper (>= 7.0.0), cdbs, dpatch, ruby-pkg-tools, libiodbc2-dev, ruby1.8-dev, ruby1.8
 Standards-Version: 3.8.1
 Homepage: http://www.ch-werner.de/rubyodbc/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages/libodbc-ruby
@@ -11,7 +11,7 @@
 
 Package: libodbc-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libiodbc2 | unixodbc, ${shlibs:Depends}, ${misc:Depends}
 Suggests: libodbc-ruby1.8-doc, libodbc-utf8-ruby1.8, libdbi-ruby1.8
 Description: ODBC Binding for ruby1.8
  ODBC is a standard API for connecting to ODBC data sources such as Relational
@@ -39,7 +39,7 @@
 
 Package: libodbc-utf8-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libiodbc2 | unixodbc, ${shlibs:Depends}, ${misc:Depends}
 Suggests: libodbc-ruby1.8-doc, libodbc-ruby1.8, libdbi-ruby1.8
 Description: ODBC Binding for ruby1.8
  ODBC is a standard API for connecting to ODBC data sources such as Relational




More information about the Pkg-ruby-extras-commits mailing list