summaryrefslogtreecommitdiff
path: root/debian/README.Debian
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/README.Debian
parent7bb481fda9ecb134804b49c2ce77ca28f7eea583 (diff)
checking in packaging from sqlite3_3.7.11-2.debian.tar.gz
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..60cef24
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,21 @@
+SQLite for Debian
+-----------------
+
+SQLite 3 for Debian is split up in four packages:
+
+libsqlite0-dev: Development files (headers, static library)
+libsqlite0: The database engine library itself
+sqlite3: The text-mode user interface
+sqlite3-doc: Documentation
+
+About lemon
+-----------
+
+Additionally, since 2.8.12-2, a lemon package is generated by the
+sqlite source package. The lemon parser generator was previously
+maintained in a separate source package, but since upstream maintains
+it as part of SQLite, Debian switched to doing it this way, too. The
+maintainer of the now-obsolete separate lemon package was Guus
+Sliepen <guus@debian.org>.
+
+ -- Andreas Rottmann <rotty@debian.org>, Sun Nov 7 13:58:10 2004