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
|
Source: postgresql-plruby
Section: misc
Priority: optional
Maintainer: Peter Eisentraut <petere@debian.org>
Build-Depends: debhelper (>= 5), ruby1.8, ruby1.8-dev, postgresql-server-dev-7.4, postgresql-server-dev-8.1
Standards-Version: 3.7.2
Package: postgresql-7.4-plruby
Architecture: any
Depends: postgresql-7.4, ${misc:Depends}, ${shlibs:Depends}
Description: Ruby procedural language for PostgreSQL
PL/Ruby is a loadable procedural language for the PostgreSQL database
system that enables the use of the Ruby language for creating functions
and trigger procedures.
.
Web site: http://moulon.inra.fr/ruby/plruby.html
Package: postgresql-8.1-plruby
Architecture: any
Depends: postgresql-8.1, ${misc:Depends}, ${shlibs:Depends}
Description: Ruby procedural language for PostgreSQL
PL/Ruby is a loadable procedural language for the PostgreSQL database
system that enables the use of the Ruby language for creating functions
and trigger procedures.
.
Web site: http://moulon.inra.fr/ruby/plruby.html
Package: postgresql-plruby
Architecture: all
Depends: postgresql-7.4-plruby
Description: Ruby procedural language for PostgreSQL (transitional package)
PL/Ruby is a loadable procedural language for the PostgreSQL database
system that enables the use of the Ruby language for creating functions
and trigger procedures.
.
This is a transitional package to automatically migrate to the new
multiversion PostgreSQL package structure. PL/Ruby packages are now
named postgresql-<version>-plruby.
|