Oops, I attached the wrong file. Here's the patch.
- Aaron
--
Aaron Hall LITTLE GIRL: Which one of these cookies
nilsimplex.org are you going to eat first?
COOKIE MONSTER: Me think you have
misconception of cookie-eating procedure.
--- control 2014-12-29 16:15:18.000000000 -0600
+++ control.sqlite2 2014-12-29 16:15:34.000000000 -0600
@@ -10,21 +10,27 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: sqlite-doc
-Description: command line interface for SQLite
+Description: command line interface for SQLite 2
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.
+ .
+ NOTE: This package is SQLite version 2. Most programs that use
+ SQLite use SQLite version 3. See the "sqlite3" package for that.
Package: sqlite-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: sqlite
-Description: SQLite documentation
+Description: SQLite 2 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.
.
+ NOTE: This package is SQLite version 2. Most programs that use
+ SQLite use SQLite version 3. See the "sqlite3-doc" package for that.
+ .
This package contains the documentation that is also available on
the SQLite homepage.
@@ -33,10 +39,13 @@
Architecture: any
Pre-Depends: ${misc:Depends}
Depends: ${shlibs:Depends}
-Description: SQLite shared library
+Description: SQLite 2 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.
+ .
+ NOTE: This package is SQLite version 2. Most programs that use
+ SQLite use SQLite version 3. See the "libsqlite3-0" package for that.
Package: libsqlite0-dev
Provides: libsqlite-dev
@@ -46,11 +55,15 @@
Section: libdevel
Architecture: any
Depends: libsqlite0 (= ${binary:Version}), libc6-dev, ${misc:Depends}
-Description: SQLite development files
+Description: SQLite 2 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.
.
+ NOTE: This package is SQLite version 2. Most programs that use
+ SQLite use SQLite version 3. See the "libsqlite3-dev" package for
+ that.
+ .
This package contains the development files (headers, static libraries)
Package: libsqlite-tcl
@@ -60,9 +73,13 @@
Section: interpreters
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: SQLite Tcl bindings
+Description: SQLite 2 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.
.
+ NOTE: This package is SQLite version 2. Most programs that use
+ SQLite use SQLite version 3. See the "libsqlite3-tcl" package for
+ that.
+ .
This package contains the Tcl bindings.