File: control

package info (click to toggle)
libpgsql-ruby 0.7.1-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 192 kB
  • ctags: 231
  • sloc: ruby: 1,359; ansic: 1,260; makefile: 55; sh: 9
file content (27 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download
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
Source: libpgsql-ruby
Section: interpreters
Priority: optional
Maintainer: Aurélien GÉRÔME <ag@roxor.cx>
Build-Depends: debhelper (>> 4.0.0), dpatch, libpq-dev (>= 8.0.3-1), ruby1.8, ruby1.8-dev
Standards-Version: 3.7.2

Package: libpgsql-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libpgsql-ruby (<< 0.7.1-2)
Replaces: libpgsql-ruby (<< 0.7.1-2)
Provides: libpgsql-ruby
Description: PostgreSQL extension library for Ruby 1.8
 This is the extension library to access PostgreSQL database from Ruby.
 It supports the functions defined in libpq library. You can use
 these functions by Ruby. More details are in postgres.html.

Package: libpgsql-ruby
Architecture: all
Depends: libpgsql-ruby1.8
Description: PostgreSQL extension library for Ruby (dummy package)
 This is the extension library to access PostgreSQL database from Ruby.
 It supports the functions defined in libpq library. You can use
 these functions by Ruby. More details are in postgres.html.
 .
 This is a dummy package for Debian default version of Ruby.