Source: firebird3.0
Section: database
Priority: optional
Maintainer: Debian Firebird Group <pkg-firebird-general@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: 
 autoconf,
 automake,
 bison,
 debhelper (>= 9.20151219~),
 debhelper (>= 9.20160709~) | dh-systemd,
 gawk,
 libatomic-ops-dev (>= 1.2+cvs20091005),
 libboost-dev,
 libedit-dev,
 libicu-dev,
 libtommath-dev,
 libtool,
 po-debconf,
 procmail,
 rename,
 zlib1g-dev,
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-firebird/3.0.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-firebird/3.0.git
Homepage: http://firebirdsql.org/

Package: firebird3.0-server-core
Architecture: any
Multi-Arch: same
Breaks: firebird3.0-server (<< 3.0.0.32483.ds4-6~)
Replaces: firebird3.0-server (<< 3.0.0.32483.ds4-6~)
Depends: ${shlibs:Depends}, ${misc:Depends},
 firebird3.0-common (= ${source:Version}),
 firebird3.0-common-doc (= ${source:Version})
Suggests: firebird3.0-server
Description: Firebird Server - engine core
 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 engine and support libraries. The rest of
 the binaries needed for running a full-featured firebird server are in the
 firebird3.0-server package.

Package: firebird3.0-server
Architecture: any
Provides: firebird-server
Conflicts: firebird-server,
 firebird2.5-server-common,
 firebird2.1-super, firebird2.1-classic, firebird2.1-server-common,
Depends: adduser, ${shlibs:Depends}, firebird3.0-common (= ${source:Version}),
 firebird3.0-server-core (= ${binary:Version}),
 firebird3.0-utils (= ${binary:Version}),
 lsb-base (>= 3.0-6),
 ${misc:Depends}, debconf (>= 1.4.69),
 firebird3.0-common-doc (= ${source:Version})
Recommends: libib-util
Suggests: firebird3.0-doc
Description: 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 "superclassic", which is a
 multi-threaded server -- each connection starts a separate thread and each
 connection has its own page cache. The two other operation modes -- "classic"
 (separate process/cache for each connection; started from the internet
 super-server inetd or xinetd) and "super" (single-threaded server process with
 shared cache between connections) are also available via configuration options.

Package: firebird3.0-utils
Architecture: any
Provides: firebird-utils
Conflicts: firebird-utils,
 firebird2.5-common, firebird2.5-server-common,
 firebird2.1-super, firebird2.1-classic, firebird2.1-common,
 firebird2.5-super, firebird2.5-classic-common
Depends: ${shlibs:Depends}, firebird3.0-common (= ${source:Version}),
 ${misc:Depends}, 
 firebird3.0-common-doc (= ${source:Version})
Suggests: firebird3.0-doc
Description: Firebird user utilities
 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 utilities for managing firebird servers:
  * 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

Package: libfbclient2
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, firebird3.0-common (= ${source:Version}),
 ${misc:Depends},
 firebird3.0-common-doc (= ${source:Version})
Description: 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.

Package: libib-util
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
 firebird3.0-common-doc (= ${source:Version})
Description: 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.

Package: firebird3.0-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 firebird3.0-common-doc (= ${source:Version})
Description: common files for firebird 3.0 server, client and utilities
 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 firebird server, client and user utilities.
 .
 These include the support scripts as well as configuration files in
 /etc/firebird/3.0.
 .
 Please refer to the firebird3.0-server or firebird3.0-utils packages for more
 information about Firebird in general.

Package: firebird-dev
Section: libdevel
Architecture: any
Conflicts: firebird2-dev, firebird2.1-dev, firebird2.5-dev
Replaces: firebird2-dev, firebird2.1-dev, firebird2.5-dev
Depends: libfbclient2 (>= ${source:Version}),
 libib-util (>= ${source:Version}),
 ${misc:Depends},
 firebird3.0-common-doc (= ${source:Version})
Suggests: firebird3.0-examples
Description: Development files for Firebird
 This package contains C header files for Firebird. They are useful if you
 compile programs that use the firebird client to talk to firebird servers.
 .
 Please refer to the firebird3.0-server and firebird3.0-utils packages for
 more information about Firebird in general.

Package: firebird3.0-examples
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 firebird3.0-common-doc (= ${source:Version})
Recommends: firebird3.0-dev
Description: 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 firebird3.0-server and firebird3.0-utils packages for
 more information about Firebird in general.

Package: firebird3.0-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 firebird3.0-common-doc (= ${source:Version})
Description: 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.

Package: firebird3.0-common-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: copyright, licensing and changelogs of firebird3.0
 This package contains the copyright and licensing information of firebird3.0,
 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
 firebird3.0 packages.
 .
 Please refer to the firebird3.0-server or firebird3.0-utils packages for more
 information about Firebird database in general.
