diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-10 21:38:41 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-10 21:39:21 -0400 |
commit | bae21c7bc9053fa3fd5020c8a47d058b55d32380 (patch) | |
tree | 9f573fa02b6a7bd1bb570b33082cc2fb5c20a7d0 /source/debian/control | |
parent | 39f7549c27cdfc5eb2f0456841d9427b55ea47c3 (diff) |
Whole bunch of improvements to Debian packaging from Ondrej Sury (thanks!).
Diffstat (limited to 'source/debian/control')
-rw-r--r-- | source/debian/control | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/source/debian/control b/source/debian/control index 72c8714..fcca634 100644 --- a/source/debian/control +++ b/source/debian/control @@ -3,12 +3,20 @@ Maintainer: APT Builder Robot <aptbot@cryptech.is> Section: misc Priority: optional Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 9), libsqlite3-0, libsqlite3-dev, python (>= 2.7), python-yaml +Build-Depends: debhelper (>= 9), + dh-python, + libsqlite3-dev, + python (>= 2.7), + python-yaml Homepage: http://trac.cryptech.is/wiki Package: cryptech-alpha Architecture: any -Depends: libc6 (>= 2.13), ${misc:Depends}, libsqlite3-0, python-serial +Depends: python, + python-serial (>= 3.0), + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} Description: Cryptech open-source crypto software "cryptech-alpha" contains software for use with the Cryptech Project "Alpha" development board. |