File: control

package info (click to toggle)
sqlite3-ruby 1.2.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,012 kB
  • ctags: 1,054
  • sloc: ruby: 4,252; ansic: 2,312; makefile: 61; sh: 12
file content (31 lines) | stat: -rw-r--r-- 1,014 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
28
29
30
31
Source: sqlite3-ruby
Maintainer: Dmitry Borodaenko <angdraug@debian.org>
Section: interpreters
Priority: optional
Homepage: http://rubyforge.org/projects/sqlite-ruby
Build-Depends: debhelper (>= 4), dpatch, ruby1.8, ruby1.8-dev, libsqlite3-dev, swig
Standards-Version: 3.8.0

Package: libsqlite3-ruby
Architecture: all
Depends: libsqlite3-ruby1.8
Description: SQLite3 interface for Ruby
 SQLite3/Ruby module allows Ruby programs to interface with the SQLite3
 database engine.
 .
 Note that this module is NOT compatible with SQLite 2.x.
 .
 This package is a dependency package, which depends on the package
 containing actual SQLite3 module for the default Ruby version
 (currently 1.8).

Package: libsqlite3-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}
Description: SQLite3 interface for Ruby 1.8
 SQLite3/Ruby module allows Ruby programs to interface with the SQLite3
 database engine.
 .
 Note that this module is NOT compatible with SQLite 2.x.
 .
 This package contains SQLite3 module for Ruby 1.8.