diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-23 13:42:05 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-23 13:42:05 -0400 |
commit | 31ef2cff92b2dc6781e6549e07ab99a2b99a9fdb (patch) | |
tree | 66b0d2d735ddd053eeeb7b8d111e0d058ab74976 /sw/debian | |
parent | beca9ece1b3a9f47d81b98f06fc4b0180704cabe (diff) |
Whack with club until builds under pbuilder for Debian Jessie and Ubuntu Xenial.
Drop use of private sqlite3 library, probably not needed anywhere,
certainly not on Debian or Ubuntu.
Handling of version number of shared library (libpkcs11.so.N) is
wrong, right now we just use .0, need to sort out where that version
number comes from in this wonderful multi-repository universe.
Diffstat (limited to 'sw/debian')
-rw-r--r-- | sw/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/debian/control b/sw/debian/control index d7440f8..8ae25b9 100644 --- a/sw/debian/control +++ b/sw/debian/control @@ -3,12 +3,12 @@ Maintainer: APT Builder Robot <aptbot@cryptech.is> Section: misc Priority: optional Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), libsqlite3-0, libsqlite3-dev, python (>= 2.7), python-yaml Homepage: http://trac.cryptech.is/wiki Package: cryptech-alpha Architecture: any -Depends: libc6 (>= 2.13), ${misc:Depends} +Depends: libc6 (>= 2.13), ${misc:Depends}, libsqlite3-0 Description: Cryptech open-source crypto software "cryptech-alpha" contains software for use with the Cryptech Project "Alpha" development board. |