summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-03-30 21:50:54 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-03-31 21:33:26 -0400
commitb92fb94e0342045188556def0efcbd5bc81a16ba (patch)
treee4dd06f1cc613efb2d8369bab10a37b00b804c2a /debian/control
parentf9b9771452d9d91fea2344aae2efa511294b8423 (diff)
remove support for Tcl libs, it needs to be ported to SQLCipher
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index 1bfba0e..1ce8d0c 100644
--- a/debian/control
+++ b/debian/control
@@ -67,15 +67,3 @@ Description: SQLite 3 development files
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.