File: control

package info (click to toggle)
mysql-ruby 2.7.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 212 kB
  • ctags: 144
  • sloc: ruby: 1,352; makefile: 54
file content (32 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download | duplicates (2)
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
Source: mysql-ruby
Section: interpreters
Priority: optional
Maintainer: Dmitry Borodaenko <angdraug@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 4), libmysqlclient15-dev, ruby1.8, ruby1.8-dev

Package: libmysql-ruby
Architecture: all
Depends: libmysql-ruby1.8
Description: MySQL module for Ruby
 This is an API module that allows to access MySQL database from
 programs in Ruby programming language. Usually, it will be pulled in
 automatically by packages providing Ruby programs which need this
 capability, you only need to install it directly if you intend to write
 such programs yourself.
 .
 This package is a dependency package, which depends on the package
 containing actual Ruby MySQL module for the default Ruby version
 (currently 1.8).

Package: libmysql-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}
Description: MySQL module for Ruby 1.8
 This is an API module that allows to access MySQL database from
 programs in Ruby programming language. Usually, it will be pulled in
 automatically by packages providing Ruby programs which need this
 capability, you only need to install it directly if you intend to write
 such programs yourself.
 .
 This package contains MySQL module for Ruby 1.8.