Source: psqlodbc
Priority: optional
Section: database
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Christoph Berg <myon@debian.org>
Uploaders: Steve Langasek <vorlon@debian.org>
Build-Depends: cdbs (>= 0.4.93), debhelper (>= 8.1.3), libpq-dev, unixodbc-dev (>= 2.2.11-13),
 postgresql, postgresql-common (>= 144~), postgresql-server-dev-all
Standards-Version: 3.9.4
Homepage: http://psqlodbc.projects.postgresql.org/
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/psqlodbc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/psqlodbc.git
XS-Testsuite: autopkgtest

Package: odbc-postgresql
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: unixodbc-bin
Enhances: unixodbc
Breaks: unixodbc (<< 2.2.14p2-3), odbcinst1debian2 (<< 2.2.14p2-3),
 libiodbc2 (<= 3.52.7-2)
Description: ODBC driver for PostgreSQL
 This package provides a driver that allows ODBC-enabled applications to
 access PostgreSQL databases.  ODBC is an abstraction layer that allows
 applications written for that layer to access databases in a manner
 that is relatively independent of the particular database management
 system.
 .
 You need to install this package if you want to use an application that
 provides database access through ODBC and you want that application to
 access a PostgreSQL database.  This package would need to be installed
 on the same machine as that client application; the PostgreSQL database
 server can be on a different machine and does not need any additional
 software to accept ODBC clients.
 .
 If you want to write software that can access a database through the
 ODBC abstraction layer, you need to install the unixODBC driver manager
 development package unixodbc-dev, and possibly additional packages for
 language bindings.  This driver package is only used at run time.

Package: odbc-postgresql-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, odbc-postgresql
Description: ODBC driver for PostgreSQL - debug symbols
 odbc-postgresql provides a driver that allows ODBC-enabled applications
 to access PostgreSQL databases.  ODBC is an abstraction layer that
 allows applications written for that layer to access databases in a
 manner that is relatively independent of the particular database
 management system.
 .
 This package contains the debug symbols for odbc-postgresql.
