File: control

package info (click to toggle)
jameica-h2database 1.4.197-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,704 kB
  • sloc: java: 219,925; sql: 11,992; jsp: 832; javascript: 772; xml: 649; sh: 175; makefile: 15
file content (42 lines) | stat: -rw-r--r-- 1,257 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
Source: jameica-h2database
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 javahelper,
 libjts-java,
 liblucene4.10-java,
 libosgi-compendium-java,
 libservlet3.1-java,
 libslf4j-java,
 maven-repo-helper
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/jameica-h2database.git
Vcs-Browser: https://salsa.debian.org/java-team/jameica-h2database
Homepage: http://www.h2database.com

Package: jameica-h2database
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests:
 libjts-java,
 liblucene4.10-java,
 libslf4j-java
Description: H2 Database Engine (jameica version)
 H2 is a relational database management system supporting a subset
 of the SQL standard. The main programming APIs are SQL and JDBC,
 however the database also supports using the PostgreSQL ODBC driver
 by acting like a PostgreSQL server.
 .
 The main features of H2 are:
 .
  - Very fast, open source, JDBC API.
  - Embedded and server modes; in-memory databases.
  - Browser based Console application.
  - Small footprint
 .
 This is version 1.4.197 of h2 as needed by jameica.