File: control

package info (click to toggle)
sqlrelay 1%3A0.37.1-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,084 kB
  • ctags: 6,691
  • sloc: cpp: 48,136; python: 10,118; ansic: 9,673; java: 9,195; php: 8,839; perl: 8,827; sh: 8,554; ruby: 8,516; tcl: 5,039; makefile: 3,665
file content (260 lines) | stat: -rw-r--r-- 9,894 bytes parent folder | download
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
Source: sqlrelay
Section: misc
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), libmysqlclient15-dev, freetds-dev, libiodbc2-dev, libpq-dev, libsqlite0-dev, mdbtools-dev (>= 0.5.99.0.6pre1.0.20051109-2.1), python-all-dev (>= 2.3.5-11), python-central (>= 0.5), libpcre3-dev, libssl-dev, libxml2-dev, librudiments-dev (>= 0.29), libreadline5-dev, libgtk1.2-dev, ruby, ruby1.8-dev, tcl8.4-dev, php5-dev, autotools-dev, chrpath, java-gcj-compat-dev [!arm !mips !mipsel], zope-debhelper
XS-Python-Version: current
Standards-Version: 3.7.2

Package: sqlrelay
Architecture: any
Depends: libxml2-utils, ${shlibs:Depends}, adduser
Suggests: sqlrelay-doc (= ${source:Version}), sqlrelay-config-gtk (= ${binary:Version}), sqlrelay-connection-daemon, sqlrelay-api
Description: Database connection pooling, proxying and load balancing
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux supporting ODBC, Oracle,
 MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase,
 Lago, MDB and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope,
 PHP, Ruby, Tcl and Java APIs, command line clients, a GUI configuration tool
 and extensive documentation.
 .
 Homepage: http://sqlrelay.sourceforge.net/
 .
 This package contains the binaries. Adapters for non-free databases
 are not built by default.

Package: libsqlrelay-0.37
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Replaces: sqlrelay (<< 1:0.36.4-2)
Description: SQL Relay (runtime libraries)
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the runtime libraries. 

Package: sqlrelay-dev
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, libsqlrelay-0.37 (= ${binary:Version}), sqlrelay (= ${binary:Version}), sqlrelay-mysql (= ${binary:Version}), librudiments-dev (>= 0.29)
Provides: sqlrelay-api
Suggests: sqlrelay-doc
Description: SQL Relay C and C++ APIs
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux supporting ODBC, Oracle,
 MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase,
 Lago, MDB and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope,
 PHP, Ruby, Tcl and Java APIs, command line clients, a GUI configuration tool
 and extensive documentation. The APIs support advanced database
 operations such as bind variables, multi-row fetches, client side
 result set caching and suspended transactions. It is ideal for speeding
 up database-driven web-based applications, accessing databases from
 unsupported platforms, migrating between databases, distributing access
 to replicated databases and throttling database access.
 .
 Homepage: http://sqlrelay.sourceforge.net/
 .
 This package contains the header files and static libraries of the C
 and C++ APIs. Adapters for non-free databases are not built by default.

Package: sqlrelay-doc
Section: doc
Architecture: all
Description: SQL Relay Documentation
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux supporting ODBC, Oracle,
 MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase,
 Lago, MDB and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope,
 PHP, Ruby, Tcl and Java APIs, command line clients, a GUI configuration tool
 and extensive documentation.
 .
 This can be also found online at: http://sqlrelay.sourceforge.net/
 .
 This package contains the documentation.

Package: python-sqlrelay
Section: python
Architecture: any
Depends: ${python:Depends}, sqlrelay (= ${binary:Version}), ${shlibs:Depends}
Suggests: sqlrelay-doc
Conflicts: python2.3-sqlrelay, python2.4-sqlrelay
Replaces: python2.3-sqlrelay, python2.4-sqlrelay
Provides: sqlrelay-api, ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: SQL Relay Python (default version) API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.

Package: zope-sqlrelayda
Replaces: zsqlrelayda
Architecture: all
Provides: sqlrelay-api
Depends: python-sqlrelay (>= ${source:Version}), zope2.9 | zope2.8 | zope, ${misc:Depends}
Suggests: sqlrelay-doc
XB-Python-Version: ${python:Versions}
Description: SQL Relay Zope database adapter
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package provides the Zope Database Adapter.

Package: sqlrelay-freetds
Architecture: any
Provides: sqlrelay-connection-daemon
Depends: ${shlibs:Depends}
Suggests: sqlrelay-doc
Description: SQL Relay FreeTDS (Sybase and MS SQL Server) connection daemon
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the FreeTDS connection daemon for accessing
 Sybase and MS SQL Server.

Package: sqlrelay-postgresql
Architecture: any
Provides: sqlrelay-connection-daemon
Depends: ${shlibs:Depends}
Suggests: sqlrelay-doc
Description: SQL Relay PostgreSQL connection daemon
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the PostgreSQL connection daemon.

Package: sqlrelay-mdb
Architecture: any
Provides: sqlrelay-connection-daemon
Depends: ${shlibs:Depends}
Suggests: sqlrelay-doc
Description: SQL Relay MDB connection daemon
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the MDB connection daemon (for JET / MS Access
 databases).

Package: sqlrelay-mysql
Architecture: any
Provides: sqlrelay-connection-daemon
Depends: ${shlibs:Depends}
Suggests: sqlrelay-doc
Description: SQL Relay MySQL connection daemon
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the MySQL connection daemon.

Package: sqlrelay-odbc
Architecture: any
Provides: sqlrelay-connection-daemon
Depends: ${shlibs:Depends}
Suggests: sqlrelay-doc
Description: SQL Relay ODBC connection daemon
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the ODBC connection daemon.

Package: sqlrelay-sqlite
Architecture: any
Provides: sqlrelay-connection-daemon
Depends: ${shlibs:Depends}
Suggests: sqlrelay-doc
Description: SQL Relay for SQLite connection daemon
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the SQLite connection daemon.

Package: sqlrelay-config-gtk
Architecture: any
Depends: sqlrelay (= ${binary:Version}), ${shlibs:Depends}
Suggests: sqlrelay-doc
Description: SQL Relay configuration GTK+ client
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains a GTK+ configuration client.

Package: sqlrelay-test
Architecture: any
Depends: ${shlibs:Depends}, sqlrelay (= ${binary:Version}), ${shlibs:Depends}
Suggests: sqlrelay-doc
Description: SQL Relay tests
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains some SQL Relay tests.

Package: libdbd-sqlrelay-perl
Section: perl
Architecture: all
Depends: ${perl:Depends}, sqlrelay (>= ${source:Version}), libfirstworks-sqlr-perl (>= ${source:Version})
Suggests: sqlrelay-doc
Provides: sqlrelay-api
Description: SQL Relay Perl DBD API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the Perl DBD API (which is NOT the SQL Relay Perl API,
 found in the libfirstworks-sqlr-perl package).

Package: libfirstworks-sqlr-perl
Section: perl
Architecture: any
Depends: ${perl:Depends}, sqlrelay (= ${binary:Version}), ${shlibs:Depends}
Suggests: sqlrelay-doc
Provides: sqlrelay-api
Conflicts: libdbd-sqlrelay-perl (<< 1:0.35-4)
Replaces: libdbd-sqlrelay-perl (<< 1:0.35-4)
Description: SQL Relay Perl API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the SQL Relay Perl API (which is NOT the
 SQL Relay Perl DBD API, which is found in the libdbd-sqlrelay-perl package).

Package: libsqlrelay-java
Architecture: any
Depends: java-gcj-compat | java-runtime2, sqlrelay (= ${binary:Version}), ${shlibs:Depends}
Suggests: sqlrelay-doc
Provides: sqlrelay-api
Description: SQL Relay Java API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the Java API.

Package: libsqlrelay-ruby
Architecture: any
Depends: ruby, sqlrelay (= ${binary:Version}), ${shlibs:Depends}
Suggests: sqlrelay-doc
Provides: sqlrelay-api
Description: SQL Relay Ruby API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the SQL Relay Ruby API.

Package: libsqlrelay-tcl
Architecture: any
Depends: tcl8.4, sqlrelay (= ${binary:Version}), ${shlibs:Depends}
Suggests: sqlrelay-doc
Provides: sqlrelay-api
Description: SQL Relay Tcl API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the SQL Relay Tcl API.

Package: php5-sqlrelay
Architecture: any
Depends: ${php:Depends}, sqlrelay (= ${binary:Version}), ${shlibs:Depends}
Suggests: sqlrelay-doc
Provides: sqlrelay-api
Description: SQL Relay PHP API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the SQL Relay PHP API.