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
|
Source: libiodbc2
Section: libs
Priority: optional
Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>, Sune Vuorela <sune@debian.org>
Build-Depends: autotools-dev,
debhelper (>= 9),
dh-autoreconf,
libgtk2.0-dev,
pkg-kde-tools
Standards-Version: 3.9.5
Homepage: http://www.iodbc.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/krap/libiodbc2.git
Vcs-Git: git://anonscm.debian.org/pkg-kde/krap/libiodbc2.git
Package: iodbc
Section: misc
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GTK+ config frontend for the 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 configuration binaries.
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.
|