firebird2.1 2.1.4.18393-0.ds2-6 source package in Ubuntu

Changelog

firebird2.1 (2.1.4.18393-0.ds2-6) unstable; urgency=low

  * do not fail creating existing firebird user (LP#695088)
  * do not ship libib_util.so in the private library directory
    instead, rely on the recommended libib-util package
  * fix typo in French debconf translation (SYSBDA → SYSDBA)
  * server-config: add explicit db_stop

firebird2.1 (2.1.4.18393-0.ds2-5) unstable; urgency=low

  * server-common.postrm: remove $RUN on removal
  * functions: do not create $RUN in postinst, init scripts will take care of
    that

firebird2.1 (2.1.4.18393-0.ds2-4) unstable; urgency=low

  * make firebird2.1-dev a transitional package depending on firebird-dev
  * copyright: point to GPL-N for "version N or later" licenses
  * install fbintl with .so extension and not executable
  * drop lintian overrides about -common-doc by rewording the description

firebird2.1 (2.1.4.18393-0.ds2-3) unstable; urgency=low

  * firebird2.1-dev: adapt to multi-arch libfbclient2
    +(build-)depend on multi-arch libfbclient2
    + Arch: any (symlink in arch-dep) directory
    + symlinks in multi-arch directory (Closes: #641137)
  * rules: provide build-arch and build-indep targets
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 09:16:48 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Firebird Debian maintainers
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
firebird2.1_2.1.4.18393-0.ds2.orig.tar.gz 6.3 MiB 16e1ce1eddb020a5ba4d80e51bedb6bedba97520b52fb25d3ce32a2c3d1dafa7
firebird2.1_2.1.4.18393-0.ds2-6.debian.tar.gz 121.1 KiB d05e17236431e773daa8a94ffe6eba9cd1af62c3dba14fae9a77f1e593f8a315
firebird2.1_2.1.4.18393-0.ds2-6.dsc 2.3 KiB 43a856c7a4d59268bda3a1139e193de96e542be3318cd16c7905bd6b2318650d

View changes file

Binary packages built by this source

firebird2.1-classic: Firebird Classic 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.
 .
 The "classic" architecture uses a new process to handle each connection
 which results in somewhat slower operation (but is said to be faster
 than "super" on local connections) yet can take advantage of multiple
 CPUs on SMP machines. This is the "traditional" architecture.
 .
 This package contains the 2.1 branch of Firebird.
 .
 Firebird is a commercially independent project of C and C++ programmers,
 technical advisors and supporters developing and enhancing a multi-platform
 relational database management system based on the source code released by
 Inprise Corp (now known as Borland Software Corp) under the InterBase Public
 License v.1.0 on 25 July, 2000.

firebird2.1-common: common files for firebird 2.1 servers and clients

 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 files common to both servers and clients for both super
 and classic flavours.
 .
 These include the message file (firebird.msg), support scripts as well as
 configuration files in /etc/firebird/2.1.
 .
 Please refer to the firebird2.1-super or firebird2.1-classic packages for more
 information about Firebird in general.

firebird2.1-common-doc: copyright, licensing and changelogs of firebird2.1

 This is an (otherwise) empty package contains the copyright and licensing
 information of firebird2.1, as well as the upstream changelog.
 .
 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
 firebird2.1 packages.
 .
 Please refer to the firebird2.1-super or firebird2.1-classic packages for more
 information about Firebird database in general.

firebird2.1-dev: transitional package for firebird-dev

 Firebird development files are shipped only with the latest packaged major
 version, 2.5. The firebird API is always backwards compatible, so there
 should be no issues building with the newest headers. This dummy package is
 provided to ease the transition for packages build-depending on
 firebird2.1-dev.

firebird2.1-doc: Documentation files for firebird database version 2.1

 Various documents for firebird 2.1. These include the release notes, what's
 new in firebird 2.1, quick start guide, upgrade guide, list of ISQL
 enhancements etc.

firebird2.1-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.1-super and firebird2.1-classic packages for
 more information about Firebird in general.

firebird2.1-server-common: common files for firebird 2.1 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.1.
 .
 Please refer to the firebird2.1-super or firebird2.1-classic packages for more
 information about Firebird in general.

firebird2.1-super: Firebird Super 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.
 .
 The "super" architecture uses separate threads to handle each connection.
 It has its advantages (eg: is usually faster and more efficient for large
 numbers of clients) but is unable to use more that one CPU on an SMP
 system and under some circumstances a client may crash all server threads.
 .
 This package contains the 2.1 branch of Firebird.
 .
 Firebird is a commercially independent project of C and C++ programmers,
 technical advisors and supporters developing and enhancing a multi-platform
 relational database management system based on the source code released by
 Inprise Corp (now known as Borland Software Corp) under the InterBase Public
 License v.1.0 on 25 July, 2000.

libfbembed2.1: 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.
 .
 Contrary to libfbclient, libfbembed is not thread-safe.
 .
 When working with local database libfbembed works directly with the database
 file without the need of a separate server process. It needs a separate lock
 manager -- fb_lock_mgr -- which is in firebird2.1-classic package.
 .
 If you are in doubt, you most probably need libfbclient2, instead of this
 package.