Source: sqlcipher Section: devel Priority: optional Maintainer: Hans-Christoph Steiner Build-Depends: dpkg-dev (>= 1.16.0~), debhelper (>= 8.1.2~), hardening-wrapper, autoconf (>= 2.59), libtool (>= 1.5.2), automake, autotools-dev, chrpath, libreadline-dev, tcl8.5-dev, libssl-dev Build-Conflicts: tcl8.4, tcl8.4-dev Homepage: http://sqlcipher.net/ Standards-Version: 3.9.3 Package: sqlite3 Section: database Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libsqlite3-0 (= ${binary:Version}) Suggests: sqlite3-doc Multi-Arch: foreign Description: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0-dbg Section: debug Architecture: any Priority: extra Depends: libsqlite3-0 (= ${binary:Version}), ${misc:Depends} Multi-Arch: foreign Description: SQLite 3 debugging symbols SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the debugging symbols for the libraries. Package: libsqlite3-0 Section: libs Architecture: any Priority: standard Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-dev Suggests: sqlite3-doc Section: libdevel Architecture: any Depends: libsqlite3-0 (= ${binary:Version}), ${misc:Depends}, libc6-dev Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries)