File: control

package info (click to toggle)
ruby-sqlite3 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,768 kB
  • sloc: ruby: 3,839; ansic: 1,470; makefile: 9
file content (32 lines) | stat: -rw-r--r-- 1,092 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
32
Source: ruby-sqlite3
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>,
           Dmitry Borodaenko <angdraug@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               kramdown,
               libsqlite3-dev,
               ruby-mini-portile2,
               rake <!nocheck>,
               ruby-hoe <!nocheck>,
               ruby-minitest <!nocheck>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sqlite3.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sqlite3
Homepage: https://github.com/sparklemotion/sqlite3-ruby
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-sqlite3
Architecture: any
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Recommends: sqlite3
Description: SQLite3 interface for Ruby
 This module allows Ruby programs to interface with the SQLite3 database
 engine.
 .
 Note that this module is only compatible with SQLite 3.6.16 or newer.