firebird2.5 2.5.2.26540.ds4-3 source package in Ubuntu

Changelog

firebird2.5 (2.5.2.26540.ds4-3) unstable; urgency=low


  * rules: dump configuration from generated fb_config
  * pass --with-fblib to configure to make fb_config match reality
  * add forgotten #710169 closer in -2
  * enable the server by default, but listen only to localhost (Closes: 702971)
  * fix two typos in Bulgarian debconf translation

 -- Damyan Ivanov <email address hidden>  Tue, 23 Jul 2013 17:43:36 +0300

Upload details

Uploaded by:
Firebird Debian maintainers
Uploaded to:
Sid
Original maintainer:
Firebird Debian maintainers
Architectures:
any all
Section:
database
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
firebird2.5_2.5.2.26540.ds4-3.dsc 3.1 KiB 4d4d647e4a219695f11018c8a2ccb81b02745f9b69cce8654b60352287375d2a
firebird2.5_2.5.2.26540.ds4.orig.tar.xz 3.7 MiB e4744fc62ab734e5b73e82a8777732fbcbfa49899d330ff80a9e680cb6f6a88c
firebird2.5_2.5.2.26540.ds4-3.debian.tar.gz 141.9 KiB 8589e51c2151be1aa5fe8e379be4841896fcb7acf493364d6dcb06d061f940a8

No changes file available.

Binary packages built by this source

firebird-dev: Development files for Firebird - an RDBMS based on InterBase 6.0 code

 This package contains header files for Firebird.
 .
 Please refer to the firebird2.5-super and firebird2.5-classic packages for
 more information about Firebird in general.

firebird2.5-classic: No summary available for firebird2.5-classic in ubuntu saucy.

No description available for firebird2.5-classic in ubuntu saucy.

firebird2.5-classic-common: common files for firebird 2.5 "classic" and "superclassic"

 This package contains the command line utilities and UDFs (user-defined
 function libraries) common to classic and superclassic Firebird servers.
 .
 Please refer to the firebird2.5-classic or firebird2.5-superclassic packages
 for more information about Firebird in general.

firebird2.5-classic-dbg: No summary available for firebird2.5-classic-dbg in ubuntu saucy.

No description available for firebird2.5-classic-dbg in ubuntu saucy.

firebird2.5-common: No summary available for firebird2.5-common in ubuntu saucy.

No description available for firebird2.5-common in ubuntu saucy.

firebird2.5-common-doc: No summary available for firebird2.5-common-doc in ubuntu saucy.

No description available for firebird2.5-common-doc in ubuntu saucy.

firebird2.5-doc: Documentation files for firebird database version 2.5

 Various documents for firebird 2.5. These include the list of enhancements
 from previous versions, description of ISQL enhancements and various API or
 SQL functions that might be of interest for advanced users and developers.
 .
 This package does not include the release notes, the quick start guide and
 the upgrade guide, which are distributed only as PDF files upstream, with no
 accompanying sources, and therefore cannot be included in Debian.

firebird2.5-examples: Examples for Firebird - an RDBMS based on InterBase 6.0 code

 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.
 .
 Please refer to the firebird2.5-super and firebird2.5-classic packages for
 more information about Firebird in general.

firebird2.5-server-common: common files for firebird 2.5 servers

 This package contains files common to super and classic Firebird servers.
 .
 These include the security database, manual pages, support scripts as well as
 configuration files in /etc/firebird/2.5.
 .
 Please refer to the firebird2.5-super or firebird2.5-classic packages for more
 information about Firebird in general.

firebird2.5-super: No summary available for firebird2.5-super in ubuntu saucy.

No description available for firebird2.5-super in ubuntu saucy.

firebird2.5-super-dbg: No summary available for firebird2.5-super-dbg in ubuntu saucy.

No description available for firebird2.5-super-dbg in ubuntu saucy.

firebird2.5-superclassic: No summary available for firebird2.5-superclassic in ubuntu saucy.

No description available for firebird2.5-superclassic in ubuntu saucy.

libfbclient2: Firebird client library

 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 client library required to connect to Firebird. It
 works with either "super-server" or "classic" variants, as well as with
 commercial InterBase servers.
 .
 It uses TCP to connect to the server and is tread-safe.
 .
 For direct (non-TCP) database access, see libfbembed2.5.

libfbclient2-dbg: collected debug symbols for libfbclient2

 This package contains extracted debug symbols for libfbclient2 library. These
 may be useful when tracing a problem like a segmentation fault in some binary
 linked with libfbclient2.

libfbembed2.5: Firebird embedded client/server library

 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 libfbembed - the embedded client/server library for
 Firebird.
 .
 It can work with remote Firebird servers (either super-server or classic) via
 TCP connections, in the same way libfbclient does.
 .
 When working with local database libfbembed works directly with the database
 file without the need of a separate server process.
 .
 If you are in doubt, you most probably need libfbclient2, instead of this
 package.

libib-util: Firebird UDF support library

 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.
 .
 libib_util contains utility functions used by User-Defined Functions (UDF) for
 memory management etc.