File: control

package info (click to toggle)
derby 10.13.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 78,628 kB
  • sloc: java: 691,070; sql: 42,686; xml: 20,542; sh: 3,373; sed: 96; makefile: 48
file content (96 lines) | stat: -rw-r--r-- 4,073 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
Source: derby
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth@ceh.ac.uk>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant (>= 1.7),
               debhelper (>= 9),
               default-jdk,
               javacc4,
               junit,
               libjson-simple-java,
               liblucene4.10-java,
               liboro-java,
               libservlet3.1-java,
               maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/derby.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/derby.git
Homepage: http://db.apache.org/derby/

Package: libderbyclient-java
Architecture: all
Depends: ${misc:Depends}
Suggests: derby-doc, derby-tools
Description: Apache Derby Client JDBC Driver
 The Derby network client provides network connectivity to the Derby Network
 Server. It is distributed as an additional jar file, derbyclient.jar, with an
 entirely independent code base from the embedded driver.
 .
 The Derby network client is a type 4, JDBC compliant Driver, which attempts
 to match the Derby Embedded JDBC driver as much as possible.
 .
 The Derby Network Server is provided by the derby-core package.

Package: libderby-java
Architecture: all
Depends: ${misc:Depends}
Suggests: derby-doc
Description: Apache Derby Database Engine and Embedded JDBC Driver
 Apache Derby is an open source relational database implemented entirely
 in Java.
  * Derby has a small footprint -- about 2.6 megabytes for the base engine and
    embedded JDBC driver.
  * Derby is based on the Java, JDBC, and SQL standards.
  * Derby provides an embedded JDBC driver that lets you embed Derby in any
    Java-based solution.
  * Derby also supports the more familiar client/server mode with the Derby
    Network Client JDBC driver and Derby Network Server.
  * Derby is easy to install, deploy, and use.
 .
 This package includes the database server, the embedded JDBC driver and
 localisations.

Package: derby-tools
Architecture: all
Depends: default-jre | java6-runtime-headless,
         java-wrappers,
         libderby-java,
         libderbyclient-java,
         ${misc:Depends}
Description: Apache Derby Tools
 The Derby tools and utilities are a set of routines supplied with Derby
 that are typically used to create, inspect, and update a Derby database.
 .
 These tools and utilities include:
  * NetworkServerControl, provides the ability to start a Network Server or
    connect to a running Network Server to shutdown, configure or retrieve
    diagnostic information.
  * ij, the Derby's interactive JDBC scripting tool. It is a simple utility
    for running scripts against a Derby database. You can also use it
    interactively to run ad hoc queries. ij provides several commands for ease
    in accessing a variety of JDBC features.
    ij can be used in an embedded or a client/server environment.
  * sysinfo, provides information about your version of Derby and your
    environment.
  * dblook, the Derby's Data Definition Language (DDL) Generation Utility,
    more informally called a schema dump tool. It is a simple utility that
    dumps the DDL of a user-specified database to either a console or a file.
    The generated DDL can then be used for such things as recreating all or
    parts of a database, viewing a subset of a database's objects (for example,
    those which pertain to specific tables and schemas), or documenting
    a database's schema.
  * SignatureChecker, a tool that identifies any SQL functions and procedures
    in a database that do not follow the SQL Standard argument matching rules.
  * PlanExporter, a tool to export query plan data for further analysis.

Package: derby-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Apache Derby API documentation and examples
 Apache Derby is an open source relational database implemented entirely
 in Java.
 .
 This package contains a Javadoc documenting the API and demo software
 for Apache Derby.