From 31ef2cff92b2dc6781e6549e07ab99a2b99a9fdb Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 23 Jun 2016 13:42:05 -0400 Subject: 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. --- sw/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/debian/control') 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 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. -- cgit v1.2.3