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
|
Source: libiodbc2
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autotools-dev,
debhelper (>= 9),
dh-acc,
dh-autoreconf,
pkg-kde-tools
Standards-Version: 3.9.5
Homepage: http://www.iodbc.org/
Vcs-Browser: https://salsa.debian.org/debian/libiodbc2
Vcs-Git: https://salsa.debian.org/debian/libiodbc2.git
Package: libiodbc2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: iodbc (= ${binary:Version})
Description: iODBC Driver Manager
The iODBC (intrinsic Open Database Connectivity) driver manager is compatible
with the ODBC 2.x and 3.x specification and performs all the jobs of a
ODBC driver manager (i.e. driver loading, parameters and function sequence
checking, driver's function invoking, etc). Any ODBC driver working with
ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager
and vice versa.
.
Applications (using ODBC function calls) linked with iODBC driver manager
will be able to simultaneously access different types of data sources within
one process through suitable iODBC drivers.
.
This package contains the library files. Look for the iodbc package, too!
Package: libiodbc2-dev
Section: libdevel
Architecture: any
Depends: libiodbc2 (= ${binary:Version}), ${misc:Depends}
Conflicts: iodbc (<= 3.52.6-1), libiodbc2 (<= 3.52.6-1)
Description: iODBC Driver Manager (development files)
The iODBC (intrinsic Open Database Connectivity) driver manager is compatible
with the ODBC 2.x and 3.x specification and performs all the jobs of a
ODBC driver manager (i.e. driver loading, parameters and function sequence
checking, driver's function invoking, etc). Any ODBC driver working with
ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager
and vice versa.
.
Applications (using ODBC function calls) linked with iODBC driver manager
will be able to simultaneously access different types of data sources within
one process through suitable iODBC drivers.
.
This package contains the development files.
|