[pkg-firebird-general] firebird2.1_2.1.0.17798-0.ds1-1_i386.changes is NEW

Debian Installer installer at ftp-master.debian.org
Sun May 4 21:47:19 UTC 2008


(new) firebird2.1-classic_2.1.0.17798-0.ds1-1_i386.deb optional misc
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.
(new) firebird2.1-common_2.1.0.17798-0.ds1-1_i386.deb optional misc
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.
(new) firebird2.1-dev_2.1.0.17798-0.ds1-1_all.deb optional libdevel
Development files for Firebird - an RDBMS based on InterBase 6.0 code
 This package contains header files for Firebird.
 .
 Please refer to the firebird2.1-super and firebird2.1-classic packages for
 more information about Firebird in general.
(new) firebird2.1-doc_2.1.0.17798-0.ds1-1_all.deb optional doc
Documentation files for firebird database version 2.1
 Various documents for firebird 2.1, inclluding release notes, what's new in
 firebird 2.1, quick start guide, list of SQL enhancements etc.
(new) firebird2.1-examples_2.1.0.17798-0.ds1-1_all.deb optional doc
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.
(new) firebird2.1-server-common_2.1.0.17798-0.ds1-1_i386.deb optional misc
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.
(new) firebird2.1-super_2.1.0.17798-0.ds1-1_i386.deb optional misc
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.
(new) firebird2.1_2.1.0.17798-0.ds1-1.diff.gz optional misc
(new) firebird2.1_2.1.0.17798-0.ds1-1.dsc optional misc
(new) firebird2.1_2.1.0.17798-0.ds1.orig.tar.gz optional misc
libfbclient2_2.1.0.17798-0.ds1-1_i386.deb
  to pool/main/f/firebird2.1/libfbclient2_2.1.0.17798-0.ds1-1_i386.deb
(new) libfbembed2.1_2.1.0.17798-0.ds1-1_i386.deb optional libs
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.
Changes: firebird2.1 (2.1.0.17798-0.ds1-1) experimental; urgency=low
 .
  * New upstream release candidate
 .
  * debian/get-orig-source.sh: also remove .cvsignore from upstream sources
  * Refreshed patches
 .
  * servers: do not fail to start if /var/run/firebird/2.1 does not exist
    + 2.1-super.init: create /var/run/firebird/2.1 if it doesn't exist before
      starting the server.
    + 2.1-classic.init: added; creates the run directory at system startup.
    + Avoids failure to start the server if /var/run is mounted on tmpfs.
  * Get updated debconf translations from firebird2.0
 .
  * new upstream release 2.1.0
  * rework debian/copyright; it now contains licensing/copyright information
    about each and every file in the upstream source
    + update README.Debian to list all removed files
  * fix variable misspelling in Italian translation
  * updated Spanish debconf translation by Javier Fernandez-Sanguino Peña
  * fix frmgr-corrent-log-path.patch to use 2.1 in log path
  * adapt debian/get-orig-source.sh to new upstream release
    + also clean non-free stuff listed in debian/prune-non-free.lst
  * cherry-pick iprovements from firebird2.0
    + add fix-mipseb-detect.patch to help detection of big-endian mips;
      refresh autoboot.patch
    + split server-common things in a separate firebird2.1-server-common
      package
    + *.postinst: pass "$@" to debhelper_hook(), not only "$1"
    + -server-common.postinst: use version-neutral home directory for firebird
      user
    + add a few words about Firebird in -common description
  * add cvs-port-arm.patch, stolen from upstream; refresh autoboot.patch
  * control: typo in -doc description (ISQL->SQL)
  * forget about linda overrides
  * debian/TODO: remove things already done
 .
firebird2.1 (2.1.0.15999~beta1.ds1-1) experimental; urgency=low
 .
  * New upstream beta (June 30th)
    + Adapt debian/get-orig-source.sh
  * Refreshed patches
    + no-rpath
    + link-as-needed
    + separate-file-and-sem-perms
    + fix-os-detection
    + frmgr-corrent-log-path
    + create-run-dir
    + terminate-lock-manager
    + autoboot
  * Dropped patches
    + use-debian-icu - upstream implemented --with-system-icu option in
      ./configure
    + link-with-g++
    + inet-trust-localhost - applied upstream
    + cvs-sparc-jrd_sort - released upstream
    + cvs-remote-alignment - released upstream
    + port-mipsel - applied upstream
  * Use libedit instead of libeditline, since this is what actually upstream
    uses
    + rename use-debian-editline.patch to use-debian-libedit.patch and update
      it to patch the --with-system-editline configure option
    + Change -leditline to -ledit in make.defaults
    + Build-Depend on libedit-dev instead of libeditline-dev
    + add --with-system-editline --with-system-icu to ./configure call
  * Library soname handling
    + new patch library-soname to make libfbclient use libfbclient.so.2 and
      libfbembed libfbembed.so.2.1
    + rename libfbembed2 to libfbembed2.1 in debian/control
    + follow these changes in make_packages.sh
  * Clean up debian/clean-after-build.sh
  * debian/get-orig-source.sh: remove CVS cruft too
  * Detect missing debconf in .postrm/purge and don't remove any
    password/security/database files. Spit messages about that.
    Thanks to Michael Ablassmeier
  * Build-Depnds on libicu36-dev (changed from libicu34-dev)
  * [clean-after-build.sh] do not remove build_no.h
  * Applied patch to Hungarian translation from Tamas TEVESZ
 .
firebird2.1 (2.1.0.15199~alpha1.ds1-2) experimental; urgency=low
 .
  * Updated fix-mcpu-to-mtune to use -march=486 instead of 586
 .
firebird2.1 (2.1.0.15199~alpha1.ds1-1) experimental; urgency=low
 .
  * New upstream alpha release (27-Mar-2007)
  * Spin-off new source package out of firebird2.0
 .
  * Updated debian/watch and debian/get-orig-source.sh
  * Refreshed patches
    + Removed unnecessary patches
        proto_h-ALLSPACE-ulong.patch
        dsql.tab.h-bison2.3.patch
        cvs-common_classes_alloc.cpp-unaligned.patch
        cvs-jrd.cpp-crash-on-srervices-and-conventional-api-usage.patch
        cvs-powerpc-double-define.patch
  * Add extern/btyacc/btyacc and src/dsql/dsql.tab.h to
    debian/clean-after-build.sh


Override entries for your package:
libfbclient2_2.1.0.17798-0.ds1-1_i386.deb - optional libs

Announcing to debian-devel-changes at lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-firebird-general mailing list