Source: tokyocabinet
Section: libs
Priority: optional
Maintainer: Tobias Frost <tobi@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), chrpath,
               debhelper-compat (= 12),
               libbz2-dev,
               zlib1g-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://fallabs.com/tokyocabinet/
Vcs-Browser: https://salsa.debian.org/debian/tokyocabinet
Vcs-Git: https://salsa.debian.org/debian/tokyocabinet.git

Package: libtokyocabinet9t64
Provides: ${t64:Provides}
Replaces: libtokyocabinet9
Breaks: libtokyocabinet9 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tokyo Cabinet Database Libraries [runtime]
 Tokyo Cabinet is an efficient database library like GDBM and NDBM.
 It features hash database and B+ tree database and is developed as the
 successor of QDBM, for the purpose of the following three points: higher
 processing speed, smaller size of a database file, and simpler API.
 .
 This is the runtime package for programs that use the Tokyo Cabinet database
 library.

Package: libtokyocabinet-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtokyocabinet9t64 (= ${binary:Version}), ${misc:Depends}
Description: Tokyo Cabinet Database Libraries [development]
 Tokyo Cabinet is an efficient database library like GDBM and NDBM.
 It features hash database and B+ tree database and is developed as the
 successor of QDBM, for the purpose of the following three points: higher
 processing speed, smaller size of a database file, and simpler API.
 .
 This is the development package which contains headers and static libraries
 for the Tokyo Cabinet database library.

Package: tokyocabinet-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Tokyo Cabinet Database Documentation
 Tokyo Cabinet is an efficient database library like GDBM and NDBM.
 It features hash database and B+ tree database and is developed as the
 successor of QDBM, for the purpose of the following three points: higher
 processing speed, smaller size of a database file, and simpler API.
 .
 This package contains documentation for all of the API's and utilities
 provided by Tokyo Cabinet.

Package: tokyocabinet-bin
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tokyo Cabinet Database Utilities
 Tokyo Cabinet is an efficient database library like GDBM and NDBM.
 It features hash database and B+ tree database and is developed as the
 successor of QDBM, for the purpose of the following three points: higher
 processing speed, smaller size of a database file, and simpler API.
 .
 This is the Tokyo Cabinet Database utilities package.
