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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
Source: gnade
Section: libs
Priority: optional
Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
DM-Upload-Allowed: yes
# sqlite3, libsqlite3-dev are used to test the sqlite3 interface
Build-Depends: debhelper (>= 7.2.4), gnat-4.4, unixodbc-dev, libsqlite3-dev
Standards-Version: 3.9.0
XS-Vcs-Mtn: www.ada-france.org org.debian.gnade
XS-Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.gnade
Package: libgnadecommon1-dev
Architecture: any
Section: libdevel
Depends: gnat, gnat-4.4, ada-compiler,
libgnadecommon1 (= ${binary:Version}), ${misc:Depends}
Suggests: libgnadecommon-dbg
Description: GNat Ada Database Environment - subprograms common to other GNADE packages
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the development files and static library for the
common subprograms.
Package: libgnadecommon-dbg
Priority: extra
Architecture: any
Section: debug
Depends: libgnadecommon1 (= ${binary:Version}), ${misc:Depends}
Suggests: gnat, ada-compiler
Description: GNat Ada Database Environment - common debugging symbols
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the debugging symbols for the common library.
Package: libgnadecommon1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GNat Ada Database Environment - common subprograms library
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the shared library for the common subprograms.
Package: libgnadeodbc1-dev
Architecture: any
Section: libdevel
Depends: gnat, gnat-4.4, ada-compiler,
libgnadecommon1-dev (= ${binary:Version}), unixodbc (>= 2.2.11-16),
libgnadeodbc2 (= ${binary:Version}), ${misc:Depends}
Suggests: libgnadesqlite3-dev, libgnadeodbc-dbg
Conflicts: gnade-dev, libgnadeodbc-dev
Replaces: libgnadeodbc-dev
Description: GNat Ada Database Environment - ODBC programming interface
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the development files and static library for the
ODBC interface.
Package: libgnadeodbc-dbg
Priority: extra
Architecture: any
Section: debug
Depends: libgnadeodbc2 (= ${binary:Version}), ${misc:Depends}
Suggests: gnat, ada-compiler
Description: GNat Ada Database Environment - ODBC debugging symbols
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the debugging symbols for the ODBC interface.
Package: libgnadeodbc2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GNat Ada Database Environment - ODBC interface
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the shared library for the ODBC interface.
Package: libgnadesqlite3-1-dev
Architecture: any
Depends: gnat, gnat-4.4, ada-compiler,
libgnadecommon1-dev (= ${binary:Version}),
libsqlite3-dev, libgnadesqlite3-2 (= ${binary:Version}), ${misc:Depends}
Section: libdevel
Suggests: libgnadesqlite3-dbg
Conflicts: libgnadesqlite-dev
Replaces: libgnadesqlite-dev
Description: GNat Ada Database Environment - SQLite3 programming interface
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the development files and static library for the
SQLite3 interface.
Package: libgnadesqlite3-dbg
Priority: extra
Architecture: any
Depends: libgnadesqlite3-2 (= ${binary:Version}), ${misc:Depends}
Section: debug
Suggests: gnat, ada-compiler
Description: GNat Ada Database Environment - SQLite3 debugging symbols
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the debugging symbols for the SQLite3 interface.
Package: libgnadesqlite3-2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GNat Ada Database Environment - SQLite3 interface
GNADE is a complete database development environment for Ada
programmers. It consists of:
.
a. A Thin binding to the ODBC API. With this API, you can write
programs that query any ODBC-compliant database server.
.
b. A thin binding to SQLite3.
.
This package contains the shared library for the SQLite3 interface.
|