[DRE-commits] r5497 - trunk/libodbc-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Thu Jun 3 05:20:41 UTC 2010


Author: deepak-guest
Date: 2010-06-03 05:20:35 +0000 (Thu, 03 Jun 2010)
New Revision: 5497

Modified:
   trunk/libodbc-ruby/debian/changelog
   trunk/libodbc-ruby/debian/control
Log:
Added dummy packages , closes #584220

Modified: trunk/libodbc-ruby/debian/changelog
===================================================================
--- trunk/libodbc-ruby/debian/changelog	2010-06-03 05:12:06 UTC (rev 5496)
+++ trunk/libodbc-ruby/debian/changelog	2010-06-03 05:20:35 UTC (rev 5497)
@@ -1,8 +1,10 @@
 libodbc-ruby (0.99991-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/control
+     + added dummy package. ( Closes: #584220)
 
- -- Daigo Moriwaki <daigo at debian.org>  Fri, 07 May 2010 17:00:47 +0900
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Thu, 03 Jun 2010 10:44:37 +0530
 
 libodbc-ruby (0.99991-1) unstable; urgency=low
 

Modified: trunk/libodbc-ruby/debian/control
===================================================================
--- trunk/libodbc-ruby/debian/control	2010-06-03 05:12:06 UTC (rev 5496)
+++ trunk/libodbc-ruby/debian/control	2010-06-03 05:20:35 UTC (rev 5497)
@@ -78,3 +78,17 @@
  .
  This package includes documentations for the libraries.
 
+Package: libodbc-ruby1.8
+Architecture: any
+Depends: libodbc-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Suggests: libodbc-ruby1.8-doc, libdbi-ruby1.8
+Description: ODBC Binding for ruby1.8
+ ODBC is a standard API for connecting to ODBC data sources such as Relational
+ Database Management Systems (RDBMSs). For accessing ODBC data sources from the
+ Ruby language, an ODBC binding library and Ruby interface are required. This
+ package provides both for Ruby 1.8. 
+ .
+ This package includes both UTF-8 and non-UTF-8 versions.
+ .
+ This is dummy package, which provide documentation and depends on the package 
+ containing the actual library for the default Ruby version.




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