[DRE-commits] r3434 - packages-wip/libzoom-ruby/trunk/debian

Ryan Niebur ryan52-guest at alioth.debian.org
Wed Apr 22 04:04:48 UTC 2009


Author: ryan52-guest
Date: 2009-04-22 04:04:47 +0000 (Wed, 22 Apr 2009)
New Revision: 3434

Modified:
   packages-wip/libzoom-ruby/trunk/debian/control
Log:
add a dependency package

Modified: packages-wip/libzoom-ruby/trunk/debian/control
===================================================================
--- packages-wip/libzoom-ruby/trunk/debian/control	2009-04-22 04:01:02 UTC (rev 3433)
+++ packages-wip/libzoom-ruby/trunk/debian/control	2009-04-22 04:04:47 UTC (rev 3434)
@@ -6,10 +6,27 @@
 Standards-Version: 3.8.1
 Homepage: http://ruby-zoom.rubyforge.org/
 
+Package: libzoom-ruby
+Architecture: all
+Depends: ${misc:Depends}, libzoom-ruby1.8
+Description: Ruby binding to the Z39.50 Object-Orientation Model (dependency package)
+ Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation
+ Model (ZOOM), an abstract object-oriented programming interface to a
+ subset of the services specified by the Z39.50 standard, also known
+ as the international standard ISO 23950.
+ .
+ Z39.50 is a client-server protocol for searching and retrieving
+ information from remote computer databases. It is covered by ANSI/NISO
+ standard Z39.50, and ISO standard 23950. The standard's maintenance
+ agency is the Library of Congress.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
 Package: libzoom-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Ruby binding to the Z39.50 Object-Orientation Model
+Description: Ruby binding to the Z39.50 Object-Orientation Model (for Ruby 1.8)
  Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation
  Model (ZOOM), an abstract object-oriented programming interface to a
  subset of the services specified by the Z39.50 standard, also known
@@ -19,3 +36,5 @@
  information from remote computer databases. It is covered by ANSI/NISO
  standard Z39.50, and ISO standard 23950. The standard's maintenance
  agency is the Library of Congress.
+ .
+ This package is built for Ruby 1.8.




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