File: control

package info (click to toggle)
unixodbc 2.3.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,960 kB
  • sloc: ansic: 87,271; makefile: 1,126; sh: 1,059; yacc: 974; sql: 1
file content (122 lines) | stat: -rw-r--r-- 4,717 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Source: unixodbc
Section: libs
Priority: optional
Maintainer: Hugh McMaster <hmc@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libreadline-dev,
 libltdl-dev
Build-Conflicts: unixodbc-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.unixodbc.org
Vcs-Git: https://salsa.debian.org/debian/unixodbc.git
Vcs-Browser: https://salsa.debian.org/debian/unixodbc

Package: unixodbc
Architecture: any
Multi-Arch: foreign
Section: database
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Basic ODBC tools
 UnixODBC is an implementation of the Open Database Connectivity standard,
 a database abstraction layer that allows applications to be used with
 many different relational databases by way of a single library.
 .
 This package contains isql and iusql, command-line tools that allow SQL
 commands to be entered interactively or in batches.

Package: libodbc2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: libodbccr2 (= ${binary:Version})
Suggests: odbc-postgresql, tdsodbc
Replaces: libodbc1 (<< 2.3.9-1~)
Breaks: libodbc1 (<< 2.3.9-1~)
Description: ODBC Driver Manager library for Unix
 UnixODBC is an implementation of the Open Database Connectivity standard,
 a database abstraction layer that allows applications to be used with
 many different relational databases by way of a single library.
 .
 This package provides the unixODBC Driver Manager library.

Package: libodbccr2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libodbc1 (<< 2.3.9-1~)
Breaks: libodbc1 (<< 2.3.9-1~)
Enhances: libodbc2 (= ${binary:Version})
Description: ODBC Cursor library for Unix
 UnixODBC is an implementation of the Open Database Connectivity standard,
 a database abstraction layer that allows applications to be used with
 many different relational databases by way of a single library.
 .
 This package provides the unixODBC Cursor library.

Package: libodbcinst2
Architecture: any
Multi-Arch: same
Depends: unixodbc-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Replaces: odbcinst1debian2 (<< 2.3.9-1~)
Breaks: odbcinst1debian2 (<< 2.3.9-1~)
Description: Support library for accessing ODBC configuration files
 UnixODBC is an implementation of the Open Database Connectivity standard,
 a database abstraction layer that allows applications to be used with
 many different relational databases by way of a single library.
 .
 This package contains the odbcinst library from unixODBC, a library
 used by ODBC drivers to read their configuration from /etc/odbcinst.ini
 and the system and user-specific odbc.ini files.

Package: odbcinst
Architecture: any
Multi-Arch: foreign
Section: utils
Depends: unixodbc-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Replaces: odbcinst1debian1
Breaks: odbcinst1debian1
Description: Helper program for accessing ODBC configuration files
 UnixODBC is an implementation of the Open Database Connectivity standard,
 a database abstraction layer that allows applications to be used with
 many different relational databases by way of a single library.
 .
 This package contains the odbcinst helper tool, which allows ODBC driver
 packages to install and manage their driver configuration.

Package: unixodbc-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Replaces: odbcinst (<< 2.3.9-1~), odbcinst1debian1, odbcinst1debian2 (<< 2.3.9-1~)
Breaks: odbcinst (<< 2.3.9-1~), odbcinst1debian1, odbcinst1debian2 (<< 2.3.9-1~)
Description: Common ODBC configuration files
 UnixODBC is an implementation of the Open Database Connectivity standard,
 a database abstraction layer that allows applications to be used with
 many different relational databases by way of a single library.
 .
 This package contains the unixODBC system configuration files, odbc.ini and
 odbcinst.ini, as well as the ODBCDataSources directory, in which system-file
 Data Source Names (DSNs) are stored.

Package: unixodbc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libodbc2 (= ${binary:Version}),
 libodbccr2 (= ${binary:Version}),
 libodbcinst2 (= ${binary:Version}),
 ${misc:Depends}
Breaks: libdbd-odbc-perl (<< 1.61-2)
Conflicts: libiodbc2-dev
Description: ODBC libraries for Unix (development files)
 UnixODBC is an implementation of the Open Database Connectivity standard,
 a database abstraction layer that allows applications to be used with
 many different relational databases by way of a single library.
 .
 This package contains the development files (headers and libraries) for
 unixODBC, which can be used to develop and/or compile C-language applications
 using ODBC.