diff options
author | Kali Kaneko <kali@leap.se> | 2013-05-30 04:57:06 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-30 04:57:06 +0900 |
commit | a795d0c19012d1a71b7edad41de068a6b4020223 (patch) | |
tree | 6066e6dadc1f8a3f5d4b5adbe79062876a71b11e /debian/control | |
parent | 0ebb159495b941dc40c1f9eaeab250e87edaea7b (diff) |
initial debian files
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1cbf946 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: pysqlcipher +Maintainer: Ben Carrillo <ben@futeisha.org> +Section: python +Priority: optional +Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 7) +Standards-Version: 3.9.1 + +Package: python-sqlcipher +Architecture: any +Depends: libsqlcipher0 (>=2.1.1-1), ${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. |