summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-22 13:23:20 +0200
committerVarac <varac@leap.se>2017-06-22 14:12:37 +0200
commit13de2b8da99cd74725baefd472694b407a507391 (patch)
tree06836ebba1c8b1650ec3e84c6707a135d18ee351 /debian/control
parentf472f1a6382abc698f74a1afbb07b2274b3a3d45 (diff)
Add debian folder from debian/platform-0.9 branch
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a516ce6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: pysqlcipher
+Maintainer: Ben Carrillo <ben@futeisha.org>
+Section: python
+Priority: optional
+Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>3.2.0-1), 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 (>3.2.0-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.