File: control

package info (click to toggle)
ruby-odbc 0.999992-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: ansic: 8,609; ruby: 854; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,070 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
Source: ruby-odbc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Deepak Tripathi <apenguinlinux@gmail.com>,
           Paul van Tilburg <paulvt@debian.org>
Build-Depends: gem2deb,
               unixodbc-dev,
               debhelper-compat (= 13)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: http://www.ch-werner.de/rubyodbc/
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-odbc.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-odbc
XS-Ruby-Versions: all

Package: ruby-odbc
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: unixodbc | libiodbc2,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: ODBC Binding for Ruby
 ODBC is a standard API for connecting to ODBC data sources such as Relational
 Database Management Systems (RDBMSs). For accessing ODBC data sources from the
 Ruby language, an ODBC binding library and Ruby interface are required.
 .
 This package includes both UTF-8 and non-UTF-8 versions.