1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: libdataobjects-ruby
Section: ruby
Priority: optional
Maintainer: Deepak Tripathi <deepak@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), cdbs, libsetup-ruby1.8, ruby-pkg-tools (>= 0.17)
Build-Depends-Indep: ruby1.8, ruby1.9.1
Standards-Version: 3.9.1
Homepage: http://rubyforge.org/projects/dorb
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libdataobjects-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libdataobjects-ruby/
Package: libdataobjects-ruby1.8
Architecture: all
Depends: ruby1.8, ${misc:Depends}, libaddressable-ruby1.8
Recommends: libdataobjects-mysql-ruby1.8, libdataobjects-postgres-ruby1.8, libdataobjects-sqlite3-ruby1.8,
Description: Rewrite Ruby database drivers to conform to a single interface
The purpose of DO.rb is to rewrite existing Ruby database drivers to
conform to a single interface. At present, PostgreSQL, MySQL, and
SQLite adapters are available (as separate packages).
.
This is the package for ruby 1.8.
Package: libdataobjects-ruby1.9.1
Architecture: all
Depends: ruby1.9.1, ${misc:Depends}, libaddressable-ruby1.9.1
Recommends: libdataobjects-mysql-ruby1.9.1, libdataobjects-postgres-ruby1.9.1, libdataobjects-sqlite3-ruby1.9.1
Description: Rewrite Ruby database drivers to conform to a single interface
The purpose of DO.rb is to rewrite existing Ruby database drivers to
conform to a single interface. At present, PostgreSQL, MySQL, and
SQLite adapters are available (as separate packages).
.
This is the package for ruby 1.9.1.
Package: libdataobjects-ruby
Architecture: all
Depends: libdataobjects-ruby1.8, ${misc:Depends}
Description: Rewrite Ruby database drivers to conform to a single interface (ruby1.8)
The purpose of DO.rb is to rewrite existing Ruby database drivers to
conform to a single interface. At present, PostgreSQL, MySQL, and
SQLite adapters are available (as separate packages).
.
This is dummy package for libdataobjects-ruby1.8
This package provide documentation and depends on the package
containing the actual library for the default Ruby version.
|