control 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Source: libiodbc2
  2. Section: libs
  3. Priority: optional
  4. Maintainer: Debian QA Group <[email protected]>
  5. Build-Depends: debhelper (>= 8), autotools-dev, libtool (>= 1.5-2), automake1.11, autoconf, cdbs, m4 (>= 1.4.7), libgtk2.0-dev
  6. Standards-Version: 3.8.0
  7. Homepage: http://www.iodbc.org/
  8. Package: iodbc
  9. Section: misc
  10. Architecture: any
  11. Depends: ${shlibs:Depends}, ${misc:Depends}
  12. Description: GTK+ config frontend for the iODBC Driver Manager
  13. The iODBC (intrinsic Open Database Connectivity) driver manager is compatible
  14. with the ODBC 2.x and 3.x specification and performs all the jobs of a
  15. ODBC driver manager (i.e. driver loading, parameters and function sequence
  16. checking, driver's function invoking, etc). Any ODBC driver working with
  17. ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager
  18. and vice versa.
  19. .
  20. Applications (using ODBC function calls) linked with iODBC driver manager
  21. will be able to simultaneously access different types of data sources within
  22. one process through suitable iODBC drivers.
  23. .
  24. This package contains the configuration binaries.
  25. Package: libiodbc2
  26. Section: libs
  27. Architecture: any
  28. Depends: ${shlibs:Depends}, ${misc:Depends}
  29. Suggests: iodbc (= ${binary:Version})
  30. Description: iODBC Driver Manager
  31. The iODBC (intrinsic Open Database Connectivity) driver manager is compatible
  32. with the ODBC 2.x and 3.x specification and performs all the jobs of a
  33. ODBC driver manager (i.e. driver loading, parameters and function sequence
  34. checking, driver's function invoking, etc). Any ODBC driver working with
  35. ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager
  36. and vice versa.
  37. .
  38. Applications (using ODBC function calls) linked with iODBC driver manager
  39. will be able to simultaneously access different types of data sources within
  40. one process through suitable iODBC drivers.
  41. .
  42. This package contains the library files. Look for the iodbc package, too!
  43. Package: libiodbc2-dev
  44. Section: libdevel
  45. Architecture: any
  46. Depends: libiodbc2 (= ${binary:Version}),
  47. ${misc:Depends}
  48. Conflicts: libiodbc2 (<= 3.52.6-1), iodbc (<= 3.52.6-1)
  49. Description: iODBC Driver Manager (development files)
  50. The iODBC (intrinsic Open Database Connectivity) driver manager is compatible
  51. with the ODBC 2.x and 3.x specification and performs all the jobs of a
  52. ODBC driver manager (i.e. driver loading, parameters and function sequence
  53. checking, driver's function invoking, etc). Any ODBC driver working with
  54. ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager
  55. and vice versa.
  56. .
  57. Applications (using ODBC function calls) linked with iODBC driver manager
  58. will be able to simultaneously access different types of data sources within
  59. one process through suitable iODBC drivers.
  60. .
  61. This package contains the development files.