Source: tkrzw
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 doxygen <!nodoc>,
 googletest <!nocheck>,
 liblz4-dev,
 libzstd-dev,
 liblzma-dev,
 zlib1g-dev,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/tkrzw.git
Vcs-Browser: https://salsa.debian.org/debian/tkrzw
Homepage: https://dbmx.net/tkrzw/
Rules-Requires-Root: no

Package: libtkrzw-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends:
 libtkrzw1t64 (= ${binary:Version}),
 ${misc:Depends},
Description: set of implementations of DBM - development headers
 Tkrzw is a C++ library implementing DBM (Database Manager) with
 various algorithms. It features high degrees of performance,
 concurrency, scalability and durability.
 .
 This package contains the development headers.

Package: libtkrzw1t64
Provides: ${t64:Provides}
Replaces: libtkrzw1
Breaks: libtkrzw1 (<< ${source:Version})
Section: libs
Architecture: linux-any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Multi-Arch: same
Description: set of implementations of DBM - shared library
 Tkrzw is a C++ library implementing DBM (Database Manager) with
 various algorithms. It features high degrees of performance,
 concurrency, scalability and durability.
 .
 This package contains the shared library.

Package: tkrzw-utils
Architecture: linux-any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: set of implementations of DBM - utilities
 Tkrzw is a C++ library implementing DBM (Database Manager) with
 various algorithms. It features high degrees of performance,
 concurrency, scalability and durability.
 .
 This package contains miscellaneous utilities.

Package: tkrzw-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: set of implementation of DBM - docs
 Tkrzw is a C++ library implementing DBM (Database Manager) with
 various algorithms. It features high degrees of performance,
 concurrency, scalability and durability.
 .
 This package contains documentation and examples.
