diff options
author | varac <varacanero@zeromail.org> | 2016-10-06 14:37:22 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-10-06 14:37:22 +0200 |
commit | 6fc9cb7d573e83e116be493f9cb47941fcf323e0 (patch) | |
tree | fd32183b9ed349d669408b0eb0c7c2eb54e0ef5d | |
parent | 8f64a36a1fc468a99cb689c16f4ce5589e36eac5 (diff) |
add libsqlcipher-dev as build dependency
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cd790cc9..6f189d54 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pixelated-user-agent Maintainer: Pixelated Team <pixelated-team@thoughtworks.com> Section: python Priority: optional -Build-Depends: build-essential, debhelper (>= 7.4.3), libsqlite3-dev, libffi-dev, nodejs, nodejs, pixpybuild, python-all (>= 2.6.6-3), python-dev, python-setuptools (>= 0.6b3), ruby-compass +Build-Depends: build-essential, debhelper (>= 7.4.3), libsqlcipher-dev, libsqlite3-dev, libffi-dev, nodejs, nodejs, pixpybuild, python-all (>= 2.6.6-3), python-dev, python-setuptools (>= 0.6b3), ruby-compass Standards-Version: 3.9.1 Homepage: http://pixelated-project.org Vcs-Git: https://github.com/pixelated-project/pixelated-user-agent.git |