summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-03-31 19:55:19 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-03-31 21:33:26 -0400
commit82a39958ded1bfc014069e716d465807bf63e115 (patch)
tree0f787009f3dce89a5d7edc6cba0d072cc31d5a09 /debian/control
parent67eedee1f3f4419a9ded56b1990ff48800c00711 (diff)
rename packages from SQLite to SQLCipher
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control50
1 files changed, 27 insertions, 23 deletions
diff --git a/debian/control b/debian/control
index b7c5bca..47fa551 100644
--- a/debian/control
+++ b/debian/control
@@ -7,50 +7,54 @@ Build-Conflicts: tcl8.4, tcl8.4-dev
Homepage: http://sqlcipher.net/
Standards-Version: 3.9.3
-Package: sqlite3
+Package: sqlcipher
Section: database
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsqlite3-0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsqlcipher0 (= ${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.
+Description: Command line interface for SQLCipher
+ SQLCipher is a C library that implements an encryption in the SQLite 3
+ database engine. Programs that link with the SQLCipher library can have SQL
+ database access without running a separate RDBMS process. It allows one to
+ have per-database or page-by-page encryption using AES-256 from OpenSSL.
-Package: libsqlite3-0-dbg
+Package: libsqlcipher0-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: libsqlite3-0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsqlcipher0 (= ${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.
+Description: SQLCipher debugging symbols
+ SQLCipher is a C library that implements an encryption in the SQLite 3
+ database engine. Programs that link with the SQLCipher library can have SQL
+ database access without running a separate RDBMS process. It allows one to
+ have per-database or page-by-page encryption using AES-256 from OpenSSL.
.
This package contains the debugging symbols for the libraries.
-Package: libsqlite3-0
+Package: libsqlcipher0
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.
+Description: SQLCipher shared library
+ SQLCipher is a C library that implements an encryption in the SQLite 3
+ database engine. Programs that link with the SQLCipher library can have SQL
+ database access without running a separate RDBMS process. It allows one to
+ have per-database or page-by-page encryption using AES-256 from OpenSSL.
-Package: libsqlite3-dev
+Package: libsqlcipher-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.
+Depends: libsqlcipher0 (= ${binary:Version}), ${misc:Depends}, libc6-dev
+Description: SQLCipher development files
+ SQLCipher is a C library that implements an encryption in the SQLite 3
+ database engine. Programs that link with the SQLCipher library can have SQL
+ database access without running a separate RDBMS process. It allows one to
+ have per-database or page-by-page encryption using AES-256 from OpenSSL.
.
This package contains the development files (headers, static libraries)