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
|
Source: unixodbc-gui-qt
Build-Depends: debhelper (>= 9), libqt4-dev, libqtassistantclient-dev,
libreadline-dev, dh-autoreconf, libltdl-dev, unixodbc-dev
Section: libs
Priority: optional
Maintainer: Steve Langasek <vorlon@debian.org>
Standards-Version: 3.9.3
Homepage: http://www.unixodbc.org/
Vcs-Bzr: nosmart+http://bzr.debian.org/bzr/users/vorlon/unixodbc-gui-qt/trunk/
Vcs-Browser: http://anonscm.debian.org/loggerhead/users/vorlon/unixodbc-gui-qt/trunk/
Package: unixodbc-bin
Architecture: any
Multi-Arch: foreign
Section: x11
Depends: ${shlibs:Depends}, libodbcinstq4-1, ${misc:Depends}
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: libodbcinstq4-1
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Qt-based ODBC configuration library
This package contains the libodbcinstQ4 library, a library used by some
Qt-based GUI configuration tools for managing ODBC drivers and ODBC DSNs.
|