derby 10.14.2.0-2 source package in Ubuntu

Changelog

derby (10.14.2.0-2) unstable; urgency=medium

  * Team upload

  [ Gilles Filippini ]
  * Tentative support for json-simple >= 3 (Closes: #968937)

  [ tony mancill ]
  * Use debhelper-compat 13
  * Set "Rules-Requires-Root: no" in debian/control
  * Use https URLs in copyright, control and watch
  * Bump Standards-Version to 4.5.0
  * Override dh_auto_test in debian/rules, not dh_test
  * Update debian/rules to add json-simple during tests

 -- tony mancill <email address hidden>  Sat, 05 Sep 2020 11:57:12 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
derby_10.14.2.0-2.dsc 2.2 KiB 91b812cf6e942a4a16f5c4a89c612873542c39c53be384aeefd6359f5fa39aa8
derby_10.14.2.0.orig.tar.xz 7.7 MiB 3f2a432414b904318e157651aa01f8a051084c84ba2936e2962e22a866602cc5
derby_10.14.2.0-2.debian.tar.xz 13.8 KiB ced3f6ea6847c029e34e655b1c200bafd277413c0fc6a958bd706a0e03946116

Available diffs

No changes file available.

Binary packages built by this source

derby-doc: 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.

derby-tools: 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.

libderby-java: 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.

libderbyclient-java: 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.