summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-03-30 20:43:01 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-03-30 20:43:01 -0400
commit246cfeb8b989732222389be34a7fe11091533f09 (patch)
treef0a250f78670d012325b3ca522f086485188cc24 /debian/control
parent7bb481fda9ecb134804b49c2ce77ca28f7eea583 (diff)
checking in packaging from sqlite3_3.7.11-2.debian.tar.gz
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control95
1 files changed, 95 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d094d77
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,95 @@
+Source: sqlite3
+Section: devel
+Priority: optional
+Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 8.1.3), hardening-wrapper, autoconf (>= 2.59), libtool (>= 1.5.2), automake, autotools-dev, chrpath, libreadline-dev, tcl8.5-dev
+Build-Conflicts: tcl8.4, tcl8.4-dev
+Homepage: http://www.sqlite.org/
+Standards-Version: 3.9.3
+
+Package: 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: 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: sqlite3-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: sqlite3
+Description: SQLite 3 documentation
+ 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 documentation that is also available on
+ the SQLite homepage.
+
+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)
+
+Package: libsqlite3-tcl
+Suggests: sqlite3-doc
+Section: interpreters
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+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.