-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathcontrol
More file actions
30 lines (28 loc) · 1.09 KB
/
control
File metadata and controls
30 lines (28 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: pysqlcipher
Maintainer: Ben Carrillo <ben@futeisha.org>
Section: python
Priority: optional
Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=2.2.1-2~), debhelper (>= 9)
Standards-Version: 3.9.6
Uploaders: Micah Anderson <micah@debian.org>
X-Python-Version: >= 2.5
Package: python-sqlcipher
Architecture: any
Depends: libsqlcipher0 (>=2.2.1-2~), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: DB-API 2.0 interface for SQLCIPHER 3.x
Python interface to SQLCipher
.
pysqlcipher is an interface to the SQLite 3.x embedded relational
database engine. It is almost fully compliant with the Python database API
version 2.0. At the same time, it also exposes the unique features of
SQLCipher.
Package: python-sqlcipher-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-dbg, python-sqlcipher, libsqlcipher0 (>=2.2.1-2),
${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: DB-API 2.0 interface for SQLCIPHER 3.x
Python interface to SQLCipher (debug extension)
.
This package contains the extensions built for the python debug interpreter.