firebird3.0 3.0.8.33535.ds4-1ubuntu2 source package in Ubuntu
Changelog
firebird3.0 (3.0.8.33535.ds4-1ubuntu2) jammy; urgency=medium * No-change rebuild for icu soname change. -- Matthias Klose <email address hidden> Wed, 09 Feb 2022 05:39:18 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Damyan Ivanov
- Architectures:
- any all
- Section:
- database
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | database |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
firebird3.0_3.0.8.33535.ds4.orig.tar.xz | 3.2 MiB | 2520ebb8ba14347003dc396c870e15cae515182af66c01320877d057c78292e0 |
firebird3.0_3.0.8.33535.ds4-1ubuntu2.debian.tar.xz | 99.1 KiB | 30d9efbf1ee9faafaf2be7eca620d43f7ca12456dc7614fb71510066404a2f12 |
firebird3.0_3.0.8.33535.ds4-1ubuntu2.dsc | 2.7 KiB | 0c56dace5c245c40c74a08c52056b1c0762d1fb93b41e577c8ff0b6bffe7fd49 |
Available diffs
Binary packages built by this source
- firebird-dev: Development files for Firebird
C header files for Firebird, useful if one compiles programs that use the
Firebird client to work with Firebird databases.
.
See firebird3.0-server package for more information about Firebird.
- firebird3.0-common: common files for firebird 3.0 server, client and utilities
Common files for the Firebird server, client and user utilities.
.
These include the support scripts as well as configuration files in
/etc/firebird/3.0.
- firebird3.0-common-doc: copyright, licensing and changelogs of firebird3.0
Copyright, licensing information and upstream changelog of firebird3.0.
.
Due to the size of the upstream change log and copyright/licensing summary,
keeping them in a separate package saves space on mirrors and when installing
firebird3.0 packages.
- firebird3.0-doc: Documentation files for firebird database version 3.0
Various documents for firebird 3.0. These include the release notes, what's
new in firebird 3.0, quick start guide, upgrade guide, list of ISQL
enhancements etc.
- firebird3.0-examples: Examples for Firebird database
The examples included in this package are provided as samples and are also
used by Firebird's testing suite (TCS). The examples are in the form
of .h, .c, .e, .fdb and .gbk files.
.
See firebird3.0-server package for more information about Firebird.
- firebird3.0-server: Firebird Server - an RDBMS based on InterBase 6.0 code
Firebird is a relational database offering many ANSI SQL-99 features that
runs on Linux, Windows, and a variety of Unix platforms. Firebird offers
excellent concurrency, high performance, and powerful language support
for stored procedures and triggers. It has been used on production systems
under a variety of names since 1981.
.
This package contains the server binary as well as its configuration files.
The default mode of operation is the so called "super", which is a
single-threaded server process with shared database cache between
connections. The two other operation modes -- "classic" (separate
process/cache for each connection) and "superclassic" (separate thread/cache
for each connection) are also available via configuration options.
- firebird3.0-server-core: Firebird engine core
Firebird database engine and support libraries. This package is required for
embedded (serverless) access to local databases with the tools packaged in
firebird3.0-utils or other binaries linked to the firebird client library,
libfbclient2.
.
The rest of the binaries needed for running a full-featured,
remotely-accessible Firebird server are in the firebird3.0-server package.
- firebird3.0-server-core-dbgsym: debug symbols for firebird3.0-server-core
- firebird3.0-server-dbgsym: debug symbols for firebird3.0-server
- firebird3.0-utils: Firebird command line utilities
This package contains the utilities for managing Firebird databases:
* isql-fb -- interactive console (original name isql)
* gbak -- backup and restore databases
* gfix -- check and repair databases
* gsec -- manage users and roles
* fbstat -- analyze databases (original name gstat)
* nbackup -- incremental backup and file-level copy
* gpre -- preprocess sources with embedded SQL
- firebird3.0-utils-dbgsym: debug symbols for firebird3.0-utils
- libfbclient2: Firebird client library
Client library for connecting to the Firebird server. It can also be used for
direct (embedded) database access.
.
See firebird3.0-server package for more information about Firebird.
- libfbclient2-dbgsym: debug symbols for libfbclient2
- libib-util: Firebird UDF support library
Contains utility functions used by Firebird User-Defined Functions (UDF) for
memory management etc.
.
See firebird3.0-server package for more information about Firebird.
- libib-util-dbgsym: debug symbols for libib-util