Source: alt-sqlite
Section: devel
Priority: optional
Maintainer: CloudLinux Packaging Team <packager@cloudlinux.com>
Build-Depends: dpkg-dev (>= 1.16.1~),
    debhelper (>= 9),
    autoconf (>= 2.59),
    automake,
    autotools-dev,
    chrpath,
    dh-autoreconf,
    libreadline-dev,
    libtool (>= 1.5.2),
    tcl-dev,
    unzip
#Build-Conflicts: tcl8.4, tcl8.4-dev, tcl8.5, tcl8.5-dev
Homepage: http://www.sqlite.org/
Standards-Version: 3.9.5

Package: alt-sqlite
Section: database
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: alt-sqlite-doc (= ${binary:Version}),
          alt-libsqlite-0 (= ${binary:Version})
Replaces: alt-sqlite-doc (< ${binary:Version}),
          alt-libsqlite-0 (< ${binary:Version})
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: alt-sqlite-devel
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
    alt-sqlite (= ${binary:Version}),
    libc6-dev
Provides: alt-libsqlite-dev (= ${binary:Version}),
          alt-libsqlite-0-dbg (= ${binary:Version})
Replaces: alt-libsqlite-dev (< ${binary:Version}),
          alt-libsqlite-0-dbg (< ${binary:Version})
Multi-Arch: same
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)

Package: alt-sqlite-lemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LALR(1) Parser Generator for C or C++
 Lemon is an LALR(1) parser generator for C or C++. It does the same
 job as bison and yacc. But lemon is not another bison or yacc
 clone. It uses a different grammar syntax which is designed to reduce
 the number of coding errors. Lemon also uses a more sophisticated
 parsing engine that is faster than yacc and bison and which is both
 reentrant and thread-safe. Furthermore, Lemon implements features
 that can be used to eliminate resource leaks, making is suitable for
 use in long-running programs such as graphical user interfaces or
 embedded controllers.

Package: alt-sqlite-tcl
Section: interpreters
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: alt-libsqlite-tcl (= ${binary:Version})
Replaces: alt-libsqlite-tcl (< ${binary:Version})
Description: SQLite 3 Tcl bindings
 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 Tcl bindings.
