File: control

package info (click to toggle)
hsqldb 1.8.0.7-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 11,824 kB
  • ctags: 11,226
  • sloc: java: 71,953; xml: 10,832; sql: 1,038; sh: 875; makefile: 58
file content (59 lines) | stat: -rw-r--r-- 2,536 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
Source: hsqldb
Section: libs
Priority: optional
Maintainer: Peter Eisentraut <petere@debian.org>
Build-Depends: cdbs (>= 0.4.39), debhelper (>= 5), kaffe, jikes, ant, libservlet2.3-java
Standards-Version: 3.7.2

Package: libhsqldb-java
Section: libs
Architecture: all
Depends: kaffe | java2-runtime, libservlet2.3-java
Suggests: java-virtual-machine, libhsqldb-java-doc
Conflicts: openoffice.org-base (<< 2.0.4.dfsg.2-7etch3)
Description: Java SQL database engine
 HSQLDB is an SQL relational database engine written in Java.  It has a
 JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
 SQL:1999 and SQL:2003 enhancements.  It offers a small, fast database
 engine that offers both in-memory and disk-based tables.  Embedded and
 server modes are available.  Additionally, it includes tools such as a
 minimal web server, in-memory query and management tools (can be run as
 applets), and a number of demonstration examples.
 .
 Web site: http://hsqldb.org/

Package: libhsqldb-java-doc
Section: doc
Architecture: all
Suggests: libhsqldb-java
Description: documentation for HSQLDB
 HSQLDB is an SQL relational database engine written in Java.  It has a
 JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
 SQL:1999 and SQL:2003 enhancements.  It offers a small, fast database
 engine that offers both in-memory and disk-based tables.  Embedded and
 server modes are available.  Additionally, it includes tools such as a
 minimal web server, in-memory query and management tools (can be run as
 applets), and a number of demonstration examples.
 .
 This package contains the documentation of HSQLDB.
 .
 Web site: http://hsqldb.org/

Package: hsqldb-server
Section: misc
Architecture: all
Depends: libhsqldb-java (= ${Source-Version}), adduser, lsb-base (>= 3.0-3)
Description: Java SQL database server
 HSQLDB is an SQL relational database engine written in Java.  It has a
 JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
 SQL:1999 and SQL:2003 enhancements.  It offers a small, fast database
 engine that offers both in-memory and disk-based tables.  Embedded and
 server modes are available.  Additionally, it includes tools such as a
 minimal web server, in-memory query and management tools (can be run as
 applets), and a number of demonstration examples.
 .
 This package contains the files necessary to run an HSQLDB server.  More
 commonly, HSQLDB is used as an embedded database engine, which does not
 require this package.
 .
 Web site: http://hsqldb.org/