File: control

package info (click to toggle)
sqlrelay 1%3A0.35-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,944 kB
  • ctags: 6,102
  • sloc: cpp: 41,419; python: 11,007; ansic: 10,279; java: 9,833; perl: 9,500; php: 9,229; ruby: 9,182; sh: 8,700; makefile: 3,474; tcl: 5
file content (236 lines) | stat: -rw-r--r-- 8,759 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
Source: sqlrelay
Section: misc
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 4.1.16), libmysqlclient12-dev | libmysqlclient-dev, freetds-dev, libiodbc2-dev, postgresql-dev, libsqlite0-dev, python,  python2.2-dev, python2.3-dev, libpcre3-dev, libssl-dev, libxml2-dev, librudiments0-dev (>= 0.27), libc6-prof [!alpha !ia64], libc6.1-prof [alpha ia64], libreadline4-dev, libgtk1.2-dev, ruby, ruby1.8-dev, php4-dev (>= 4:4.3.10-10), autotools-dev
Standards-Version: 3.6.1

Package: sqlrelay
Architecture: any
Depends: libxml2-utils, ${shlibs:Depends}
Suggests: sqlrelay-doc (= ${Source-Version}), sqlrelay-config-gtk (= ${Source-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 and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope,
 PHP, Ruby 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: sqlrelay-dev
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, sqlrelay (= ${Source-Version})
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 and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope,
 PHP, Ruby 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 and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope,
 PHP, Ruby 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: python2.2-sqlrelay
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Suggests: sqlrelay-doc
Provides: sqlrelay-api
Description: SQL Relay Python 2.2 API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the Python 2.2 API.

Package: python2.3-sqlrelay
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Suggests: sqlrelay-doc
Provides: sqlrelay-api
Description: SQL Relay Python 2.3 API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This package contains the Python 2.3 API.

Package: python-sqlrelay
Section: python
Architecture: all
Depends: ${python:Depends}, sqlrelay (= ${Source-Version})
Provides: sqlrelay-api
Description: SQL Relay Python (default version) API
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux.
 .
 This is an empty dummy package which will install the default
 version-dependent python package.

Package: zope-sqlrelayda
Replaces: zsqlrelayda
Architecture: all
Provides: sqlrelay-api
Depends: python2.2-sqlrelay (= ${Source-Version}), zope (>= 2.4.2), ${misc:Depends}
Suggests: sqlrelay-doc
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-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: ${shlibs:Depends}, sqlrelay (= ${Source-Version})
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 (= ${Source-Version})
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: any
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 (= ${Source-Version})
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-ruby
Architecture: any
Depends: ruby, sqlrelay (= ${Source-Version})
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: php4-sqlrelay
Architecture: any
Depends: ${php:Depends}, sqlrelay (= ${Source-Version}), phpapi-20020918
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.