Source: db4.7
Section: oldlibs
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Berkeley DB Group <pkg-db-devel@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Standards-Version: 3.9.2
Build-Depends: procps [!hurd-i386], tcl-dev
Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html
Vcs-Browser: http://git.debian.org/?p=pkg-db/db4.7.git;a=summary
Vcs-Git: git://git.debian.org/git/pkg-db/db4.7.git

Package: libdb4.7-dev
Architecture: any
Section: libdevel
Depends: libdb4.7 (= ${binary:Version})
Conflicts: libdb-dev, libdb4.6-dev
Description: Berkeley v4.7 Database Libraries [development]
 This is the development package which contains headers and static
 libraries for the Berkeley v4.7 database library.

Package: libdb4.7
Architecture: any
Depends: ${shlibs:Depends}
Description: Berkeley v4.7 Database Libraries [runtime]
 This is the runtime package for programs that use the v4.7 Berkeley
 database library.

Package: db4.7-util
Architecture: any
Section: database
Depends: ${shlibs:Depends}
Description: Berkeley v4.7 Database Utilities
 This package provides different tools for manipulating databases
 in the Berkeley v4.7 database format, and includes:
  - db4.7_archive: write the pathnames of the log files no longer in use.
  - db4.7_checkpoint: daemon process to monitor the database log and
    checkpoint it periodically.
  - db4.7_deadlock: traverse the database environment lock region and
    abort lock requests when a deadlock is detected.
  - db4.7_load: loads (and creates) a database from standard input.
  - db4.7_dump: read a database file and write it in a format understood
    by db4.{2..7}_load.
  - db4.7_printlog: dump log files in human readable format.
  - db4.7_stat: display statistics for Berkeley DB environments.
  - db4.7_upgrade: upgrades the version of files and the databases they
    contain.
  - db4.7_verify: check the structure of files and their databases.
