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
|
Source: unixodbc
Build-Depends: debhelper (>> 2.0.0), flex-old, bison, libqt3-mt-dev, libreadline5-dev, autotools-dev, libltdl3-dev
Section: libs
Priority: optional
Maintainer: Steve Langasek <vorlon@debian.org>
Standards-Version: 3.5.2
Package: unixodbc
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: libmyodbc, odbc-postgresql, libct1
Conflicts: unixodbc-bin (<< 2.2.4-1)
Description: ODBC tools libraries
Binaries and libraries from the unixODBC package.
COMPONENTS:
.
libodbc.so.1 (ODBC Driver Manager)
libodbctxt.so (driver for Text files)
dltest (simple cmd line tool)
isql (cmd line tool... batch & interactive SQL)
Package: unixodbc-dev
Architecture: any
Section: devel
Priority: extra
Depends: unixodbc (= ${Source-Version}), odbcinst1debian1 (= ${Source-Version}), libodbcinstq1c2 (= ${Source-Version}), libltdl3-dev
Suggests: libqt3-mt-dev
Conflicts: libiodbc2-dev, remembrance-agent (<< 2.11-4)
Description: ODBC libraries for UNIX (development files)
This package contains the development files (headers and libraries) for
unixODBC, an implementation of the Open DataBase Connectivity interface
for Unix systems. You should not need to install this package unless
you intend to develop C language applications which use ODBC, or to
compile ODBC-using applications from source.
Package: unixodbc-bin
Architecture: any
Section: x11
Depends: ${shlibs:Depends}, libodbcinstq1c2
Description: Graphical tools for ODBC management and browsing
This package contains three graphical applications for use with
unixODBC, the Open DataBase Connectivity suite: ODBCConfig, a graphical
configuration tool for managing database drivers and access to
individual databases; DataManager, a simple browser and query tool for
ODBC databases; and odbctest, a tool for testing the ODBC API itself.
Package: libodbcinstq1c2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Conflicts: unixodbc (<< 2.2.4-1), libodbcinstq1
Replaces: unixodbc (<< 2.2.4-1), libodbcinstq1
Description: Qt-based ODBC configuration library
This package contains the libodbcinstQ library, a library used by some
Qt-based GUI configuration tools for managing ODBC drivers and ODBC DSNs.
Package: odbcinst1debian1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Replaces: unixodbc (<< 2.1.1-2)
Conflicts: odbcinst1
Description: Support library and helper program for accessing odbc ini files
This package contains the libodbcinst library from unixodbc, a library
used by ODBC drivers for reading their configuration settings from
/etc/odbc.ini and ~/.odbc.ini. It is useful to provide this in
a stand-alone package, so that all ODBC drivers in Debian can use a
consistent ini library, regardless of whether applications are built
with iodbc or unixodbc.
.
Also contained in this package is the odbcinst helper tool, which
allows ODBC driver packages to install their own driver settings, and
the driver setup plugins, which describe the features supported by
individual ODBC drivers.
|