diff options
author | Kali Kaneko <kali@leap.se> | 2013-05-31 01:20:00 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-31 01:20:00 +0900 |
commit | 7c525ca351afd5782972b54653e7863e1decfb13 (patch) | |
tree | cf9077122bb9cce40e4d7a0f3eb3fec979705aed /debian/control | |
parent | 2a9e7729483f3c4bbf68a8a749bc6b6695b2cd20 (diff) |
add libsqlcipher-dev as build-dep
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1cbf946..ba08497 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pysqlcipher Maintainer: Ben Carrillo <ben@futeisha.org> Section: python Priority: optional -Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 7) +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 7) Standards-Version: 3.9.1 Package: python-sqlcipher |